SlideShare une entreprise Scribd logo
1  sur  12
Table of Contents 
What Is Natural Language Processing and How Does It Work? 
NLP Use Cases You Should Know About 
1. NLP-Powered Epidemiological Investigation 
2. Security Authentication With NLP 
3. NLP-Based Brand Awareness and Market Research 
4. Chatbots for Customer Support and Engagement 
5. NLP-Powered Competitive Analysis 
6. Report Auto-Generation With the Help of NLP 
7. Real-Time Intelligence Gathering on Specific Financial Stocks 
8. Defense Departments And Secret Services Using AI 
 
 
 
 
 
 
 
 
 
 
 
 
 
NLP Use Cases for Business Optimization ​0 
AI-powered human-to-machine interactions are nothing new. Public 
organizations and businesses have been applying data science and machine 
learning technologies for a while. One of the quickest evolving AI technologies 
today is natural language processing (NLP). 
A 2019 Statista ​report​ reveals that the NLP market will increase to 43.9 billion 
dollars by 2025. 
 
*Revenues from the natural language processing (NLP) market worldwide from 2017 
to 2025 (in million U.S. dollars) 
Clearly, many companies believe in its potential and are already investing into it. 
But why is NLP becoming so popular year-over-year? And what might that mean 
for businesses? These types of questions are fairly common.  
In this article, we’re going to take a deep dive into NLP, its use cases, and other 
relevant information that you may find useful. 
NLP Use Cases for Business Optimization ​1 
What Is Natural Language Processing and How Does It 
Work? 
In simple terms, natural language processing is AI technology that recognizes 
and understands natural human languages. Written or spoken human speech is 
converted into a form that computers are able to understand through NLP 
techniques.  
Most of us use NLP business applications every day without even knowing it. 
Spell-checkers, online search, translators, voice assistants—almost all of these 
include natural language processing technology.  
There is a wide variety of NLP techniques known as “NLP tasks.” Here is a brief 
breakdown of various NLP tasks performed by modern NLP software.   
 
According to the experience of MobiDev data scientists, the following NLP 
capabilities are particularly interesting due to the potential they have: 
NLP Use Cases for Business Optimization ​2 
Named Entity Recognition 
Named entity recognition is the task that implies identification entities in a 
sentence (like a person, organization, date, location, time, etc.), and their 
classification into categories.  
Example:  
 
 
 
Part-of-Speech Tagging 
Part-of-speech tagging is the task that involves marking up words in a sentence 
as nouns, verbs, adjectives, adverbs, and other descriptors.   
 
 
 
 
 
 
 
 
 
NLP Use Cases for Business Optimization ​3 
 
Example​: 
 
Summarization 
Summarization is the task that includes text shortening by identifying the 
important parts and creating a summary. There are two approaches to text 
summarization: 
● Extractive Summarization.​ Identification of the important sentences or 
phrases from the original text and extracting them from the text.  
Example: 
 
● Abstractive Summarization.​ New sentences generated from the original 
text, where the generated sentences may not be present in the original text. 
NLP Use Cases for Business Optimization ​4 
Example:  
 
Sentiment Analysis 
Sentiment analysis is the task that implies a broad range of subjective analysis to 
identify positive or negative feelings in a sentence, the sentiment of a customer 
review, judging mood via written text or voice analysis, and other similar tasks. 
Example: 
 
 
Text Classification 
Text classification is the task that involves assigning tags/categories to text 
according to the content. Text classifiers can be used to structure, organize, and 
categorize any text.  
 
 
 
 
 
 
NLP Use Cases for Business Optimization ​5 
Example: 
Language Modeling 
Language modeling is the NLP task that includes predicting the next 
word/character in a text/document. Language models might be used for: 
➢ Optical Character Recognition
➢ Machine Translation
➢ Image Captioning
➢ Text Summarization
➢ Handwriting Recognition
➢ Spelling Correction
NLP Use Cases for Business Optimization ​6 
NLP Use Cases You Should Know About  
1. NLP-Powered Epidemiological Investigation 
When the Coronavirus outbreak hit China, Alibaba’s DAMO Academy developed 
the ​StructBERT​ NLP model. Being deployed in Alibaba’s ecosystem, the model 
powered not only the search engine on Alibaba’s retail platforms but also 
anonymous healthcare data analysis. By analyzing the text of medical records 
and epidemiological investigation, the Centers for Disease Control (CDCs) used 
StructBERT for fighting against COVID-19 in China cities.  
Being based on the BERT pre-trained model, StructBert not only understands the 
context of words in search queries but also leverages the structural information: 
sentence-level ordering and word-level ordering.  
2. Security Authentication With NLP 
With the arrival of NLP technology, it’s possible to integrate more advanced 
security techniques. By using question generation, data scienеntists are able to 
build stronger security systems.  
How Does This Algorithm Work? 
1. Find additional context for a user's personal information. 
2. Extract import information (answers) using a named entity recognition model. 
3. Generate questions with the neural network. 
5. Validate a user’s answer. 
At MobiDev, we run projects based on the question generation technique. The 
video below shows the core ideas behind our research: 
NLP Use Cases for Business Optimization ​7 
 
3. NLP-Based Brand Awareness and Market Research 
It’s difficult to develop actionable business strategies when you don’t know how 
customers feel about your brand. By using sentiment analysis and getting the 
most frequent context when your brand receives positive ​and negative 
comments, you can increase your strengths and reduce weaknesses based on 
viable market research.​ NLP-based software analyzes social media content, 
including customer reviews/comments, and converts them into insightful data.  
How Does This Algorithm Work?  
1. Analyze an entire list of comments and classify them using a sentiment 
analysis model. 
2. Get the most frequent words and phrases from both positive and negative 
comments. 
3. Perform market research based on the data collected. 
Based on this algorithm, it is possible to assign a value to the output 
information. This value might be considered as a positive, negative, or neutral 
emotion. Marketers can use this data to make more informed decisions in their 
marketing strategies and campaigns. 
NLP Use Cases for Business Optimization ​8 
4. Chatbots for Customer Support and Engagement
As technology grows, customer service automation is becoming more advanced. 
NLP-powered chatbots are a prime example of automation technology due to 
their ability to perform personalized conversations and partially replace 
humans. The most common approach is to use NLP-based bots that start the 
interaction and take care of basic scenarios, and only bring in a human operator 
to handle more advanced situations.  
5. NLP-Powered Competitive Analysis
Most founders will conduct competitor analysis and research when starting a 
business. This task enables them to better understand their market, 
competitors, customers, and other important details about their industry.  
There are dozens of tools available to help entrepreneurs monitor their 
competitors. NLP-powered engines like​ ​Zirra​ simplify the process for 
automatically building a competitive landscape. When Zirra analyzes something, 
it gathers a list of companies and ranks them from zero to one. This rank shows 
how closely these companies are related to each other using a multimodal 
semantic field.  
The algorithms solutions like Zirra use create the list of companies by scanning 
the Internet for articles and putting the data into an NLP module that closes out 
semantic relationships between companies. 
NLP Use Cases for Business Optimization ​9 
6. Report Auto-Generation With the Help of NLP 
Documenting and reporting are among the most time-consuming tasks for 
businesses. NLP techniques allow you to convert unstructured text information 
into reports by applying speech-to-text dictation and formulated data entry. 
Using NLP, it’s possible to design a deep learning model that identifies necessary 
information from unstructured text data and combines it into specific reports. 
Sophisticated solutions like this can identify and request missing data and allows 
you to automate the process.  
How Does This Algorithm Work? 
0. Define a template for the report and all possible sources of information. 
1. Go through all data sources and find potential fillers for blank fields. This step 
is similar to the named entity recognition task, but it’s necessary to train the 
model to find its own classes. 
2. Deliver the report to a responsible person in a suggestion mode.  
7. Real-Time Intelligence Gathering on Specific Financial Stocks 
The stock market is sensitive to news and world events. Many companies are 
looking for ways to complete complex stock market analyses by accessing 
historical stock price data, news archives, company reports, and other relevant 
data.  
Popular solutions like IBM’s Watson partially provide similar services. And 
beyond that, there are other interesting AI-based technologies already being 
used for stock analysis. 
How Does This Algorithm Work? 
1. Improve understanding of a large amount of news and data found in reports 
similar to how sentiment analysis works. 
2. Classify news and connect it to certain companies trading their stocks. 
3. Figure out dependencies, such as how the stock market reacts to certain 
news events. 
NLP Use Cases for Business Optimization ​10 
4. Run continuous real-time news and reports analysis. 
5. Predict and notify when the stock market shifts based on recent news and 
events. 
A successful solution would require a substantial amount of data science 
modeling using machine learning activities like NLP processing. And more 
importantly, a significant amount of computing power to calculate it all. 
Remember, as the business goal becomes more precise, the easier it is to solve 
it with high accuracy and a reasonable budget.   
8. Defense Departments And Secret Services Using AI  
This past fall, the Department of Defense released a ​document​ called 
“Recommendations on the Ethical Use of Artificial Intelligence by the 
Department of Defense”  
The US government is already investigating use cases for AI technology. The 
Defense Innovation Board is working with companies like Google, Microsoft, and 
Facebook. All of these efforts are designed to provide a better framework for 
understanding and controlling AI for defense & security.  
But we still don’t know how NLP, deep learning, or predictive analysis have been 
used for defense and security by top governments. There’s really no reason to 
guess, but we can safely say that it’s been used and that its usage is growing 
rapidly. 
NLP Use Cases for Business Optimization ​11 

Contenu connexe

Tendances

Nasscom AI top 50 use cases
Nasscom AI top 50 use casesNasscom AI top 50 use cases
Nasscom AI top 50 use casesADDI AI 2050
 
Generative AI for the rest of us
Generative AI for the rest of usGenerative AI for the rest of us
Generative AI for the rest of usMassimo Ferre'
 
Artificial Intelligence in the Financial Industries
Artificial Intelligence in the Financial IndustriesArtificial Intelligence in the Financial Industries
Artificial Intelligence in the Financial IndustriesGerardo Salandra
 
Introduction to Artificial Intelligence.pptx
Introduction to Artificial Intelligence.pptxIntroduction to Artificial Intelligence.pptx
Introduction to Artificial Intelligence.pptxRSAISHANKAR
 
Machine Learning in Banking Sector
Machine Learning in Banking SectorMachine Learning in Banking Sector
Machine Learning in Banking SectorKnoldus Inc.
 
ChatGPT and not only: how can you use the power of Generative AI at scale
ChatGPT and not only: how can you use the power of Generative AI at scaleChatGPT and not only: how can you use the power of Generative AI at scale
ChatGPT and not only: how can you use the power of Generative AI at scaleMaxim Salnikov
 
Generative-AI-in-enterprise-20230615.pdf
Generative-AI-in-enterprise-20230615.pdfGenerative-AI-in-enterprise-20230615.pdf
Generative-AI-in-enterprise-20230615.pdfLiming Zhu
 
Future of AI - 2023 07 25.pptx
Future of AI - 2023 07 25.pptxFuture of AI - 2023 07 25.pptx
Future of AI - 2023 07 25.pptxGreg Makowski
 
What is artificial intelligence (IA) ?
What is artificial intelligence (IA) ?What is artificial intelligence (IA) ?
What is artificial intelligence (IA) ?Oussama Belakhdar
 
Introduction to Natural Language Processing
Introduction to Natural Language ProcessingIntroduction to Natural Language Processing
Introduction to Natural Language ProcessingPranav Gupta
 
Artificial Intelligence (A.I) and Its Application -Seminar
Artificial Intelligence (A.I) and Its Application -SeminarArtificial Intelligence (A.I) and Its Application -Seminar
Artificial Intelligence (A.I) and Its Application -SeminarBIJAY NAYAK
 
Natural Language Processing with Python
Natural Language Processing with PythonNatural Language Processing with Python
Natural Language Processing with PythonBenjamin Bengfort
 
Generative AI Use cases for Enterprise - Second Session
Generative AI Use cases for Enterprise - Second SessionGenerative AI Use cases for Enterprise - Second Session
Generative AI Use cases for Enterprise - Second SessionGene Leybzon
 
The Rise of the LLMs - How I Learned to Stop Worrying & Love the GPT!
The Rise of the LLMs - How I Learned to Stop Worrying & Love the GPT!The Rise of the LLMs - How I Learned to Stop Worrying & Love the GPT!
The Rise of the LLMs - How I Learned to Stop Worrying & Love the GPT!taozen
 

Tendances (20)

Nasscom AI top 50 use cases
Nasscom AI top 50 use casesNasscom AI top 50 use cases
Nasscom AI top 50 use cases
 
Evolution of AI in workplace.pptx
Evolution of AI in workplace.pptxEvolution of AI in workplace.pptx
Evolution of AI in workplace.pptx
 
Generative AI for the rest of us
Generative AI for the rest of usGenerative AI for the rest of us
Generative AI for the rest of us
 
Artificial Intelligence in the Financial Industries
Artificial Intelligence in the Financial IndustriesArtificial Intelligence in the Financial Industries
Artificial Intelligence in the Financial Industries
 
AIML_Unit1.pptx
AIML_Unit1.pptxAIML_Unit1.pptx
AIML_Unit1.pptx
 
Introduction to Artificial Intelligence.pptx
Introduction to Artificial Intelligence.pptxIntroduction to Artificial Intelligence.pptx
Introduction to Artificial Intelligence.pptx
 
Generative AI
Generative AIGenerative AI
Generative AI
 
Generative AI
Generative AIGenerative AI
Generative AI
 
Machine Learning in Banking Sector
Machine Learning in Banking SectorMachine Learning in Banking Sector
Machine Learning in Banking Sector
 
ChatGPT and not only: how can you use the power of Generative AI at scale
ChatGPT and not only: how can you use the power of Generative AI at scaleChatGPT and not only: how can you use the power of Generative AI at scale
ChatGPT and not only: how can you use the power of Generative AI at scale
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Generative-AI-in-enterprise-20230615.pdf
Generative-AI-in-enterprise-20230615.pdfGenerative-AI-in-enterprise-20230615.pdf
Generative-AI-in-enterprise-20230615.pdf
 
Future of AI - 2023 07 25.pptx
Future of AI - 2023 07 25.pptxFuture of AI - 2023 07 25.pptx
Future of AI - 2023 07 25.pptx
 
What is artificial intelligence (IA) ?
What is artificial intelligence (IA) ?What is artificial intelligence (IA) ?
What is artificial intelligence (IA) ?
 
Introduction to Natural Language Processing
Introduction to Natural Language ProcessingIntroduction to Natural Language Processing
Introduction to Natural Language Processing
 
Artificial Intelligence (A.I) and Its Application -Seminar
Artificial Intelligence (A.I) and Its Application -SeminarArtificial Intelligence (A.I) and Its Application -Seminar
Artificial Intelligence (A.I) and Its Application -Seminar
 
Natural Language Processing with Python
Natural Language Processing with PythonNatural Language Processing with Python
Natural Language Processing with Python
 
Generative AI Use cases for Enterprise - Second Session
Generative AI Use cases for Enterprise - Second SessionGenerative AI Use cases for Enterprise - Second Session
Generative AI Use cases for Enterprise - Second Session
 
The Rise of the LLMs - How I Learned to Stop Worrying & Love the GPT!
The Rise of the LLMs - How I Learned to Stop Worrying & Love the GPT!The Rise of the LLMs - How I Learned to Stop Worrying & Love the GPT!
The Rise of the LLMs - How I Learned to Stop Worrying & Love the GPT!
 
Generative AI
Generative AIGenerative AI
Generative AI
 

Similaire à Natural Language Processing Use Cases for Business Optimization

NLP Applications
NLP ApplicationsNLP Applications
NLP ApplicationsRepustate
 
Unlocking Value from Unstructured Data
Unlocking Value from Unstructured DataUnlocking Value from Unstructured Data
Unlocking Value from Unstructured DataAccenture Insurance
 
The NLP disruption: top trends and use cases - SG Analytics
The NLP disruption: top trends and use cases - SG AnalyticsThe NLP disruption: top trends and use cases - SG Analytics
The NLP disruption: top trends and use cases - SG AnalyticsSG Analytics
 
What can Natural Language Processing do for you?
What can Natural Language Processing do for you?What can Natural Language Processing do for you?
What can Natural Language Processing do for you?Yves Peirsman
 
Topic-Based Sentiment Analysis.pptx
Topic-Based Sentiment Analysis.pptxTopic-Based Sentiment Analysis.pptx
Topic-Based Sentiment Analysis.pptxRepustate
 
Cognitive Computing - A Primer
Cognitive Computing - A PrimerCognitive Computing - A Primer
Cognitive Computing - A PrimerMarlabs
 
Natural Language Processing at Scale
Natural Language Processing at ScaleNatural Language Processing at Scale
Natural Language Processing at ScaleAndrei Lopatenko
 
Natural Language Processing .pdf
Natural Language Processing .pdfNatural Language Processing .pdf
Natural Language Processing .pdfAnime196637
 
Data Science - Experiments
Data Science - ExperimentsData Science - Experiments
Data Science - ExperimentsGaurav Marwaha
 
Veda Semantics - introduction document
Veda Semantics - introduction documentVeda Semantics - introduction document
Veda Semantics - introduction documentrajatkr
 
AI生成工具的新衝擊 - MS Bing & Google Bard 能否挑戰ChatGPT-4領導地位
AI生成工具的新衝擊 - MS Bing & Google Bard 能否挑戰ChatGPT-4領導地位AI生成工具的新衝擊 - MS Bing & Google Bard 能否挑戰ChatGPT-4領導地位
AI生成工具的新衝擊 - MS Bing & Google Bard 能否挑戰ChatGPT-4領導地位eLearning Consortium 電子學習聯盟
 
AI and ML Trends to Impact Business 2020
AI and ML Trends to Impact Business 2020AI and ML Trends to Impact Business 2020
AI and ML Trends to Impact Business 2020Takayuki Yamazaki
 
IRJET - Twitter Sentiment Analysis using Machine Learning
IRJET -  	  Twitter Sentiment Analysis using Machine LearningIRJET -  	  Twitter Sentiment Analysis using Machine Learning
IRJET - Twitter Sentiment Analysis using Machine LearningIRJET Journal
 
Trainee presentation
Trainee presentationTrainee presentation
Trainee presentationperusin
 
NLP Techniques for Chatbots.docx
NLP Techniques for Chatbots.docxNLP Techniques for Chatbots.docx
NLP Techniques for Chatbots.docxKevinSims18
 
NLP Techniques for Chatbots.docx
NLP Techniques for Chatbots.docxNLP Techniques for Chatbots.docx
NLP Techniques for Chatbots.docxKevinSims18
 
Sentiment Analysis
Sentiment AnalysisSentiment Analysis
Sentiment AnalysisDinesh V
 

Similaire à Natural Language Processing Use Cases for Business Optimization (20)

NLP Applications
NLP ApplicationsNLP Applications
NLP Applications
 
Unlocking Value from Unstructured Data
Unlocking Value from Unstructured DataUnlocking Value from Unstructured Data
Unlocking Value from Unstructured Data
 
The NLP disruption: top trends and use cases - SG Analytics
The NLP disruption: top trends and use cases - SG AnalyticsThe NLP disruption: top trends and use cases - SG Analytics
The NLP disruption: top trends and use cases - SG Analytics
 
What can Natural Language Processing do for you?
What can Natural Language Processing do for you?What can Natural Language Processing do for you?
What can Natural Language Processing do for you?
 
Topic-Based Sentiment Analysis.pptx
Topic-Based Sentiment Analysis.pptxTopic-Based Sentiment Analysis.pptx
Topic-Based Sentiment Analysis.pptx
 
Mettl ppt[4037]
Mettl ppt[4037]Mettl ppt[4037]
Mettl ppt[4037]
 
Cognitive Computing - A Primer
Cognitive Computing - A PrimerCognitive Computing - A Primer
Cognitive Computing - A Primer
 
Natural Language Processing at Scale
Natural Language Processing at ScaleNatural Language Processing at Scale
Natural Language Processing at Scale
 
Natural Language Processing .pdf
Natural Language Processing .pdfNatural Language Processing .pdf
Natural Language Processing .pdf
 
Data Science - Experiments
Data Science - ExperimentsData Science - Experiments
Data Science - Experiments
 
Enterprise Systems - MS809
Enterprise Systems -   MS809Enterprise Systems -   MS809
Enterprise Systems - MS809
 
Veda Semantics - introduction document
Veda Semantics - introduction documentVeda Semantics - introduction document
Veda Semantics - introduction document
 
AI生成工具的新衝擊 - MS Bing & Google Bard 能否挑戰ChatGPT-4領導地位
AI生成工具的新衝擊 - MS Bing & Google Bard 能否挑戰ChatGPT-4領導地位AI生成工具的新衝擊 - MS Bing & Google Bard 能否挑戰ChatGPT-4領導地位
AI生成工具的新衝擊 - MS Bing & Google Bard 能否挑戰ChatGPT-4領導地位
 
AI and ML Trends to Impact Business 2020
AI and ML Trends to Impact Business 2020AI and ML Trends to Impact Business 2020
AI and ML Trends to Impact Business 2020
 
Applications of AI
Applications of AIApplications of AI
Applications of AI
 
IRJET - Twitter Sentiment Analysis using Machine Learning
IRJET -  	  Twitter Sentiment Analysis using Machine LearningIRJET -  	  Twitter Sentiment Analysis using Machine Learning
IRJET - Twitter Sentiment Analysis using Machine Learning
 
Trainee presentation
Trainee presentationTrainee presentation
Trainee presentation
 
NLP Techniques for Chatbots.docx
NLP Techniques for Chatbots.docxNLP Techniques for Chatbots.docx
NLP Techniques for Chatbots.docx
 
NLP Techniques for Chatbots.docx
NLP Techniques for Chatbots.docxNLP Techniques for Chatbots.docx
NLP Techniques for Chatbots.docx
 
Sentiment Analysis
Sentiment AnalysisSentiment Analysis
Sentiment Analysis
 

Plus de Takayuki Yamazaki

20240118_人型ロボット市場の動向(開発・社会実装の状況、主要企業リスト).pdf
20240118_人型ロボット市場の動向(開発・社会実装の状況、主要企業リスト).pdf20240118_人型ロボット市場の動向(開発・社会実装の状況、主要企業リスト).pdf
20240118_人型ロボット市場の動向(開発・社会実装の状況、主要企業リスト).pdfTakayuki Yamazaki
 
Jeff Bezos Live Interview Transcript
Jeff Bezos Live Interview TranscriptJeff Bezos Live Interview Transcript
Jeff Bezos Live Interview TranscriptTakayuki Yamazaki
 
5G AI the Ingredients for Next Gen Wireless Innovation
5G AI the Ingredients for Next Gen Wireless Innovation5G AI the Ingredients for Next Gen Wireless Innovation
5G AI the Ingredients for Next Gen Wireless InnovationTakayuki Yamazaki
 
Global Industry Vision 2025 Touching an Intelligent World
Global Industry Vision 2025 Touching an Intelligent WorldGlobal Industry Vision 2025 Touching an Intelligent World
Global Industry Vision 2025 Touching an Intelligent WorldTakayuki Yamazaki
 
Post Pandemic Technology Trends to Change Retail Industry
Post Pandemic Technology Trends to Change Retail IndustryPost Pandemic Technology Trends to Change Retail Industry
Post Pandemic Technology Trends to Change Retail IndustryTakayuki Yamazaki
 
IoT Trends to Drive Innovation for Business 2019-2020
IoT Trends to Drive Innovation for Business 2019-2020IoT Trends to Drive Innovation for Business 2019-2020
IoT Trends to Drive Innovation for Business 2019-2020Takayuki Yamazaki
 
中国インターネットトレンド2020年
中国インターネットトレンド2020年中国インターネットトレンド2020年
中国インターネットトレンド2020年Takayuki Yamazaki
 
業界という枠組みを超えた戦い
業界という枠組みを超えた戦い業界という枠組みを超えた戦い
業界という枠組みを超えた戦いTakayuki Yamazaki
 
2019年版中国インターネットレポート
2019年版中国インターネットレポート2019年版中国インターネットレポート
2019年版中国インターネットレポートTakayuki Yamazaki
 
Samsung Open Innovation 2016
Samsung Open Innovation 2016Samsung Open Innovation 2016
Samsung Open Innovation 2016Takayuki Yamazaki
 
スティーブ・ジョブスから得た教訓
スティーブ・ジョブスから得た教訓スティーブ・ジョブスから得た教訓
スティーブ・ジョブスから得た教訓Takayuki Yamazaki
 
オールイン・スタートアップ
オールイン・スタートアップオールイン・スタートアップ
オールイン・スタートアップTakayuki Yamazaki
 
The Essential Guide To Entrepreneurship
The Essential Guide To EntrepreneurshipThe Essential Guide To Entrepreneurship
The Essential Guide To EntrepreneurshipTakayuki Yamazaki
 

Plus de Takayuki Yamazaki (20)

20240118_人型ロボット市場の動向(開発・社会実装の状況、主要企業リスト).pdf
20240118_人型ロボット市場の動向(開発・社会実装の状況、主要企業リスト).pdf20240118_人型ロボット市場の動向(開発・社会実装の状況、主要企業リスト).pdf
20240118_人型ロボット市場の動向(開発・社会実装の状況、主要企業リスト).pdf
 
Jeff Bezos Live Interview Transcript
Jeff Bezos Live Interview TranscriptJeff Bezos Live Interview Transcript
Jeff Bezos Live Interview Transcript
 
Cyber-Defenders-2020
Cyber-Defenders-2020Cyber-Defenders-2020
Cyber-Defenders-2020
 
Healthcare Report Q2 2020
Healthcare Report Q2 2020Healthcare Report Q2 2020
Healthcare Report Q2 2020
 
Pitch Deck Contents Sample
Pitch Deck Contents SamplePitch Deck Contents Sample
Pitch Deck Contents Sample
 
5G AI the Ingredients for Next Gen Wireless Innovation
5G AI the Ingredients for Next Gen Wireless Innovation5G AI the Ingredients for Next Gen Wireless Innovation
5G AI the Ingredients for Next Gen Wireless Innovation
 
5G IoT Use Cases
5G IoT Use Cases5G IoT Use Cases
5G IoT Use Cases
 
Global Industry Vision 2025 Touching an Intelligent World
Global Industry Vision 2025 Touching an Intelligent WorldGlobal Industry Vision 2025 Touching an Intelligent World
Global Industry Vision 2025 Touching an Intelligent World
 
Tech Trends 2020
Tech Trends 2020Tech Trends 2020
Tech Trends 2020
 
Healthcare Report Q1 2020
Healthcare Report Q1 2020Healthcare Report Q1 2020
Healthcare Report Q1 2020
 
MoneyTree Report Q2 2020
MoneyTree Report Q2 2020MoneyTree Report Q2 2020
MoneyTree Report Q2 2020
 
Post Pandemic Technology Trends to Change Retail Industry
Post Pandemic Technology Trends to Change Retail IndustryPost Pandemic Technology Trends to Change Retail Industry
Post Pandemic Technology Trends to Change Retail Industry
 
IoT Trends to Drive Innovation for Business 2019-2020
IoT Trends to Drive Innovation for Business 2019-2020IoT Trends to Drive Innovation for Business 2019-2020
IoT Trends to Drive Innovation for Business 2019-2020
 
中国インターネットトレンド2020年
中国インターネットトレンド2020年中国インターネットトレンド2020年
中国インターネットトレンド2020年
 
業界という枠組みを超えた戦い
業界という枠組みを超えた戦い業界という枠組みを超えた戦い
業界という枠組みを超えた戦い
 
2019年版中国インターネットレポート
2019年版中国インターネットレポート2019年版中国インターネットレポート
2019年版中国インターネットレポート
 
Samsung Open Innovation 2016
Samsung Open Innovation 2016Samsung Open Innovation 2016
Samsung Open Innovation 2016
 
スティーブ・ジョブスから得た教訓
スティーブ・ジョブスから得た教訓スティーブ・ジョブスから得た教訓
スティーブ・ジョブスから得た教訓
 
オールイン・スタートアップ
オールイン・スタートアップオールイン・スタートアップ
オールイン・スタートアップ
 
The Essential Guide To Entrepreneurship
The Essential Guide To EntrepreneurshipThe Essential Guide To Entrepreneurship
The Essential Guide To Entrepreneurship
 

Dernier

Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DayH2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DaySri Ambati
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 

Dernier (20)

Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DayH2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 

Natural Language Processing Use Cases for Business Optimization

  • 1. Table of Contents  What Is Natural Language Processing and How Does It Work?  NLP Use Cases You Should Know About  1. NLP-Powered Epidemiological Investigation  2. Security Authentication With NLP  3. NLP-Based Brand Awareness and Market Research  4. Chatbots for Customer Support and Engagement  5. NLP-Powered Competitive Analysis  6. Report Auto-Generation With the Help of NLP  7. Real-Time Intelligence Gathering on Specific Financial Stocks  8. Defense Departments And Secret Services Using AI                            NLP Use Cases for Business Optimization ​0 
  • 2. AI-powered human-to-machine interactions are nothing new. Public  organizations and businesses have been applying data science and machine  learning technologies for a while. One of the quickest evolving AI technologies  today is natural language processing (NLP).  A 2019 Statista ​report​ reveals that the NLP market will increase to 43.9 billion  dollars by 2025.    *Revenues from the natural language processing (NLP) market worldwide from 2017  to 2025 (in million U.S. dollars)  Clearly, many companies believe in its potential and are already investing into it.  But why is NLP becoming so popular year-over-year? And what might that mean  for businesses? These types of questions are fairly common.   In this article, we’re going to take a deep dive into NLP, its use cases, and other  relevant information that you may find useful.  NLP Use Cases for Business Optimization ​1 
  • 3. What Is Natural Language Processing and How Does It  Work?  In simple terms, natural language processing is AI technology that recognizes  and understands natural human languages. Written or spoken human speech is  converted into a form that computers are able to understand through NLP  techniques.   Most of us use NLP business applications every day without even knowing it.  Spell-checkers, online search, translators, voice assistants—almost all of these  include natural language processing technology.   There is a wide variety of NLP techniques known as “NLP tasks.” Here is a brief  breakdown of various NLP tasks performed by modern NLP software.      According to the experience of MobiDev data scientists, the following NLP  capabilities are particularly interesting due to the potential they have:  NLP Use Cases for Business Optimization ​2 
  • 4. Named Entity Recognition  Named entity recognition is the task that implies identification entities in a  sentence (like a person, organization, date, location, time, etc.), and their  classification into categories.   Example:         Part-of-Speech Tagging  Part-of-speech tagging is the task that involves marking up words in a sentence  as nouns, verbs, adjectives, adverbs, and other descriptors.                      NLP Use Cases for Business Optimization ​3 
  • 5.   Example​:    Summarization  Summarization is the task that includes text shortening by identifying the  important parts and creating a summary. There are two approaches to text  summarization:  ● Extractive Summarization.​ Identification of the important sentences or  phrases from the original text and extracting them from the text.   Example:    ● Abstractive Summarization.​ New sentences generated from the original  text, where the generated sentences may not be present in the original text.  NLP Use Cases for Business Optimization ​4 
  • 6. Example:     Sentiment Analysis  Sentiment analysis is the task that implies a broad range of subjective analysis to  identify positive or negative feelings in a sentence, the sentiment of a customer  review, judging mood via written text or voice analysis, and other similar tasks.  Example:      Text Classification  Text classification is the task that involves assigning tags/categories to text  according to the content. Text classifiers can be used to structure, organize, and  categorize any text.               NLP Use Cases for Business Optimization ​5 
  • 7. Example:  Language Modeling  Language modeling is the NLP task that includes predicting the next  word/character in a text/document. Language models might be used for:  ➢ Optical Character Recognition ➢ Machine Translation ➢ Image Captioning ➢ Text Summarization ➢ Handwriting Recognition ➢ Spelling Correction NLP Use Cases for Business Optimization ​6 
  • 8. NLP Use Cases You Should Know About   1. NLP-Powered Epidemiological Investigation  When the Coronavirus outbreak hit China, Alibaba’s DAMO Academy developed  the ​StructBERT​ NLP model. Being deployed in Alibaba’s ecosystem, the model  powered not only the search engine on Alibaba’s retail platforms but also  anonymous healthcare data analysis. By analyzing the text of medical records  and epidemiological investigation, the Centers for Disease Control (CDCs) used  StructBERT for fighting against COVID-19 in China cities.   Being based on the BERT pre-trained model, StructBert not only understands the  context of words in search queries but also leverages the structural information:  sentence-level ordering and word-level ordering.   2. Security Authentication With NLP  With the arrival of NLP technology, it’s possible to integrate more advanced  security techniques. By using question generation, data scienеntists are able to  build stronger security systems.   How Does This Algorithm Work?  1. Find additional context for a user's personal information.  2. Extract import information (answers) using a named entity recognition model.  3. Generate questions with the neural network.  5. Validate a user’s answer.  At MobiDev, we run projects based on the question generation technique. The  video below shows the core ideas behind our research:  NLP Use Cases for Business Optimization ​7 
  • 9.   3. NLP-Based Brand Awareness and Market Research  It’s difficult to develop actionable business strategies when you don’t know how  customers feel about your brand. By using sentiment analysis and getting the  most frequent context when your brand receives positive ​and negative  comments, you can increase your strengths and reduce weaknesses based on  viable market research.​ NLP-based software analyzes social media content,  including customer reviews/comments, and converts them into insightful data.   How Does This Algorithm Work?   1. Analyze an entire list of comments and classify them using a sentiment  analysis model.  2. Get the most frequent words and phrases from both positive and negative  comments.  3. Perform market research based on the data collected.  Based on this algorithm, it is possible to assign a value to the output  information. This value might be considered as a positive, negative, or neutral  emotion. Marketers can use this data to make more informed decisions in their  marketing strategies and campaigns.  NLP Use Cases for Business Optimization ​8 
  • 10. 4. Chatbots for Customer Support and Engagement As technology grows, customer service automation is becoming more advanced.  NLP-powered chatbots are a prime example of automation technology due to  their ability to perform personalized conversations and partially replace  humans. The most common approach is to use NLP-based bots that start the  interaction and take care of basic scenarios, and only bring in a human operator  to handle more advanced situations.   5. NLP-Powered Competitive Analysis Most founders will conduct competitor analysis and research when starting a  business. This task enables them to better understand their market,  competitors, customers, and other important details about their industry.   There are dozens of tools available to help entrepreneurs monitor their  competitors. NLP-powered engines like​ ​Zirra​ simplify the process for  automatically building a competitive landscape. When Zirra analyzes something,  it gathers a list of companies and ranks them from zero to one. This rank shows  how closely these companies are related to each other using a multimodal  semantic field.   The algorithms solutions like Zirra use create the list of companies by scanning  the Internet for articles and putting the data into an NLP module that closes out  semantic relationships between companies.  NLP Use Cases for Business Optimization ​9 
  • 11. 6. Report Auto-Generation With the Help of NLP  Documenting and reporting are among the most time-consuming tasks for  businesses. NLP techniques allow you to convert unstructured text information  into reports by applying speech-to-text dictation and formulated data entry.  Using NLP, it’s possible to design a deep learning model that identifies necessary  information from unstructured text data and combines it into specific reports.  Sophisticated solutions like this can identify and request missing data and allows  you to automate the process.   How Does This Algorithm Work?  0. Define a template for the report and all possible sources of information.  1. Go through all data sources and find potential fillers for blank fields. This step  is similar to the named entity recognition task, but it’s necessary to train the  model to find its own classes.  2. Deliver the report to a responsible person in a suggestion mode.   7. Real-Time Intelligence Gathering on Specific Financial Stocks  The stock market is sensitive to news and world events. Many companies are  looking for ways to complete complex stock market analyses by accessing  historical stock price data, news archives, company reports, and other relevant  data.   Popular solutions like IBM’s Watson partially provide similar services. And  beyond that, there are other interesting AI-based technologies already being  used for stock analysis.  How Does This Algorithm Work?  1. Improve understanding of a large amount of news and data found in reports  similar to how sentiment analysis works.  2. Classify news and connect it to certain companies trading their stocks.  3. Figure out dependencies, such as how the stock market reacts to certain  news events.  NLP Use Cases for Business Optimization ​10 
  • 12. 4. Run continuous real-time news and reports analysis.  5. Predict and notify when the stock market shifts based on recent news and  events.  A successful solution would require a substantial amount of data science  modeling using machine learning activities like NLP processing. And more  importantly, a significant amount of computing power to calculate it all.  Remember, as the business goal becomes more precise, the easier it is to solve  it with high accuracy and a reasonable budget.    8. Defense Departments And Secret Services Using AI   This past fall, the Department of Defense released a ​document​ called  “Recommendations on the Ethical Use of Artificial Intelligence by the  Department of Defense”   The US government is already investigating use cases for AI technology. The  Defense Innovation Board is working with companies like Google, Microsoft, and  Facebook. All of these efforts are designed to provide a better framework for  understanding and controlling AI for defense & security.   But we still don’t know how NLP, deep learning, or predictive analysis have been  used for defense and security by top governments. There’s really no reason to  guess, but we can safely say that it’s been used and that its usage is growing  rapidly.  NLP Use Cases for Business Optimization ​11