SlideShare a Scribd company logo
WWW.LEDS-PROJEKT.DE
STREAMING-BASED TEXT MINING USING
DEEP LEARNING AND SEMANTICS
MARTIN VOIGT / ONTOS
AGENDA
Use Cases
Lessons
Learned
WILDHORNMINER
Market
Situation
 What is
required from
project
partners and
customers?
 What is good,
what not and
what are the
next steps?
 What are the
others
doing?
 How looks Ontos’
approach of a flexible
text mining by using
Deep Learning?
 How to analyze
texts from various
sources and
interlink with
existing knowledge
graphs?
12. September 20162
USE CASES
What is required from project partners and customers?
12. September 20163
USE CASES FROM LEDS
• Content Augmentation in E-Commerce
• Product descriptions imported from various sources as usually unstructured text
• Much manual work is resource consuming and expensive
http://www.walmart.com/ip/The-Revenant-Blu-ray-Digital-HD/50129277
12. September 20164
USE CASES FROM CUSTOMERS
• Brand or competitor monitoring
• What are the people or journalists writing about my brand?
• What are my competitors doing? How is the market changing?
 Monitoring of
 web sites
 news feeds
 social media
channels
 …
 Link with
 reports
 CRM
 Open data
 …
12. September 20166
USE CASES FROM CUSTOMERS
• Assist criminal investigations in the (dark) web
• More and more organized crime in the web
• Detect entities with their relation and additional facts
But Neumann and McKelvey eventually sold
the business to their landlord Joshua Guttman.
Neumann McKelvey
?
Joshua
Guttman
Business
sold_what
sold_to
a
12. September 20167
MAIN REQUIREMENTS
• Detection and classification of entities, relations and facts with good F1
• Long, high quality texts vs. short texts with bad / missing grammar in
multiple languages
• Training not by linguists but domain experts
• Flexible adaption to new domains and contexts
• Many different data sources
12. September 20168
MARKET SITUATION
What are the others doing?
12. September 20169
MARKET
• MarketsAndMarkets: NLP (all) for 2020
• Market: $ 13,4 bn
• CAGR: ~ 18,4%
• ResearchMOZ: Text Analytics 2015-2019
• CAGR: ~ 16,1%
• Transparency Market Research: Text Analytics 2016–2024
• CAGR: ~ 17,6%
• Driving element: NLP-as-a-Service with CAGR of ~20,2%
http://www.marketsandmarkets.com/PressReleases/natural-language-processing-nlp.asp
http://www.researchmoz.us/global-natural-language-processing-market-2015-2019-report.html
http://www.transparencymarketresearch.com/pressrelease/global-text-analytics-market.htm
12. September 201610
MARKET
• ResearchAndMarkets: 2016 Top 10 Information and Communication
Technologies
• 7. Natural Language Processing (NLP)
• Increasing Demand for Automation Drives Growth
• Funding on the Rise - Start-ups Driving Key Innovations for NLP Applications
• High Acceptance of Technology enables the US to Remain on the Top
• Gartner‘s Top 10 Strategic Technology Trends für 2016
• 4 - Information of Everything:
• Access to heterogeneous data sources
• (Semantic) Linking of data items
• 5 - Advanced Machine Learning:
• Deep Learning and Neural Network for NLP
http://www.researchandmarkets.com/research/vd8fr9/2016_top_10
12. September 201611
GETTING AN OVERVIEW
• Understood domain by reviewing 30+ tools and frameworks
• Checked scientific prototypes as well as open source tools
• Investigated what other enterprise, companies, and startups are doing
• Defined a set of 15+ criteria to compare and understand
12. September 201613
GETTING AN OVERVIEW
• Understood domain by reviewing 30+ tools and frameworks
• Findings
• Startups and huge enterprises usually stick to Deep Learning (DL)  high flexibility
• Some existing companies loss market share, e.g., Attensity
• Market saturation in U.S., only less companies in Europe (5)
• More and more NLP-as-a-Service
• Only a few use RDF data, e.g., for output or disambiguation (8)
• Only 8 tools could extract relations and facts
• Only 9 open source tools with available benchmarks
12. September 201614
GETTING AN OVERVIEW
• Rough comparison of the main concepts
• Conclusions for Ontos
• Use DL as foundation for text mining tasks
• Combine it with semantic technologies, e.g.
for disambiguation
• External view: NLP-as-a-Service
• Internal view: NLP pipelines in order to
combine different tools / technologies
based on http://www.deeplearningbook.org/contents/intro.html Fig 1.5
12. September 201616
MINER
How looks Ontos’ approach of a flexible text mining by using Deep Learning?
12. September 201617
MINER - OVERVIEW
 Language model generated
from Corpora
 Model as input for supervised
step
Supervised Model
 Domain or task specific model
for sequence labeling
 Trained on specific texts by
domain experts
 Large collection of texts in a
given language or “dialect”,
e.g. Social Media / Twitter
Large text corpora Unsupervised Model
12. September 201618
MINER – CORPUS CREATION
• 1 corpus per language / dialect required
• the larger and more heterogeneous the better  get and model more
contexts for words
• Sources: Common Crawl, Wikipedia, news feeds, domain specific texts,
Twitter, …
12. September 201619
MINER – UNSUPERVISED MODEL
• language model that could be reused in multiple domains / contexts
• reuse the concept of word2vec to create word embeddings
Language
Dictionary
Word2Vec Model
Word2Vec
Dictionary
Numeric Corpus
12. September 201620
MINER – SUPERVISED MODEL
• Sequence labeling task
• use a bi-directional LSTM
(BLSTM)
• Gated Recurrent Unit (GRU) as
specialized LSTM
• Output layer
• join and normalize
• classification
LEDS is a research project
Word Embeddings
GRU GRU GRU GRU GRU
GRU GRU GRU GRU GRU
Forward GRU
Backward GRU
OUT OUT OUT OUT OUTOutput Layers
0
0
Output
Textual Input
12. September 201621
MINER – IMPLEMENTATION
• Torch framework
• matured, efficient GPU support, good packages for neural networks, …
• Scripting with Lua language
• Service implementation with Go because of great integration with Lua
• Integrated in Ontos Eiger workbench
12. September 201622
• Create new “projects”
ad-hoc
• Reuse pre-labeled
corpora
• Free definition of
entity types as required
for domain
MINER – IMPLEMENTATION
12. September 201623
• List and manage
documents of project
corpora
MINER – IMPLEMENTATION
12. September 201624
• Double-check and
annotate new labels
MINER – IMPLEMENTATION
12. September 201625
MINER – IMPLEMENTATION
• English News
• ~ 400 English texts from CoNLL 2003 and news feeds
• 5 entity types defined and manually annotated by 2 experts
• 1st value: correct start of entity
• 2nd value: correct end of entity
Class: Person Organization Product Location Event
Per class F1:....... 0.976 | 0.990 0.932 | 0.962 0.873 | 0.942 0.958 | 0.976 0.891 | 0.928
Per class Recall:... 0.974 | 0.988 0.936 | 0.953 0.845 | 0.926 0.965 | 0.980 0.870 | 0.913
Per class Precision: 0.978 | 0.992 0.928 | 0.971 0.902 | 0.959 0.951 | 0.973 0.914 | 0.944
http://www.cnts.ua.ac.be/conll2003/ner/
12. September 201626
MINER – IMPLEMENTATION
• English Twitter
• ~ 2400 tweets from Twitter NLP tools / A. Ritter 2011
• 5 entity types defined, some are combined from original source
Class Person Organisation Place Product Thing
Per class F1:....... 0.797 | 0.883 0.548 | 0.141 0.725 | 0.669 0.195 | 0.207 0.409 | 0.551
Per class Recall:... 0.769 | 0.852 0.487 | 0.085 0.696 | 0.647 0.120 | 0.129 0.337 | 0.529
Per class Precision: 0.828 | 0.918 0.627 | 0.414 0.756 | 0.693 0.516 | 0.514 0.520 | 0.574
https://github.com/aritter/twitter_nlp
12. September 201627
WILDHORN
How to analyze texts from various sources and interlink with existing
knowledge graphs?
12. September 201628
NLP PIPELINES
• Problem: How to efficiently connect various tools in the data stream?
• Sources
• RSS feed reader, crawler, Twitter, FTP servers, …
• Analytics
• 1 MINER instance per language
• Disambiguate and link to Knowledge graphs
or taxonomies
• Sinks
• RDF stores, Apache Solr, HDFS, Apache Cassandra, …
http://www.computernewsme.com/wp-content/uploads/2011/06/Cable-clutter.jpg12. September 201629
NLP PIPELINES
• Best practices – by LinkedIn
• http://www.confluent.io/blog/stream-data-platform-1/
• Apache Kafka!
12. September 201630
WILDHORN NLP PIPELINE
Message
Broker
Apache Spark Apache Kafka / Confluent
Schema
Registry
REST APITechnical Foundation:
Twitter Extractor
RSS Feed Crawler
REST
Proxy
Log File Extractor
Web / Darknet
Crawler
Taxo Extractor
MINER
AGDISTIS
Named Entity
Extraction &
Disambiguation
ENS
RDF Serializer QUAD
NoSQL Serializer Apache Cassandra
Solr Serializer Apache Solr
12. September 201632
Document
Classification
Sentiment
Analysis
WILDHORN NLP PIPELINE
• Implementation
• Apache Spark 1.6 & Confluent 3.0
• Use of Spark Jobserver to manage
Apache Spark applications
• Ontos Eiger backend ready
• First tests
• Simple Mesos cluster with 3 servers
• ~ 1000 message / sec with 1 broker without MINER analytics: no data problem
• Problem: 1 MINER instance currently scales up to 100 message / sec
Kafka Pipeline
Part
Producers
Consumers
Topic
Schema
Part
Producers
Consumers
Topic
Schema
...https://github.com/spark-jobserver/spark-jobserver
12. September 201633
WILDHORN NLP PIPELINE
https://github.com/spark-jobserver/spark-jobserver
12. September 201634
LESSONS LEARNED
What is good, what not and what are the next steps?
12. September 201635
CURRENT STATUS
• Detection and classification of entities, relations and facts with good F1
• Long, high quality texts vs. short texts with bad / missing grammar in
multiple languages
• Training not by linguists but domain experts
• Flexible adaption to new domains and contexts
• Many different data sources
12. September 201636
LESSONS LEARNED
• Neural networks / deep learning provide great concepts & frameworks for
flexible, high quality NLP tasks
• Apache Kafka / Confluent Platform in combination with Apache Spark
good foundation for data streaming and processing
• Disambiguation and linking of entities to taxonomies and Knowledge
Graphs via Semantic Web technologies is a core contribution for data
integration
• Hard to find employees with Deep Learning skills
12. September 201637
NEXT STEPS
• Try letter-trigram word hashing to overcome out of dictionary problem of
word2vec algorithm
• Relation and fact extraction in MINER
Adam Neumann is the CEO of super-hot office rental company WeWork, the most valuable startup in New York City.
PersonFirst Name
Sentiment
Entity Type
Adam super-hot
Entity
Adam Neumann
Legend Relation Relation Type
firstName1
firstName WhoHow
positive1
positiveSentiment
WeWork
Organization
ThingWhatHow
a has
A1 A2 A3 A4
Annotation
https://arxiv.org/abs/1608.06757
12. September 201638
NEXT STEPS
• Define NLP pipelines
in frontend
• Make MINER
scalable
• Usable search
interface
• Benchmark with
GERBIL
12. September 201639
Q & A
Dr. Martin Voigt
Managing Director
Ontos GmbH
D-04319 Leipzig
M: +49 178 40 222 58
E: martin.voigt@ontos.com
Twitter: m_a_r_t_i_n
12. September 201640

More Related Content

What's hot (20)

PDF
Felix Burkhardt | ARCHITECTURE FOR A QUESTION ANSWERING MACHINE
semanticsconference
 
PPTX
The Evolution of Search and Big Data
Search Technologies
 
PDF
Semantic E-Commerce - Use Cases in Enterprise Web Applications
Linked Enterprise Date Services
 
PPTX
Enterprise search
Emrah M. Işık
 
PPTX
Enterprise Search Summit Keynote: A Big Data Architecture for Search
Search Technologies
 
PDF
KESeDa: Knowledge Extraction from Heterogeneous Semi-Structured Data Sources
Linked Enterprise Date Services
 
PDF
II-SDV 2015, 20 - 21 April, in Nice
Dr. Haxel Consult
 
PDF
II-SDV 2016 - QWAM Content Intelligence
Dr. Haxel Consult
 
PPTX
Charles Ivie
Connected Data World
 
PDF
eccenca CorporateMemory - Semantically integrated Enterprise Data Lakes
Linked Enterprise Date Services
 
PPTX
Connected data meetup group - introduction & scope
Connected Data World
 
PDF
Semantically integrated Enterprise Data Lakes and Co-Evolution of Public / Pr...
Linked Enterprise Date Services
 
PPTX
Managed Metadata and Taxonomies in SharePoint 2013
Chris McNulty
 
PDF
Ontos NLP Stack, Sep. 2016
Martin Voigt
 
PDF
Sebastian Hellmann
Connected Data World
 
PDF
II-SDV 2015, 20 - 21 April, in Nice
Dr. Haxel Consult
 
PPTX
Lju Lazarevic
Connected Data World
 
PDF
Optimising Content Spending with Analytics
Dr. Haxel Consult
 
PDF
II-SDV 2016 Patrick Beaucamp - Data Science with R and Vanilla Air
Dr. Haxel Consult
 
PDF
Enabling Low-cost Open Data Publishing and Reuse
Marin Dimitrov
 
Felix Burkhardt | ARCHITECTURE FOR A QUESTION ANSWERING MACHINE
semanticsconference
 
The Evolution of Search and Big Data
Search Technologies
 
Semantic E-Commerce - Use Cases in Enterprise Web Applications
Linked Enterprise Date Services
 
Enterprise search
Emrah M. Işık
 
Enterprise Search Summit Keynote: A Big Data Architecture for Search
Search Technologies
 
KESeDa: Knowledge Extraction from Heterogeneous Semi-Structured Data Sources
Linked Enterprise Date Services
 
II-SDV 2015, 20 - 21 April, in Nice
Dr. Haxel Consult
 
II-SDV 2016 - QWAM Content Intelligence
Dr. Haxel Consult
 
Charles Ivie
Connected Data World
 
eccenca CorporateMemory - Semantically integrated Enterprise Data Lakes
Linked Enterprise Date Services
 
Connected data meetup group - introduction & scope
Connected Data World
 
Semantically integrated Enterprise Data Lakes and Co-Evolution of Public / Pr...
Linked Enterprise Date Services
 
Managed Metadata and Taxonomies in SharePoint 2013
Chris McNulty
 
Ontos NLP Stack, Sep. 2016
Martin Voigt
 
Sebastian Hellmann
Connected Data World
 
II-SDV 2015, 20 - 21 April, in Nice
Dr. Haxel Consult
 
Lju Lazarevic
Connected Data World
 
Optimising Content Spending with Analytics
Dr. Haxel Consult
 
II-SDV 2016 Patrick Beaucamp - Data Science with R and Vanilla Air
Dr. Haxel Consult
 
Enabling Low-cost Open Data Publishing and Reuse
Marin Dimitrov
 

Viewers also liked (20)

PDF
MongoDB Hadoop and Humongous Data
MongoDB
 
PDF
Combining Distributional Semantics and Entity Linking for Context-aware Conte...
Cataldo Musto
 
PPTX
Entity linking meets Word Sense Disambiguation: a unified approach(TACL 2014)の紹介
Koji Matsuda
 
PPTX
Big Data on the Microsoft Platform - With Hadoop, MS BI and the SQL Server stack
Andrew Brust
 
PDF
OUTDATED Text Mining 5/5: Information Extraction
Florian Leitner
 
PPTX
Textmining Information Extraction
guest0edcaf
 
PDF
Michael Fuchs | How to compute semantic relationships between entities and fa...
semanticsconference
 
PPTX
Sebastian Bader | Semantic Technologies for Assisted Decision-Making in Indus...
semanticsconference
 
PPTX
Jörg Waitelonis, Henrik Jürges and Harald Sack | Don't compare Apples to Oran...
semanticsconference
 
PDF
Kerstin Diwisch | Towards a holistic visualization management for knowledge g...
semanticsconference
 
PDF
Philippe Martin and Jérémy Bénard | Importing, Translating and Exporting Know...
semanticsconference
 
PDF
Camilo Thorne, Stefano Faralli and Heiner Stuckenschmidt | Entity Linking for...
semanticsconference
 
PDF
Adam Bartusiak and Jörg Lässig | Semantic Processing for the Conversion of Un...
semanticsconference
 
PDF
Vladimir Alexiev | Semantic Enrichment of Twitter Microposts Helps Understand...
semanticsconference
 
PPTX
Phil Ritchie | Putting Standards into Action: Multilingual and Semantic Enric...
semanticsconference
 
PPTX
Kostas Kastrantas | Business Opportunities with Linked Open Data
semanticsconference
 
PDF
Victor Charpenay | Standardized Semantics for an Open Web of Things
semanticsconference
 
PPTX
Najmeh Mousavi Nejad, Simon Scerri, Sören Auer and Elisa M. Sibarani | EULAid...
semanticsconference
 
PDF
Shuangyong Song, Qingliang Miao and Yao Meng | Linking Images to Semantic Kno...
semanticsconference
 
PPTX
Kolawole John Adebayo, Luigi Di Caro and Guido Boella | A Supervised Keyphras...
semanticsconference
 
MongoDB Hadoop and Humongous Data
MongoDB
 
Combining Distributional Semantics and Entity Linking for Context-aware Conte...
Cataldo Musto
 
Entity linking meets Word Sense Disambiguation: a unified approach(TACL 2014)の紹介
Koji Matsuda
 
Big Data on the Microsoft Platform - With Hadoop, MS BI and the SQL Server stack
Andrew Brust
 
OUTDATED Text Mining 5/5: Information Extraction
Florian Leitner
 
Textmining Information Extraction
guest0edcaf
 
Michael Fuchs | How to compute semantic relationships between entities and fa...
semanticsconference
 
Sebastian Bader | Semantic Technologies for Assisted Decision-Making in Indus...
semanticsconference
 
Jörg Waitelonis, Henrik Jürges and Harald Sack | Don't compare Apples to Oran...
semanticsconference
 
Kerstin Diwisch | Towards a holistic visualization management for knowledge g...
semanticsconference
 
Philippe Martin and Jérémy Bénard | Importing, Translating and Exporting Know...
semanticsconference
 
Camilo Thorne, Stefano Faralli and Heiner Stuckenschmidt | Entity Linking for...
semanticsconference
 
Adam Bartusiak and Jörg Lässig | Semantic Processing for the Conversion of Un...
semanticsconference
 
Vladimir Alexiev | Semantic Enrichment of Twitter Microposts Helps Understand...
semanticsconference
 
Phil Ritchie | Putting Standards into Action: Multilingual and Semantic Enric...
semanticsconference
 
Kostas Kastrantas | Business Opportunities with Linked Open Data
semanticsconference
 
Victor Charpenay | Standardized Semantics for an Open Web of Things
semanticsconference
 
Najmeh Mousavi Nejad, Simon Scerri, Sören Auer and Elisa M. Sibarani | EULAid...
semanticsconference
 
Shuangyong Song, Qingliang Miao and Yao Meng | Linking Images to Semantic Kno...
semanticsconference
 
Kolawole John Adebayo, Luigi Di Caro and Guido Boella | A Supervised Keyphras...
semanticsconference
 
Ad

Similar to Martin Voigt | Streaming-based Text Mining using Deep Learning and Semantics (20)

PPTX
Semantic Technology in Publishing & Finance
Vladimir Alexiev, PhD, PMP
 
PDF
A Mobile-First, Cloud-First Stack at Pearson
MongoDB
 
PPSX
An Introduction to Semantic Web Technology
Ankur Biswas
 
PDF
[CAS4687] going mobile with a hybrid cloud and on premises architecture rrs
Ruben Rodriguez
 
PPTX
Getting to grips with a Service Level Agreement and how SLA-Ready can help
SLA-Ready Network
 
PPTX
OpenAIRE Open Innovation call: Next Generation Repositories
OpenAIRE
 
PPTX
Are you SLA-Ready?
SLA-Ready Network
 
PDF
ITAC 2016 Where Open Source Meets Audit Analytics
Andrew Clark
 
PDF
Christian Opitz | Semantic E-Commerce - Use Cases in Enterprise Web Applications
semanticsconference
 
PPT
OpenStack 2015 Marketing Plan
OpenStack Foundation
 
PDF
[CAS4687] Going Mobile with a Hybrid Cloud and On-Premises architecture
avanttic Consultoría Tecnológica
 
PDF
From Business Idea to Successful Delivery by Serhiy Haziyev & Olha Hrytsay, S...
SoftServe
 
PDF
Digital libraries with ict and innovation
Maykin Likitboonyalit
 
PPTX
Geeks bearing gifts: Unwrapping New Technologies, Version April12
ayoungkin
 
PPTX
Applying semantic web technologies at NXP Semiconductors
Parvathy Meenakshy
 
PPTX
Analysis of Major Trends in Big Data Analytics
DataWorks Summit/Hadoop Summit
 
PPTX
Analysis of Major Trends in Big Data Analytics
DataWorks Summit/Hadoop Summit
 
PDF
Session 4.2 unleash the triple: leveraging a corporate discovery interface....
semanticsconference
 
PPTX
MongoDB Partner Program Update - November 2013
MongoDB
 
ODP
SESAM4 - A guide to semantics in the Linked Open Data cloud, Robert HP Engels...
The Research Council of Norway, IKTPLUSS
 
Semantic Technology in Publishing & Finance
Vladimir Alexiev, PhD, PMP
 
A Mobile-First, Cloud-First Stack at Pearson
MongoDB
 
An Introduction to Semantic Web Technology
Ankur Biswas
 
[CAS4687] going mobile with a hybrid cloud and on premises architecture rrs
Ruben Rodriguez
 
Getting to grips with a Service Level Agreement and how SLA-Ready can help
SLA-Ready Network
 
OpenAIRE Open Innovation call: Next Generation Repositories
OpenAIRE
 
Are you SLA-Ready?
SLA-Ready Network
 
ITAC 2016 Where Open Source Meets Audit Analytics
Andrew Clark
 
Christian Opitz | Semantic E-Commerce - Use Cases in Enterprise Web Applications
semanticsconference
 
OpenStack 2015 Marketing Plan
OpenStack Foundation
 
[CAS4687] Going Mobile with a Hybrid Cloud and On-Premises architecture
avanttic Consultoría Tecnológica
 
From Business Idea to Successful Delivery by Serhiy Haziyev & Olha Hrytsay, S...
SoftServe
 
Digital libraries with ict and innovation
Maykin Likitboonyalit
 
Geeks bearing gifts: Unwrapping New Technologies, Version April12
ayoungkin
 
Applying semantic web technologies at NXP Semiconductors
Parvathy Meenakshy
 
Analysis of Major Trends in Big Data Analytics
DataWorks Summit/Hadoop Summit
 
Analysis of Major Trends in Big Data Analytics
DataWorks Summit/Hadoop Summit
 
Session 4.2 unleash the triple: leveraging a corporate discovery interface....
semanticsconference
 
MongoDB Partner Program Update - November 2013
MongoDB
 
SESAM4 - A guide to semantics in the Linked Open Data cloud, Robert HP Engels...
The Research Council of Norway, IKTPLUSS
 
Ad

More from semanticsconference (20)

PPTX
Linear books to open world adventure
semanticsconference
 
PDF
Session 1.2 high-precision, context-free entity linking exploiting unambigu...
semanticsconference
 
PDF
Session 4.3 semantic annotation for enhancing collaborative ideation
semanticsconference
 
PDF
Session 1.1 dalicc - data licenses clearance center
semanticsconference
 
PDF
Session 1.3 context information management across smart city knowledge domains
semanticsconference
 
PDF
Session 0.0 aussenac semanticsnl-pwebsem2017-v4
semanticsconference
 
PPTX
Session 0.0 keynote sandeep sacheti - final hi res
semanticsconference
 
PPTX
Session 1.1 linked data applied: a field report from the netherlands
semanticsconference
 
PDF
Session 1.2 enrich your knowledge graphs: linked data integration with pool...
semanticsconference
 
PDF
Session 1.4 connecting information from legislation and datasets using a ca...
semanticsconference
 
PDF
Session 1.4 a distributed network of heritage information
semanticsconference
 
PDF
Session 0.0 media panel - matthias priem - gtuo - semantics 2017
semanticsconference
 
PDF
Session 1.3 semantic asset management in the dutch rail engineering and con...
semanticsconference
 
PPTX
Session 1.3 energy, smart homes & smart grids: towards interoperability...
semanticsconference
 
PDF
Session 1.2 improving access to digital content by semantic enrichment
semanticsconference
 
PPTX
Session 2.3 semantics for safeguarding & security – a police story
semanticsconference
 
PPTX
Session 2.5 semantic similarity based clustering of license excerpts for im...
semanticsconference
 
PDF
Session 1.6 slovak public metadata governance and management based on linke...
semanticsconference
 
PPTX
Session 5.6 towards a semantic outlier detection framework in wireless sens...
semanticsconference
 
PPTX
Session 2.2 ontology-guided job market demand analysis: a cross-sectional s...
semanticsconference
 
Linear books to open world adventure
semanticsconference
 
Session 1.2 high-precision, context-free entity linking exploiting unambigu...
semanticsconference
 
Session 4.3 semantic annotation for enhancing collaborative ideation
semanticsconference
 
Session 1.1 dalicc - data licenses clearance center
semanticsconference
 
Session 1.3 context information management across smart city knowledge domains
semanticsconference
 
Session 0.0 aussenac semanticsnl-pwebsem2017-v4
semanticsconference
 
Session 0.0 keynote sandeep sacheti - final hi res
semanticsconference
 
Session 1.1 linked data applied: a field report from the netherlands
semanticsconference
 
Session 1.2 enrich your knowledge graphs: linked data integration with pool...
semanticsconference
 
Session 1.4 connecting information from legislation and datasets using a ca...
semanticsconference
 
Session 1.4 a distributed network of heritage information
semanticsconference
 
Session 0.0 media panel - matthias priem - gtuo - semantics 2017
semanticsconference
 
Session 1.3 semantic asset management in the dutch rail engineering and con...
semanticsconference
 
Session 1.3 energy, smart homes & smart grids: towards interoperability...
semanticsconference
 
Session 1.2 improving access to digital content by semantic enrichment
semanticsconference
 
Session 2.3 semantics for safeguarding & security – a police story
semanticsconference
 
Session 2.5 semantic similarity based clustering of license excerpts for im...
semanticsconference
 
Session 1.6 slovak public metadata governance and management based on linke...
semanticsconference
 
Session 5.6 towards a semantic outlier detection framework in wireless sens...
semanticsconference
 
Session 2.2 ontology-guided job market demand analysis: a cross-sectional s...
semanticsconference
 

Recently uploaded (20)

PDF
“Computer Vision at Sea: Automated Fish Tracking for Sustainable Fishing,” a ...
Edge AI and Vision Alliance
 
PDF
Newgen 2022-Forrester Newgen TEI_13 05 2022-The-Total-Economic-Impact-Newgen-...
darshakparmar
 
PDF
Automating Feature Enrichment and Station Creation in Natural Gas Utility Net...
Safe Software
 
PDF
Go Concurrency Real-World Patterns, Pitfalls, and Playground Battles.pdf
Emily Achieng
 
PPT
Ericsson LTE presentation SEMINAR 2010.ppt
npat3
 
PPTX
COMPARISON OF RASTER ANALYSIS TOOLS OF QGIS AND ARCGIS
Sharanya Sarkar
 
PPTX
Seamless Tech Experiences Showcasing Cross-Platform App Design.pptx
presentifyai
 
PDF
CIFDAQ Market Wrap for the week of 4th July 2025
CIFDAQ
 
PDF
Kit-Works Team Study_20250627_한달만에만든사내서비스키링(양다윗).pdf
Wonjun Hwang
 
PDF
NASA A Researcher’s Guide to International Space Station : Physical Sciences ...
Dr. PANKAJ DHUSSA
 
PPTX
Digital Circuits, important subject in CS
contactparinay1
 
PDF
Transcript: Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
PDF
Future-Proof or Fall Behind? 10 Tech Trends You Can’t Afford to Ignore in 2025
DIGITALCONFEX
 
PPTX
Designing_the_Future_AI_Driven_Product_Experiences_Across_Devices.pptx
presentifyai
 
PPTX
Mastering ODC + Okta Configuration - Chennai OSUG
HathiMaryA
 
DOCX
Python coding for beginners !! Start now!#
Rajni Bhardwaj Grover
 
PDF
The 2025 InfraRed Report - Redpoint Ventures
Razin Mustafiz
 
PDF
LOOPS in C Programming Language - Technology
RishabhDwivedi43
 
PPTX
Future Tech Innovations 2025 – A TechLists Insight
TechLists
 
PDF
Reverse Engineering of Security Products: Developing an Advanced Microsoft De...
nwbxhhcyjv
 
“Computer Vision at Sea: Automated Fish Tracking for Sustainable Fishing,” a ...
Edge AI and Vision Alliance
 
Newgen 2022-Forrester Newgen TEI_13 05 2022-The-Total-Economic-Impact-Newgen-...
darshakparmar
 
Automating Feature Enrichment and Station Creation in Natural Gas Utility Net...
Safe Software
 
Go Concurrency Real-World Patterns, Pitfalls, and Playground Battles.pdf
Emily Achieng
 
Ericsson LTE presentation SEMINAR 2010.ppt
npat3
 
COMPARISON OF RASTER ANALYSIS TOOLS OF QGIS AND ARCGIS
Sharanya Sarkar
 
Seamless Tech Experiences Showcasing Cross-Platform App Design.pptx
presentifyai
 
CIFDAQ Market Wrap for the week of 4th July 2025
CIFDAQ
 
Kit-Works Team Study_20250627_한달만에만든사내서비스키링(양다윗).pdf
Wonjun Hwang
 
NASA A Researcher’s Guide to International Space Station : Physical Sciences ...
Dr. PANKAJ DHUSSA
 
Digital Circuits, important subject in CS
contactparinay1
 
Transcript: Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
Future-Proof or Fall Behind? 10 Tech Trends You Can’t Afford to Ignore in 2025
DIGITALCONFEX
 
Designing_the_Future_AI_Driven_Product_Experiences_Across_Devices.pptx
presentifyai
 
Mastering ODC + Okta Configuration - Chennai OSUG
HathiMaryA
 
Python coding for beginners !! Start now!#
Rajni Bhardwaj Grover
 
The 2025 InfraRed Report - Redpoint Ventures
Razin Mustafiz
 
LOOPS in C Programming Language - Technology
RishabhDwivedi43
 
Future Tech Innovations 2025 – A TechLists Insight
TechLists
 
Reverse Engineering of Security Products: Developing an Advanced Microsoft De...
nwbxhhcyjv
 

Martin Voigt | Streaming-based Text Mining using Deep Learning and Semantics

  • 1. WWW.LEDS-PROJEKT.DE STREAMING-BASED TEXT MINING USING DEEP LEARNING AND SEMANTICS MARTIN VOIGT / ONTOS
  • 2. AGENDA Use Cases Lessons Learned WILDHORNMINER Market Situation  What is required from project partners and customers?  What is good, what not and what are the next steps?  What are the others doing?  How looks Ontos’ approach of a flexible text mining by using Deep Learning?  How to analyze texts from various sources and interlink with existing knowledge graphs? 12. September 20162
  • 3. USE CASES What is required from project partners and customers? 12. September 20163
  • 4. USE CASES FROM LEDS • Content Augmentation in E-Commerce • Product descriptions imported from various sources as usually unstructured text • Much manual work is resource consuming and expensive http://www.walmart.com/ip/The-Revenant-Blu-ray-Digital-HD/50129277 12. September 20164
  • 5. USE CASES FROM CUSTOMERS • Brand or competitor monitoring • What are the people or journalists writing about my brand? • What are my competitors doing? How is the market changing?  Monitoring of  web sites  news feeds  social media channels  …  Link with  reports  CRM  Open data  … 12. September 20166
  • 6. USE CASES FROM CUSTOMERS • Assist criminal investigations in the (dark) web • More and more organized crime in the web • Detect entities with their relation and additional facts But Neumann and McKelvey eventually sold the business to their landlord Joshua Guttman. Neumann McKelvey ? Joshua Guttman Business sold_what sold_to a 12. September 20167
  • 7. MAIN REQUIREMENTS • Detection and classification of entities, relations and facts with good F1 • Long, high quality texts vs. short texts with bad / missing grammar in multiple languages • Training not by linguists but domain experts • Flexible adaption to new domains and contexts • Many different data sources 12. September 20168
  • 8. MARKET SITUATION What are the others doing? 12. September 20169
  • 9. MARKET • MarketsAndMarkets: NLP (all) for 2020 • Market: $ 13,4 bn • CAGR: ~ 18,4% • ResearchMOZ: Text Analytics 2015-2019 • CAGR: ~ 16,1% • Transparency Market Research: Text Analytics 2016–2024 • CAGR: ~ 17,6% • Driving element: NLP-as-a-Service with CAGR of ~20,2% http://www.marketsandmarkets.com/PressReleases/natural-language-processing-nlp.asp http://www.researchmoz.us/global-natural-language-processing-market-2015-2019-report.html http://www.transparencymarketresearch.com/pressrelease/global-text-analytics-market.htm 12. September 201610
  • 10. MARKET • ResearchAndMarkets: 2016 Top 10 Information and Communication Technologies • 7. Natural Language Processing (NLP) • Increasing Demand for Automation Drives Growth • Funding on the Rise - Start-ups Driving Key Innovations for NLP Applications • High Acceptance of Technology enables the US to Remain on the Top • Gartner‘s Top 10 Strategic Technology Trends für 2016 • 4 - Information of Everything: • Access to heterogeneous data sources • (Semantic) Linking of data items • 5 - Advanced Machine Learning: • Deep Learning and Neural Network for NLP http://www.researchandmarkets.com/research/vd8fr9/2016_top_10 12. September 201611
  • 11. GETTING AN OVERVIEW • Understood domain by reviewing 30+ tools and frameworks • Checked scientific prototypes as well as open source tools • Investigated what other enterprise, companies, and startups are doing • Defined a set of 15+ criteria to compare and understand 12. September 201613
  • 12. GETTING AN OVERVIEW • Understood domain by reviewing 30+ tools and frameworks • Findings • Startups and huge enterprises usually stick to Deep Learning (DL)  high flexibility • Some existing companies loss market share, e.g., Attensity • Market saturation in U.S., only less companies in Europe (5) • More and more NLP-as-a-Service • Only a few use RDF data, e.g., for output or disambiguation (8) • Only 8 tools could extract relations and facts • Only 9 open source tools with available benchmarks 12. September 201614
  • 13. GETTING AN OVERVIEW • Rough comparison of the main concepts • Conclusions for Ontos • Use DL as foundation for text mining tasks • Combine it with semantic technologies, e.g. for disambiguation • External view: NLP-as-a-Service • Internal view: NLP pipelines in order to combine different tools / technologies based on http://www.deeplearningbook.org/contents/intro.html Fig 1.5 12. September 201616
  • 14. MINER How looks Ontos’ approach of a flexible text mining by using Deep Learning? 12. September 201617
  • 15. MINER - OVERVIEW  Language model generated from Corpora  Model as input for supervised step Supervised Model  Domain or task specific model for sequence labeling  Trained on specific texts by domain experts  Large collection of texts in a given language or “dialect”, e.g. Social Media / Twitter Large text corpora Unsupervised Model 12. September 201618
  • 16. MINER – CORPUS CREATION • 1 corpus per language / dialect required • the larger and more heterogeneous the better  get and model more contexts for words • Sources: Common Crawl, Wikipedia, news feeds, domain specific texts, Twitter, … 12. September 201619
  • 17. MINER – UNSUPERVISED MODEL • language model that could be reused in multiple domains / contexts • reuse the concept of word2vec to create word embeddings Language Dictionary Word2Vec Model Word2Vec Dictionary Numeric Corpus 12. September 201620
  • 18. MINER – SUPERVISED MODEL • Sequence labeling task • use a bi-directional LSTM (BLSTM) • Gated Recurrent Unit (GRU) as specialized LSTM • Output layer • join and normalize • classification LEDS is a research project Word Embeddings GRU GRU GRU GRU GRU GRU GRU GRU GRU GRU Forward GRU Backward GRU OUT OUT OUT OUT OUTOutput Layers 0 0 Output Textual Input 12. September 201621
  • 19. MINER – IMPLEMENTATION • Torch framework • matured, efficient GPU support, good packages for neural networks, … • Scripting with Lua language • Service implementation with Go because of great integration with Lua • Integrated in Ontos Eiger workbench 12. September 201622
  • 20. • Create new “projects” ad-hoc • Reuse pre-labeled corpora • Free definition of entity types as required for domain MINER – IMPLEMENTATION 12. September 201623
  • 21. • List and manage documents of project corpora MINER – IMPLEMENTATION 12. September 201624
  • 22. • Double-check and annotate new labels MINER – IMPLEMENTATION 12. September 201625
  • 23. MINER – IMPLEMENTATION • English News • ~ 400 English texts from CoNLL 2003 and news feeds • 5 entity types defined and manually annotated by 2 experts • 1st value: correct start of entity • 2nd value: correct end of entity Class: Person Organization Product Location Event Per class F1:....... 0.976 | 0.990 0.932 | 0.962 0.873 | 0.942 0.958 | 0.976 0.891 | 0.928 Per class Recall:... 0.974 | 0.988 0.936 | 0.953 0.845 | 0.926 0.965 | 0.980 0.870 | 0.913 Per class Precision: 0.978 | 0.992 0.928 | 0.971 0.902 | 0.959 0.951 | 0.973 0.914 | 0.944 http://www.cnts.ua.ac.be/conll2003/ner/ 12. September 201626
  • 24. MINER – IMPLEMENTATION • English Twitter • ~ 2400 tweets from Twitter NLP tools / A. Ritter 2011 • 5 entity types defined, some are combined from original source Class Person Organisation Place Product Thing Per class F1:....... 0.797 | 0.883 0.548 | 0.141 0.725 | 0.669 0.195 | 0.207 0.409 | 0.551 Per class Recall:... 0.769 | 0.852 0.487 | 0.085 0.696 | 0.647 0.120 | 0.129 0.337 | 0.529 Per class Precision: 0.828 | 0.918 0.627 | 0.414 0.756 | 0.693 0.516 | 0.514 0.520 | 0.574 https://github.com/aritter/twitter_nlp 12. September 201627
  • 25. WILDHORN How to analyze texts from various sources and interlink with existing knowledge graphs? 12. September 201628
  • 26. NLP PIPELINES • Problem: How to efficiently connect various tools in the data stream? • Sources • RSS feed reader, crawler, Twitter, FTP servers, … • Analytics • 1 MINER instance per language • Disambiguate and link to Knowledge graphs or taxonomies • Sinks • RDF stores, Apache Solr, HDFS, Apache Cassandra, … http://www.computernewsme.com/wp-content/uploads/2011/06/Cable-clutter.jpg12. September 201629
  • 27. NLP PIPELINES • Best practices – by LinkedIn • http://www.confluent.io/blog/stream-data-platform-1/ • Apache Kafka! 12. September 201630
  • 28. WILDHORN NLP PIPELINE Message Broker Apache Spark Apache Kafka / Confluent Schema Registry REST APITechnical Foundation: Twitter Extractor RSS Feed Crawler REST Proxy Log File Extractor Web / Darknet Crawler Taxo Extractor MINER AGDISTIS Named Entity Extraction & Disambiguation ENS RDF Serializer QUAD NoSQL Serializer Apache Cassandra Solr Serializer Apache Solr 12. September 201632 Document Classification Sentiment Analysis
  • 29. WILDHORN NLP PIPELINE • Implementation • Apache Spark 1.6 & Confluent 3.0 • Use of Spark Jobserver to manage Apache Spark applications • Ontos Eiger backend ready • First tests • Simple Mesos cluster with 3 servers • ~ 1000 message / sec with 1 broker without MINER analytics: no data problem • Problem: 1 MINER instance currently scales up to 100 message / sec Kafka Pipeline Part Producers Consumers Topic Schema Part Producers Consumers Topic Schema ...https://github.com/spark-jobserver/spark-jobserver 12. September 201633
  • 31. LESSONS LEARNED What is good, what not and what are the next steps? 12. September 201635
  • 32. CURRENT STATUS • Detection and classification of entities, relations and facts with good F1 • Long, high quality texts vs. short texts with bad / missing grammar in multiple languages • Training not by linguists but domain experts • Flexible adaption to new domains and contexts • Many different data sources 12. September 201636
  • 33. LESSONS LEARNED • Neural networks / deep learning provide great concepts & frameworks for flexible, high quality NLP tasks • Apache Kafka / Confluent Platform in combination with Apache Spark good foundation for data streaming and processing • Disambiguation and linking of entities to taxonomies and Knowledge Graphs via Semantic Web technologies is a core contribution for data integration • Hard to find employees with Deep Learning skills 12. September 201637
  • 34. NEXT STEPS • Try letter-trigram word hashing to overcome out of dictionary problem of word2vec algorithm • Relation and fact extraction in MINER Adam Neumann is the CEO of super-hot office rental company WeWork, the most valuable startup in New York City. PersonFirst Name Sentiment Entity Type Adam super-hot Entity Adam Neumann Legend Relation Relation Type firstName1 firstName WhoHow positive1 positiveSentiment WeWork Organization ThingWhatHow a has A1 A2 A3 A4 Annotation https://arxiv.org/abs/1608.06757 12. September 201638
  • 35. NEXT STEPS • Define NLP pipelines in frontend • Make MINER scalable • Usable search interface • Benchmark with GERBIL 12. September 201639
  • 36. Q & A Dr. Martin Voigt Managing Director Ontos GmbH D-04319 Leipzig M: +49 178 40 222 58 E: [email protected] Twitter: m_a_r_t_i_n 12. September 201640