SlideShare a Scribd company logo
1
1
FIRST LAST
TITLE
Welcome Message
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur elementum posuere pretium. Quisque nibh dolor, dignissim ac dignissim ut,
luctus ac urna. Aliquam aliquet non massa quis tincidunt. Mauris ullamcorper justo tristique dui posuere tincidunt. In nec lacus laoreet orci varius
imperdiet sit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur elementum posuere pretium. Quisque nibh dolor, dignissim ac
dignissim ut, luctus ac urna. Aliquam aliquet non massa quis tincidunt. Mauris ullamcorper justo tristique dui posuere tincidunt. In nec lacus
laoreet orci varius imperdiet sit. In nec lacus laoreet orci varius imperdiet sit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Welcome message goes here
Named entity recognition and
disambiguation using an iterative
graph processing system
Julien Gonçalves
2
2
Julien Gonçalves
VP research and partner at Reportlinker
Working on semantic technologies since 2004
@rlk_jgo
fr.linkedin.com/pub/julien-gonçalves/2/557/a21
3
3
Who is Reportlinker?
ReportLinker is a technology company focused on providing
actionable information from global market research and data,
to Marketers, Analysts, Researchers and knowledge workers
in the enterprise.
4000 recurring clients around the world (HonneyWell, 3M, …)
A 10M€ Company
40 Employees with 50% engineers and semantic specialists
4
4
What is ReportLinker?
Reportlinker finds, filters and organizes the latest industry data
5
5
Find, Filter and Organize
30 million new documents analyzed / month
Document discovery NLP Search Engine
1 billion url verified / month
3 million documents available as relevant
Each part of the workflow is scalable
6
6
Natural Language Processing
Text preprocessing
Converting
PDF/DOC/PTT format
to Text.
Lexical analysis
Parsing words and
sentences
Morphology analysis
Chapter/Table/Figure
detection using the
morphology of the original
document
Semantic analysis
Using a thesaurus
with 3.5 millions
ontologies
(industry,
geography, topic)
Storage
Structured,
annoted, sliced:
ready to be
searchable
Data relevance
Scoring each type of
data by relevance
(statistics, analysis, …)
7
7
Semantic Analysis
Industry
Geography
Topic
A Data Lexical Platform using a thesaurus with 3 dimensions
350 industries, 3000 sub-industries
world regions, countries, main cities
Ontologies about industrial economics
(production, exportation, …)
8
8
Semantic Analysis
Industry
Controlled vocabulary helps to find the right meaning of a term
Agribusiness
Food
Fruit and Vegetable
Fruit
apple banana
One term can be used for several meanings (ex:
“apple” as fruit or company).
The proximity with other concept in the thesaurus
helps to find the right meaning when found in the
same section of text.
9
Semantic Analysis
How can we find, normalize and classify
the company names mentioned in our
reports ?
10
Semantic Analysis : Company
Very simple approach: Use a database of company names as ontology
FAIL ! This approach did not work at all
We bought and used a database with 2 000 000 company names
Too many company names existing as common name (ex: “Post
Office”, “Table”, …)
To avoid the noise, we need to match more context in order to be
sure of the right meaning of a concept.
11
Semantic Analysis : Company
Millions of companies exist around the world
Company context changes very often (acquisisions, new
activities, ...)
Hundreds of companies can have the same name
To be able to disambiguate, we need additional context
for each company concept.
12
Our approach
STEP 1
Hypotheses
STEP 2
Inferences
STEP 3
Analysis &
Classification
To create our own database of company names with
additional context for disambiguation.
To exploit our content (110 millions documents) to discover
and identify company names, people, products.
To use an inference engine to build a relational graph with
verified concepts and contexts.
To use this new base of verified companies, enriched with
contexts, to find the right companies in our content.
13
Step 1: Hypotheses
For each document analysed, we extract several “hypotheses”
(unverified facts) using text mining rules
Identification of a concept (the probability that its a company,
person, product, …)
We mainly have 3 types of hypotheses:
Relation between 2 concepts (context proximity between 2
concepts in the document)
Proximity between a concept and an industry/country
(context proximity with an other dimension in the document)
14
Step 1: Hypotheses
In march 2010, Toto inc. acquired Thingso corp., the new CEO
Kevin Sherpa wants to be present in China to sell the new Xbrid3.
Example
“Kevin Sherpa” is guessed as a person name (NER rules).
“Toto inc.” and “Thingso corp.” are guessed as company (using
NER rules). More the pattern is “safe”, more the hypothese is
strong.
“China” is a country (Ontology).
“Xbrid3” is an unidentified named entity (NER rules).
15
Step 1: Hypotheses
Toto inc.
Label Context Industry / Geography
Toto inc. Thingso corp. (C) / Kevin Sherpa (P) / Xbrid3 China
Thingso corp. Toto inc. (C) / Kevin Sherpa (P) / Xbrid3 China
Thingso
corp.
Kevin
Sherpa Xbrid3
16
Step 1: Hypotheses
To validate these hypotheses we need to find more facts verifying
the same hypotheses.
Data volume is one of the key elements of this approach
We mine billions of sentences from economic reports and 3
million news update every month.
Each hypothese brings new information and new contexts
around a company concept.
More an hypothese is verified with several sources, more
chance it has to become a verified fact.
17
Step 2: Inferences
An inference engine verifies all the hypotheses around each
concept in order to keep only the verified facts
C1
C2
P
2
P
1
From millions/billions of sub-graphs (each scope of context), we
obtain 1 final consolidated graph composed of only thousands of
sub-graphs.
18
Step 2: Inferences
Apache Giraph is an iterative graph processing system built
for high scalability.
Giraph implements the Pregel model and other features that
makes it easy to use graph computation.
Giraph loads all the graph in-memory, computation is very
quick.
Giraph is highly scalable.
19
Step 2: Inferences
Graph reduction continues until we can’t reduce the graph anymore
Toto Inc. #1
Kevin Sherpa
Thingso corp.
Xbrid3
Toto Inc. #2
Kevin Sherpa
David Rego
Xbrid3
Toto Inc. #3
Thingso corp.
David Rego
Xbrid Project
Neko Ltd.
Toto Inc. #4
Kevin Sherpa
Xbrid Project
Neko Ltd.
China China
US
China
Toto Inc. #1 Kevin Sherpa
David Rego
Thingso corp.
Xbrid3
China
Toto Inc. #2
Xbrid Project
Kevin Sherpa
Xbrid3
China
US
Toto Inc. #1
Xbrid Project
Kevin Sherpa
David Rego
Thingso corp.
Neko Ltd.
Iteration 1
Iteration 2
David Rego
Thingso corp.
Neko Ltd.
China
US
20
Step 2: Inferences
The final graph is filtered to obtain a base of verified companies
Only the best context is kept for each company name
(context frequently related to the company)
Special iterations are processed to normalize company
names having very close names (ex: “Google France” and
“Google Fr”).
21
Step 3: Semantic Analysis
Company
Name
Name to Match / Alias Contexts Industry / Geography
Toto inc. Toto inc.
Toto incorporated
Toto
Xbrid Project
Kevin Sherpa
Xbrid3
David Rego
Thingso corp.
Neko Ltd.
...
China
US
Apple inc. Apple inc.
Apple incorporated
Apple
Tim Cook
iPhone
iPad
Steve Jobs
...
US
World
More a company name is “common”, the more it will need a
better diversity of context to be verified (common noun, several
company with the same names, high frequency in the corpus)
22
Step 3: Semantic Analysis
Kevin Sherpa said “Toto forecasts to double its revenue in China
selling the new Xbrid3.”
1) “Toto” is a possible name to match, normalized as “Toto inc.”
2) “Toto” is found in this text, we load all the contextual terms terlated to this
concept in order to disambiguate and select the right concept.
3) Contextual terms are found, “Toto” is classified as “Toto inc.” in this text.
23
Step 3: Semantic Analysis
Contextual
terms related to
companies
Verified
company names
NLP
Content to analyse
Load in memory
Checking contextual
terms
company found:
disambiguated and
classified
Company names that are eligible are loaded in memory (NLP
process)
Contexts are loaded in memory in a remote cluster (Redis)
24
Beta version: Statistics
400 million hypotheses
2 million documents analysed
graph nodes: 27 million
graph edges: 380 million
> 400 000 companies verified, enriched with contexts
25
Conclusion
Using Big Data analytics we found a very good approach to
discover, disambiguate and normalise company names. This
solution works because we succeed in resolving 3 main issues:
Data volume
Pattern detection to discover hypotheses (NER rules)
Optimized algorithms for the inference engine
26
QUESTIONS ?

More Related Content

PPTX
Federated SPARQL query processing over the Web of Data
PPTX
NLP todo
PDF
Linked Data Fragments
PPT
Gathering Alternative Surface Forms for DBpedia Entities
PDF
DBpedia InsideOut
PDF
Evaluating Named Entity Recognition and Disambiguation in News and Tweets
PDF
Open Education Challenge 2014: exploiting Linked Data in Educational Applicat...
PPTX
Introduction to the Data Web, DBpedia and the Life-cycle of Linked Data
Federated SPARQL query processing over the Web of Data
NLP todo
Linked Data Fragments
Gathering Alternative Surface Forms for DBpedia Entities
DBpedia InsideOut
Evaluating Named Entity Recognition and Disambiguation in News and Tweets
Open Education Challenge 2014: exploiting Linked Data in Educational Applicat...
Introduction to the Data Web, DBpedia and the Life-cycle of Linked Data

Viewers also liked (20)

ODP
DBpedia: A Public Data Infrastructure for the Web of Data
PDF
LDQL: A Query Language for the Web of Linked Data
ODP
Fast Approximate A-box Consistency Checking using Machine Learning
PDF
Applying Linked Open Data to Public Procurement
PDF
Exploiting the query structure for efficient join ordering in SPARQL queries
ODP
Data Mining with Background Knowledge from the Web - Introducing the RapidMin...
PPTX
A Provenance assisted Roadmap for Life Sciences Linked Open Data Cloud
PDF
On the Reproducibility of the TAGME entity linking system
PDF
Unsupervised Extraction of Attributes and Their Values from Product Description
PPTX
FedViz: A Visual Interface for SPARQL Queries Formulation and Execution
PDF
Tutorial "An Introduction to SPARQL and Queries over Linked Data" Chapter 3 (...
PDF
LR Parsing
PDF
RDF Tutorial - SPARQL 20091031
PDF
Querying Linked Data with SPARQL
PDF
The Future is Federated
PDF
Query Expansion and Context: Thoughts on Language, Meaning and Knowledge Orga...
PPTX
Querying Linked Data on Android
ODP
Exploiting Linked Open Data as Background Knowledge in Data Mining
PPTX
NLP & DBpedia
ODP
Exploiting Linked Open Data and Natural Language Processing for Classificati...
DBpedia: A Public Data Infrastructure for the Web of Data
LDQL: A Query Language for the Web of Linked Data
Fast Approximate A-box Consistency Checking using Machine Learning
Applying Linked Open Data to Public Procurement
Exploiting the query structure for efficient join ordering in SPARQL queries
Data Mining with Background Knowledge from the Web - Introducing the RapidMin...
A Provenance assisted Roadmap for Life Sciences Linked Open Data Cloud
On the Reproducibility of the TAGME entity linking system
Unsupervised Extraction of Attributes and Their Values from Product Description
FedViz: A Visual Interface for SPARQL Queries Formulation and Execution
Tutorial "An Introduction to SPARQL and Queries over Linked Data" Chapter 3 (...
LR Parsing
RDF Tutorial - SPARQL 20091031
Querying Linked Data with SPARQL
The Future is Federated
Query Expansion and Context: Thoughts on Language, Meaning and Knowledge Orga...
Querying Linked Data on Android
Exploiting Linked Open Data as Background Knowledge in Data Mining
NLP & DBpedia
Exploiting Linked Open Data and Natural Language Processing for Classificati...
Ad

Similar to Julien Gonçalves: Named entity recognition and disambiguation using an iterative graph processing system (20)

PDF
Questions On The And Football
PDF
Final Project
PPTX
TCS Point of View Session - Analyze by Dr. Gautam Shroff, VP and Chief Scient...
PDF
Daeil Kim: Machine Learning at the New York Times
PDF
Pervasive, intelligent cloud ecosystems, spectacular firms and frontier firms...
PDF
The Value of Signal (and the Cost of Noise): The New Economics of Meaning-Making
PDF
Data Science - Part XI - Text Analytics
PDF
applications and advantages of python
PPTX
Data Science Data Science Data Science.pptx
DOCX
Bigdata notes
PDF
FAQ for the Predictive Testing of Opportunities
PDF
horizon-scanning-artificial-intelligence-legal-profession-may-2018.pdf
PPTX
Smartlogic, Semaphore and Semantically Enhanced Search – For “Discovery”
PPTX
Smartlogic, Semaphore and Semantically Enhanced Search – For “Discovery”
PPTX
GEETHAhshansbbsbsbhshnsnsn_INTERNSHIP.pptx
PDF
How economists should think about the revolutionary changes taking place in h...
PPTX
Copy of State of AI Report 2023 - ONLINE.pptx
PPTX
State of Artificial intelligence Report 2023
PPTX
State of AI Report 2023 - ONLINE presentation
PDF
Parrot case
Questions On The And Football
Final Project
TCS Point of View Session - Analyze by Dr. Gautam Shroff, VP and Chief Scient...
Daeil Kim: Machine Learning at the New York Times
Pervasive, intelligent cloud ecosystems, spectacular firms and frontier firms...
The Value of Signal (and the Cost of Noise): The New Economics of Meaning-Making
Data Science - Part XI - Text Analytics
applications and advantages of python
Data Science Data Science Data Science.pptx
Bigdata notes
FAQ for the Predictive Testing of Opportunities
horizon-scanning-artificial-intelligence-legal-profession-may-2018.pdf
Smartlogic, Semaphore and Semantically Enhanced Search – For “Discovery”
Smartlogic, Semaphore and Semantically Enhanced Search – For “Discovery”
GEETHAhshansbbsbsbhshnsnsn_INTERNSHIP.pptx
How economists should think about the revolutionary changes taking place in h...
Copy of State of AI Report 2023 - ONLINE.pptx
State of Artificial intelligence Report 2023
State of AI Report 2023 - ONLINE presentation
Parrot case
Ad

More from Semantic Web Company (20)

PDF
How Enterprise Architecture & Knowledge Graph Technologies Can Scale Business...
PDF
Introduction to Knowledge Graphs and Semantic AI
PDF
Deep Text Analytics - How to extract hidden information and aboutness from text
PDF
Leveraging Knowledge Graphs in your Enterprise Knowledge Management System
PDF
Linking SharePoint Documents with Structured Data
PDF
The Fast Track to Knowledge Engineering
PDF
PPTX
BrightTALK - Semantic AI
PDF
PoolParty Semantic Classifier
PDF
Leveraging Taxonomy Management with Machine Learning
PDF
Taxonomies put in the right place
PDF
PoolParty GraphSearch - The Fusion of Search, Recommendation and Analytics
PDF
Semantics as the Basis of Advanced Cognitive Computing
PDF
Structured Content Meets Taxonomy
PDF
PoolParty 6.0 - Climbing the Semantic Ladder
PDF
PoolParty Semantic Suite - Release 6.0 (Technical Overview)
PDF
Taxonomies and Ontologies – The Yin and Yang of Knowledge Modelling
PPTX
PROPEL . Austrian's Roadmap for Enterprise Linked Data
PDF
Taxonomy Quality Assessment
PDF
Taxonomy-Driven UX
How Enterprise Architecture & Knowledge Graph Technologies Can Scale Business...
Introduction to Knowledge Graphs and Semantic AI
Deep Text Analytics - How to extract hidden information and aboutness from text
Leveraging Knowledge Graphs in your Enterprise Knowledge Management System
Linking SharePoint Documents with Structured Data
The Fast Track to Knowledge Engineering
BrightTALK - Semantic AI
PoolParty Semantic Classifier
Leveraging Taxonomy Management with Machine Learning
Taxonomies put in the right place
PoolParty GraphSearch - The Fusion of Search, Recommendation and Analytics
Semantics as the Basis of Advanced Cognitive Computing
Structured Content Meets Taxonomy
PoolParty 6.0 - Climbing the Semantic Ladder
PoolParty Semantic Suite - Release 6.0 (Technical Overview)
Taxonomies and Ontologies – The Yin and Yang of Knowledge Modelling
PROPEL . Austrian's Roadmap for Enterprise Linked Data
Taxonomy Quality Assessment
Taxonomy-Driven UX

Recently uploaded (20)

PPTX
Qualitative Qantitative and Mixed Methods.pptx
PPTX
IB Computer Science - Internal Assessment.pptx
PPTX
IBA_Chapter_11_Slides_Final_Accessible.pptx
PPTX
1_Introduction to advance data techniques.pptx
PPTX
Introduction to machine learning and Linear Models
PDF
TRAFFIC-MANAGEMENT-AND-ACCIDENT-INVESTIGATION-WITH-DRIVING-PDF-FILE.pdf
PPTX
climate analysis of Dhaka ,Banglades.pptx
PPTX
Introduction to Basics of Ethical Hacking and Penetration Testing -Unit No. 1...
PPT
Miokarditis (Inflamasi pada Otot Jantung)
PDF
Galatica Smart Energy Infrastructure Startup Pitch Deck
PDF
Lecture1 pattern recognition............
PPTX
Database Infoormation System (DBIS).pptx
PPT
ISS -ESG Data flows What is ESG and HowHow
PPTX
Introduction to Knowledge Engineering Part 1
PPTX
ALIMENTARY AND BILIARY CONDITIONS 3-1.pptx
PDF
22.Patil - Early prediction of Alzheimer’s disease using convolutional neural...
PDF
Fluorescence-microscope_Botany_detailed content
PDF
168300704-gasification-ppt.pdfhghhhsjsjhsuxush
PDF
.pdf is not working space design for the following data for the following dat...
Qualitative Qantitative and Mixed Methods.pptx
IB Computer Science - Internal Assessment.pptx
IBA_Chapter_11_Slides_Final_Accessible.pptx
1_Introduction to advance data techniques.pptx
Introduction to machine learning and Linear Models
TRAFFIC-MANAGEMENT-AND-ACCIDENT-INVESTIGATION-WITH-DRIVING-PDF-FILE.pdf
climate analysis of Dhaka ,Banglades.pptx
Introduction to Basics of Ethical Hacking and Penetration Testing -Unit No. 1...
Miokarditis (Inflamasi pada Otot Jantung)
Galatica Smart Energy Infrastructure Startup Pitch Deck
Lecture1 pattern recognition............
Database Infoormation System (DBIS).pptx
ISS -ESG Data flows What is ESG and HowHow
Introduction to Knowledge Engineering Part 1
ALIMENTARY AND BILIARY CONDITIONS 3-1.pptx
22.Patil - Early prediction of Alzheimer’s disease using convolutional neural...
Fluorescence-microscope_Botany_detailed content
168300704-gasification-ppt.pdfhghhhsjsjhsuxush
.pdf is not working space design for the following data for the following dat...

Julien Gonçalves: Named entity recognition and disambiguation using an iterative graph processing system

  • 1. 1 1 FIRST LAST TITLE Welcome Message Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur elementum posuere pretium. Quisque nibh dolor, dignissim ac dignissim ut, luctus ac urna. Aliquam aliquet non massa quis tincidunt. Mauris ullamcorper justo tristique dui posuere tincidunt. In nec lacus laoreet orci varius imperdiet sit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur elementum posuere pretium. Quisque nibh dolor, dignissim ac dignissim ut, luctus ac urna. Aliquam aliquet non massa quis tincidunt. Mauris ullamcorper justo tristique dui posuere tincidunt. In nec lacus laoreet orci varius imperdiet sit. In nec lacus laoreet orci varius imperdiet sit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Welcome message goes here Named entity recognition and disambiguation using an iterative graph processing system Julien Gonçalves
  • 2. 2 2 Julien Gonçalves VP research and partner at Reportlinker Working on semantic technologies since 2004 @rlk_jgo fr.linkedin.com/pub/julien-gonçalves/2/557/a21
  • 3. 3 3 Who is Reportlinker? ReportLinker is a technology company focused on providing actionable information from global market research and data, to Marketers, Analysts, Researchers and knowledge workers in the enterprise. 4000 recurring clients around the world (HonneyWell, 3M, …) A 10M€ Company 40 Employees with 50% engineers and semantic specialists
  • 4. 4 4 What is ReportLinker? Reportlinker finds, filters and organizes the latest industry data
  • 5. 5 5 Find, Filter and Organize 30 million new documents analyzed / month Document discovery NLP Search Engine 1 billion url verified / month 3 million documents available as relevant Each part of the workflow is scalable
  • 6. 6 6 Natural Language Processing Text preprocessing Converting PDF/DOC/PTT format to Text. Lexical analysis Parsing words and sentences Morphology analysis Chapter/Table/Figure detection using the morphology of the original document Semantic analysis Using a thesaurus with 3.5 millions ontologies (industry, geography, topic) Storage Structured, annoted, sliced: ready to be searchable Data relevance Scoring each type of data by relevance (statistics, analysis, …)
  • 7. 7 7 Semantic Analysis Industry Geography Topic A Data Lexical Platform using a thesaurus with 3 dimensions 350 industries, 3000 sub-industries world regions, countries, main cities Ontologies about industrial economics (production, exportation, …)
  • 8. 8 8 Semantic Analysis Industry Controlled vocabulary helps to find the right meaning of a term Agribusiness Food Fruit and Vegetable Fruit apple banana One term can be used for several meanings (ex: “apple” as fruit or company). The proximity with other concept in the thesaurus helps to find the right meaning when found in the same section of text.
  • 9. 9 Semantic Analysis How can we find, normalize and classify the company names mentioned in our reports ?
  • 10. 10 Semantic Analysis : Company Very simple approach: Use a database of company names as ontology FAIL ! This approach did not work at all We bought and used a database with 2 000 000 company names Too many company names existing as common name (ex: “Post Office”, “Table”, …) To avoid the noise, we need to match more context in order to be sure of the right meaning of a concept.
  • 11. 11 Semantic Analysis : Company Millions of companies exist around the world Company context changes very often (acquisisions, new activities, ...) Hundreds of companies can have the same name To be able to disambiguate, we need additional context for each company concept.
  • 12. 12 Our approach STEP 1 Hypotheses STEP 2 Inferences STEP 3 Analysis & Classification To create our own database of company names with additional context for disambiguation. To exploit our content (110 millions documents) to discover and identify company names, people, products. To use an inference engine to build a relational graph with verified concepts and contexts. To use this new base of verified companies, enriched with contexts, to find the right companies in our content.
  • 13. 13 Step 1: Hypotheses For each document analysed, we extract several “hypotheses” (unverified facts) using text mining rules Identification of a concept (the probability that its a company, person, product, …) We mainly have 3 types of hypotheses: Relation between 2 concepts (context proximity between 2 concepts in the document) Proximity between a concept and an industry/country (context proximity with an other dimension in the document)
  • 14. 14 Step 1: Hypotheses In march 2010, Toto inc. acquired Thingso corp., the new CEO Kevin Sherpa wants to be present in China to sell the new Xbrid3. Example “Kevin Sherpa” is guessed as a person name (NER rules). “Toto inc.” and “Thingso corp.” are guessed as company (using NER rules). More the pattern is “safe”, more the hypothese is strong. “China” is a country (Ontology). “Xbrid3” is an unidentified named entity (NER rules).
  • 15. 15 Step 1: Hypotheses Toto inc. Label Context Industry / Geography Toto inc. Thingso corp. (C) / Kevin Sherpa (P) / Xbrid3 China Thingso corp. Toto inc. (C) / Kevin Sherpa (P) / Xbrid3 China Thingso corp. Kevin Sherpa Xbrid3
  • 16. 16 Step 1: Hypotheses To validate these hypotheses we need to find more facts verifying the same hypotheses. Data volume is one of the key elements of this approach We mine billions of sentences from economic reports and 3 million news update every month. Each hypothese brings new information and new contexts around a company concept. More an hypothese is verified with several sources, more chance it has to become a verified fact.
  • 17. 17 Step 2: Inferences An inference engine verifies all the hypotheses around each concept in order to keep only the verified facts C1 C2 P 2 P 1 From millions/billions of sub-graphs (each scope of context), we obtain 1 final consolidated graph composed of only thousands of sub-graphs.
  • 18. 18 Step 2: Inferences Apache Giraph is an iterative graph processing system built for high scalability. Giraph implements the Pregel model and other features that makes it easy to use graph computation. Giraph loads all the graph in-memory, computation is very quick. Giraph is highly scalable.
  • 19. 19 Step 2: Inferences Graph reduction continues until we can’t reduce the graph anymore Toto Inc. #1 Kevin Sherpa Thingso corp. Xbrid3 Toto Inc. #2 Kevin Sherpa David Rego Xbrid3 Toto Inc. #3 Thingso corp. David Rego Xbrid Project Neko Ltd. Toto Inc. #4 Kevin Sherpa Xbrid Project Neko Ltd. China China US China Toto Inc. #1 Kevin Sherpa David Rego Thingso corp. Xbrid3 China Toto Inc. #2 Xbrid Project Kevin Sherpa Xbrid3 China US Toto Inc. #1 Xbrid Project Kevin Sherpa David Rego Thingso corp. Neko Ltd. Iteration 1 Iteration 2 David Rego Thingso corp. Neko Ltd. China US
  • 20. 20 Step 2: Inferences The final graph is filtered to obtain a base of verified companies Only the best context is kept for each company name (context frequently related to the company) Special iterations are processed to normalize company names having very close names (ex: “Google France” and “Google Fr”).
  • 21. 21 Step 3: Semantic Analysis Company Name Name to Match / Alias Contexts Industry / Geography Toto inc. Toto inc. Toto incorporated Toto Xbrid Project Kevin Sherpa Xbrid3 David Rego Thingso corp. Neko Ltd. ... China US Apple inc. Apple inc. Apple incorporated Apple Tim Cook iPhone iPad Steve Jobs ... US World More a company name is “common”, the more it will need a better diversity of context to be verified (common noun, several company with the same names, high frequency in the corpus)
  • 22. 22 Step 3: Semantic Analysis Kevin Sherpa said “Toto forecasts to double its revenue in China selling the new Xbrid3.” 1) “Toto” is a possible name to match, normalized as “Toto inc.” 2) “Toto” is found in this text, we load all the contextual terms terlated to this concept in order to disambiguate and select the right concept. 3) Contextual terms are found, “Toto” is classified as “Toto inc.” in this text.
  • 23. 23 Step 3: Semantic Analysis Contextual terms related to companies Verified company names NLP Content to analyse Load in memory Checking contextual terms company found: disambiguated and classified Company names that are eligible are loaded in memory (NLP process) Contexts are loaded in memory in a remote cluster (Redis)
  • 24. 24 Beta version: Statistics 400 million hypotheses 2 million documents analysed graph nodes: 27 million graph edges: 380 million > 400 000 companies verified, enriched with contexts
  • 25. 25 Conclusion Using Big Data analytics we found a very good approach to discover, disambiguate and normalise company names. This solution works because we succeed in resolving 3 main issues: Data volume Pattern detection to discover hypotheses (NER rules) Optimized algorithms for the inference engine