SlideShare a Scribd company logo
1 of 21
Download to read offline
Context-Enhanced Adaptive
Entity Linking
@giusepperizzo
F. Ilievski, G. Rizzo, M. van Erp, J. Plu, R. Troncy
2http://babelfy.org, as of 2016-05-24
Linguistic approach: A text is parsed by a NER classifier. Entity labels are
used to look up resources in a referent KB. A ranking function is used to
select the best match (relatedness, semantic similarity)
End-to-End approach: A dictionary of mentions and links is built from a
referent KB. A text is split in n-grams that are used to look up candidate
links from the dictionary. A selection function is used to pick the best
match (relatedness, semantic similarity, relevance)
Hybrid approach: combination of both
Current approaches performing the NEL task
3
ranking and selection of the candidate links are led by the
relatedness of the entities in the knowledge base
Henri Leland
db:Henry_M._Leland
Lincoln Motor Company
db:Lincoln_Motor_Company
Joe
?
Lincoln
db:Abraham_Lincoln
Cadillac
db:Cadillac
when the context is
poor, head entities are
favoured
4
?
“Henry Leland
… formed the
Lincoln Motor
Company... Joe
drove a Lincoln
for the first
time in his life”
…
Joe PER NIL
Lincoln PRO
db:Lincoln_Motor
_Company
5
Text as
input
Reranking
with
Context
...
Joe PER NIL
Lincoln PRO
db:Lincoln_Motor_
Company
Resolution
and
Classification
Candidate
Selection
Mention
Extraction
General-purpose Hybrid Annotator
6
Text as
input
Resolution
and
Classification
Candidate
Selection
Mention
Extraction
General-purpose Hybrid Annotator
- Longest match
- Entity type
propagation to the
longest match
- Dictionary fuzzy
match
- Entity
popularity
- Named Entity
Recognition
- Proper Noun
Extractor
e1 c1,1, …, c1,10
...
en cn,1, …, cn,10
7
General-purpose Hybrid Annotator (I)
Mention extraction: proper nouns as classified by Stanford POS Tagger (trained with
english-bidirectional-distsim model) and named entities as classified by Stanford
NERClassifierCombiner (trained with CoNLL 2003, MUC 6, MUC 7 corpora)
Resolution and typing
o When one mention is substring of another we take the longest:
o When a part of one mention is a substring of another we do a merge to create a new
one:
POS: (United States, NNPS)
NER: (United States of America, PLACE)
United States of America, PLACE
POS: (United States, NNPS)
NER: (States of America, PLACE)
United States of America, PLACE
Plu et al., Revealing Entities from Textual Documents Using a Hybrid Approach, (ISWC'15) NLP & DBpedia 2015 8
General-purpose Hybrid Annotator (II)
Candidate selection: fuzzy string match over an index based on DBpedia2015-04
o NIL Clustering when no candidates are found. Exact match of labels within the
boundaries of a sentence
o Candidate Ranking if multiple candidates are found.
9
r(l): the score of the label l
L: the Levenshtein distance
m: the extracted mention
title: the title of the label l
R: the set of redirect pages associated to
the label l
D: the set of disambiguation pages
associated to the label l
PR: Pagerank associated to the label l
a, b and c are weights
following the
properties:
● a > b > c
● a + b + c = 1
Text
as
input
Reranking
with
Context
e1 c1,1, …, c1,10
...
en cn,1, …, cn,10
10
e1 c1,1, c1,2, …, c1,10
...
en cn,1, …, cn,9, cn,10
en+1 cn+1
Reranking with Context
Aim: Adapt the linking task to the textual content that is being
analysed
Approach: Leverage the genre and topic domain information about
the text
Apply: 4 heuristics (H1, H2, H3, H4) in cascade. They take the form
of binary rules
11
H1: Order of processing
Process the running text sequentially, starting from the first
sentence. Process the title at the end
Reasoning: Title is typically ambiguous/catchy. The first
sentences of an article are written most explicitly
12
H2: Coherence
Detect if an entity is co-referential (an abbreviation or a
substring) with an entity that occurs previously in the same
news article
Reasoning: Once the writer has clearly introduced an entity,
she can use abbreviations or more ambiguous ways to refer
to it later in text
13
H3: Domain relevance
Use a contextual knowledge base to examine whether a
mention has been frequently and dominantly associated with
a certain entity within a domain
Reasoning: It is customary that the entities mentioned in
domain-specific text stem from the same domain. Also, within
a domain, a mention is typically associated with one
dominant entity
14
H4: Semantic Typing
Check whether the semantic type of the entity resolved by H2
or H3 fits the textual context
Reasoning: The entity should fit the textual context and fulfil
a certain role in text
15
MEANTIME* AIDA-YAGO2**
benchmark the approach
with a corpus composed
of 4 topic-specific gold
standards
test the generalizability of
the approach
16
*Minard et al., MEANTIME, the newsreader multilingual event and time corpus. LREC 2016
**Hoffart et al., Robust Disambiguation of Named Entities in Text. EMNLP 2011
Benchmark corpora
Number
of
Articles
Number of
Tokens
Number
of Entities
Number of
Links
Number
of NILs
Number of
Entity
Types
MEANTI
ME*
airbus 30 3,620 614 414 200 5
apple 30 3,452 812 525 287 5
gm 30 3,641 760 526 234 5
stock 30 3,362 449 331 118 4
AIDA-
YAGO2**
231 46,435 5,616 4,485 1,131 4
17
Corpora statistics
Experimental results
airbus apple gm stock AIDA-YAGO2
P R F1 P R F1 P R F1 P R F1 P R F1
Hybrid 58.7
4
40.5
8
48 19.7
8
10.0
9
13.3
7
50.3
6
26.8
1
34.9
9
59.1
2
32.3
3
41.8 49.1
4
43.4
1
46.1
Hybrid
+H1+H2
59.0
9
40.8
2
48.2
9
19.7
8
10.0
9
13.3
7
55 29.2
8
38.2
1
59.1
2
32.3
3
41.8 48.6
7
43.0
1
45.6
7
Hybrid
+H1+H3
62.5 43.4
8
51.2
8
20.0
7
10.2
9
13.6 63.5
4
34.7
9
44.9
6
66.3
1
37.4
6
47.8
8
57.8
9
52.0
4
54.8
1
Hybrid
+H1+H2+H3
62.1
5
43.2
4
51 20.0
7
10.2
9
13.6 67.3
6
36.8
8
47.6
7
68.9
8
38.9
7
49.8
1
57.6
5
51.8
4
54.5
9
Hybrid
+H1+H2+H3
+H4
61.4
6
42.7
5
50.4
3
20.0
7
10.2
9
13.6 62.1 33.6
5
43.6
5
63.1 35.6
5
45.5
6
55.2
1
49.6
1
52.2
6
Discussion
Reranking with context is effective and brings improvement over the baseline
for all corpora
Improvement also on AIDA-YAGO2, even though it stems from a neutral topic
domain. This is because MEANTIME and AIDA-YAGO2 share the genre domain,
and many of the entities in MEANTIME stem from the neutral domain as well
H1 (Order of Processing) and H3 (Domain Relevance) with these settings are the
most effective heuristics
H4 (Semantic Typing) requires further investigations
19
Future Work
Model the genre and topic domains to contextualize further the entity linking,
i.e. adding more features to improve our adaptive contextual model
Investigate the dynamic adaptability in different contexts using knowledge
bases as inputs
20
Acknowledgements
21

More Related Content

What's hot

Topic Extraction on Domain Ontology
Topic Extraction on Domain OntologyTopic Extraction on Domain Ontology
Topic Extraction on Domain OntologyKeerti Bhogaraju
 
Exploring Statistical Language Models for Recommender Systems [RecSys '15 DS ...
Exploring Statistical Language Models for Recommender Systems [RecSys '15 DS ...Exploring Statistical Language Models for Recommender Systems [RecSys '15 DS ...
Exploring Statistical Language Models for Recommender Systems [RecSys '15 DS ...Daniel Valcarce
 
Language Models for Information Retrieval
Language Models for Information RetrievalLanguage Models for Information Retrieval
Language Models for Information RetrievalDustin Smith
 
Myanmar Named Entity Recognition with Hidden Markov Model
Myanmar Named Entity Recognition with Hidden Markov ModelMyanmar Named Entity Recognition with Hidden Markov Model
Myanmar Named Entity Recognition with Hidden Markov Modelijtsrd
 
Lecture 9 - Machine Learning and Support Vector Machines (SVM)
Lecture 9 - Machine Learning and Support Vector Machines (SVM)Lecture 9 - Machine Learning and Support Vector Machines (SVM)
Lecture 9 - Machine Learning and Support Vector Machines (SVM)Sean Golliher
 
Email Data Cleaning
Email Data CleaningEmail Data Cleaning
Email Data Cleaningfeiwin
 
Using Deep Learning for Title-Based Semantic Subject Indexing to Reach Compet...
Using Deep Learning for Title-Based Semantic Subject Indexing to Reach Compet...Using Deep Learning for Title-Based Semantic Subject Indexing to Reach Compet...
Using Deep Learning for Title-Based Semantic Subject Indexing to Reach Compet...Florian Mai
 
Boolean Retrieval
Boolean RetrievalBoolean Retrieval
Boolean Retrievalmghgk
 
Argument extraction from news, blog and social media.
Argument extraction  from news, blog and social media.Argument extraction  from news, blog and social media.
Argument extraction from news, blog and social media.Sharath TS
 
IEEE 2014 DOTNET DATA MINING PROJECTS A probabilistic approach to string tran...
IEEE 2014 DOTNET DATA MINING PROJECTS A probabilistic approach to string tran...IEEE 2014 DOTNET DATA MINING PROJECTS A probabilistic approach to string tran...
IEEE 2014 DOTNET DATA MINING PROJECTS A probabilistic approach to string tran...IEEEMEMTECHSTUDENTPROJECTS
 
Language and Domain Independent Entity Linking with Quantified Collective Val...
Language and Domain Independent Entity Linking with Quantified Collective Val...Language and Domain Independent Entity Linking with Quantified Collective Val...
Language and Domain Independent Entity Linking with Quantified Collective Val...Shuangshuang Zhou
 
Language Models for Information Retrieval
Language Models for Information RetrievalLanguage Models for Information Retrieval
Language Models for Information RetrievalNik Spirin
 
Adversarial and reinforcement learning-based approaches to information retrieval
Adversarial and reinforcement learning-based approaches to information retrievalAdversarial and reinforcement learning-based approaches to information retrieval
Adversarial and reinforcement learning-based approaches to information retrievalBhaskar Mitra
 
Differentiable reasoning over a virtual knowledge base (Dhingra+ 2020) 文献講読
Differentiable reasoning over a virtual knowledge base (Dhingra+ 2020) 文献講読Differentiable reasoning over a virtual knowledge base (Dhingra+ 2020) 文献講読
Differentiable reasoning over a virtual knowledge base (Dhingra+ 2020) 文献講読poppyuri
 

What's hot (19)

Topic Extraction on Domain Ontology
Topic Extraction on Domain OntologyTopic Extraction on Domain Ontology
Topic Extraction on Domain Ontology
 
Exploring Statistical Language Models for Recommender Systems [RecSys '15 DS ...
Exploring Statistical Language Models for Recommender Systems [RecSys '15 DS ...Exploring Statistical Language Models for Recommender Systems [RecSys '15 DS ...
Exploring Statistical Language Models for Recommender Systems [RecSys '15 DS ...
 
Language Models for Information Retrieval
Language Models for Information RetrievalLanguage Models for Information Retrieval
Language Models for Information Retrieval
 
Myanmar Named Entity Recognition with Hidden Markov Model
Myanmar Named Entity Recognition with Hidden Markov ModelMyanmar Named Entity Recognition with Hidden Markov Model
Myanmar Named Entity Recognition with Hidden Markov Model
 
Ir 03
Ir   03Ir   03
Ir 03
 
Lecture 9 - Machine Learning and Support Vector Machines (SVM)
Lecture 9 - Machine Learning and Support Vector Machines (SVM)Lecture 9 - Machine Learning and Support Vector Machines (SVM)
Lecture 9 - Machine Learning and Support Vector Machines (SVM)
 
Miguel Rios - 2015 - Obtaining SMT dictionaries for related languages
Miguel Rios - 2015 - Obtaining SMT dictionaries for related languagesMiguel Rios - 2015 - Obtaining SMT dictionaries for related languages
Miguel Rios - 2015 - Obtaining SMT dictionaries for related languages
 
Email Data Cleaning
Email Data CleaningEmail Data Cleaning
Email Data Cleaning
 
Using Deep Learning for Title-Based Semantic Subject Indexing to Reach Compet...
Using Deep Learning for Title-Based Semantic Subject Indexing to Reach Compet...Using Deep Learning for Title-Based Semantic Subject Indexing to Reach Compet...
Using Deep Learning for Title-Based Semantic Subject Indexing to Reach Compet...
 
Boolean Retrieval
Boolean RetrievalBoolean Retrieval
Boolean Retrieval
 
Argument extraction from news, blog and social media.
Argument extraction  from news, blog and social media.Argument extraction  from news, blog and social media.
Argument extraction from news, blog and social media.
 
IEEE 2014 DOTNET DATA MINING PROJECTS A probabilistic approach to string tran...
IEEE 2014 DOTNET DATA MINING PROJECTS A probabilistic approach to string tran...IEEE 2014 DOTNET DATA MINING PROJECTS A probabilistic approach to string tran...
IEEE 2014 DOTNET DATA MINING PROJECTS A probabilistic approach to string tran...
 
Language and Domain Independent Entity Linking with Quantified Collective Val...
Language and Domain Independent Entity Linking with Quantified Collective Val...Language and Domain Independent Entity Linking with Quantified Collective Val...
Language and Domain Independent Entity Linking with Quantified Collective Val...
 
Language Models for Information Retrieval
Language Models for Information RetrievalLanguage Models for Information Retrieval
Language Models for Information Retrieval
 
Ir 02
Ir   02Ir   02
Ir 02
 
Adversarial and reinforcement learning-based approaches to information retrieval
Adversarial and reinforcement learning-based approaches to information retrievalAdversarial and reinforcement learning-based approaches to information retrieval
Adversarial and reinforcement learning-based approaches to information retrieval
 
Differentiable reasoning over a virtual knowledge base (Dhingra+ 2020) 文献講読
Differentiable reasoning over a virtual knowledge base (Dhingra+ 2020) 文献講読Differentiable reasoning over a virtual knowledge base (Dhingra+ 2020) 文献講読
Differentiable reasoning over a virtual knowledge base (Dhingra+ 2020) 文献講読
 
07 04-06
07 04-0607 04-06
07 04-06
 
Text categorization
Text categorizationText categorization
Text categorization
 

Viewers also liked

Building a Graph-based Analytics Platform
Building a Graph-based Analytics PlatformBuilding a Graph-based Analytics Platform
Building a Graph-based Analytics PlatformKenny Bastani
 
Back to the basics 082815
Back to the basics 082815Back to the basics 082815
Back to the basics 082815Tim Richardson
 
Panduan Subsidi Pengawas 2007
Panduan Subsidi Pengawas 2007Panduan Subsidi Pengawas 2007
Panduan Subsidi Pengawas 2007LPMP Gorontalo
 
PropNex Real Estate Market Analysis July 2009
PropNex Real Estate Market Analysis July 2009PropNex Real Estate Market Analysis July 2009
PropNex Real Estate Market Analysis July 2009John Tan Yi Shin
 
Edisi 22 Maret Aceh
Edisi 22 Maret AcehEdisi 22 Maret Aceh
Edisi 22 Maret Acehepaper
 
great Frank lloyd wright
great Frank lloyd wright great Frank lloyd wright
great Frank lloyd wright Saroj Sahoo
 
Build Your Pipeline in Web 2.0
Build Your Pipeline in Web 2.0Build Your Pipeline in Web 2.0
Build Your Pipeline in Web 2.0alicegrey
 
ICS Overview Cycle 1 6 9 1 10
ICS Overview Cycle 1 6   9 1 10ICS Overview Cycle 1 6   9 1 10
ICS Overview Cycle 1 6 9 1 10SteveLSwanson
 
Ukraine job market overview (Tallinn, June 2014)
Ukraine job market overview (Tallinn, June 2014)Ukraine job market overview (Tallinn, June 2014)
Ukraine job market overview (Tallinn, June 2014)Max Ischenko
 
University Of Antwerp The Uk Digital Television Landscape Ken Lawrence
University Of Antwerp The Uk Digital Television Landscape Ken LawrenceUniversity Of Antwerp The Uk Digital Television Landscape Ken Lawrence
University Of Antwerp The Uk Digital Television Landscape Ken LawrenceThisco
 
Edisi 14 april aceh
Edisi 14 april acehEdisi 14 april aceh
Edisi 14 april acehepaper
 
Edisi 12 Nov Nas
Edisi 12 Nov NasEdisi 12 Nov Nas
Edisi 12 Nov Nasepaper
 
How Content Strategy can get you a date - Defuse Dublin 2012
How Content Strategy can get you a date - Defuse Dublin 2012How Content Strategy can get you a date - Defuse Dublin 2012
How Content Strategy can get you a date - Defuse Dublin 2012Cory-Ann Joseph
 
Edisi 6 Des 2009 Nas
Edisi 6 Des 2009 NasEdisi 6 Des 2009 Nas
Edisi 6 Des 2009 Nasepaper
 
Binder22
Binder22Binder22
Binder22epaper
 
Edisi18 Sep Nasioanl
Edisi18 Sep NasioanlEdisi18 Sep Nasioanl
Edisi18 Sep Nasioanlepaper
 
Regex Cards - Powerpoint Format
Regex Cards - Powerpoint FormatRegex Cards - Powerpoint Format
Regex Cards - Powerpoint FormatAdam Lowe
 

Viewers also liked (20)

Building a Graph-based Analytics Platform
Building a Graph-based Analytics PlatformBuilding a Graph-based Analytics Platform
Building a Graph-based Analytics Platform
 
Back to the basics 082815
Back to the basics 082815Back to the basics 082815
Back to the basics 082815
 
Panduan Subsidi Pengawas 2007
Panduan Subsidi Pengawas 2007Panduan Subsidi Pengawas 2007
Panduan Subsidi Pengawas 2007
 
Ethiopia
EthiopiaEthiopia
Ethiopia
 
PropNex Real Estate Market Analysis July 2009
PropNex Real Estate Market Analysis July 2009PropNex Real Estate Market Analysis July 2009
PropNex Real Estate Market Analysis July 2009
 
INSESA SAS
INSESA SASINSESA SAS
INSESA SAS
 
Kilifi Pictures
Kilifi  PicturesKilifi  Pictures
Kilifi Pictures
 
Edisi 22 Maret Aceh
Edisi 22 Maret AcehEdisi 22 Maret Aceh
Edisi 22 Maret Aceh
 
great Frank lloyd wright
great Frank lloyd wright great Frank lloyd wright
great Frank lloyd wright
 
Build Your Pipeline in Web 2.0
Build Your Pipeline in Web 2.0Build Your Pipeline in Web 2.0
Build Your Pipeline in Web 2.0
 
ICS Overview Cycle 1 6 9 1 10
ICS Overview Cycle 1 6   9 1 10ICS Overview Cycle 1 6   9 1 10
ICS Overview Cycle 1 6 9 1 10
 
Ukraine job market overview (Tallinn, June 2014)
Ukraine job market overview (Tallinn, June 2014)Ukraine job market overview (Tallinn, June 2014)
Ukraine job market overview (Tallinn, June 2014)
 
University Of Antwerp The Uk Digital Television Landscape Ken Lawrence
University Of Antwerp The Uk Digital Television Landscape Ken LawrenceUniversity Of Antwerp The Uk Digital Television Landscape Ken Lawrence
University Of Antwerp The Uk Digital Television Landscape Ken Lawrence
 
Edisi 14 april aceh
Edisi 14 april acehEdisi 14 april aceh
Edisi 14 april aceh
 
Edisi 12 Nov Nas
Edisi 12 Nov NasEdisi 12 Nov Nas
Edisi 12 Nov Nas
 
How Content Strategy can get you a date - Defuse Dublin 2012
How Content Strategy can get you a date - Defuse Dublin 2012How Content Strategy can get you a date - Defuse Dublin 2012
How Content Strategy can get you a date - Defuse Dublin 2012
 
Edisi 6 Des 2009 Nas
Edisi 6 Des 2009 NasEdisi 6 Des 2009 Nas
Edisi 6 Des 2009 Nas
 
Binder22
Binder22Binder22
Binder22
 
Edisi18 Sep Nasioanl
Edisi18 Sep NasioanlEdisi18 Sep Nasioanl
Edisi18 Sep Nasioanl
 
Regex Cards - Powerpoint Format
Regex Cards - Powerpoint FormatRegex Cards - Powerpoint Format
Regex Cards - Powerpoint Format
 

Similar to Context-Enhanced Adaptive Entity Linking

EARL: Joint Entity and Relation Linking for Question Answering over Knowledge...
EARL: Joint Entity and Relation Linking for Question Answering over Knowledge...EARL: Joint Entity and Relation Linking for Question Answering over Knowledge...
EARL: Joint Entity and Relation Linking for Question Answering over Knowledge...Holistic Benchmarking of Big Linked Data
 
Profile-based Dataset Recommendation for RDF Data Linking
Profile-based Dataset Recommendation for RDF Data Linking  Profile-based Dataset Recommendation for RDF Data Linking
Profile-based Dataset Recommendation for RDF Data Linking Mohamed BEN ELLEFI
 
2015 07-tuto2-clus type
2015 07-tuto2-clus type2015 07-tuto2-clus type
2015 07-tuto2-clus typejins0618
 
Evaluation Initiatives for Entity-oriented Search
Evaluation Initiatives for Entity-oriented SearchEvaluation Initiatives for Entity-oriented Search
Evaluation Initiatives for Entity-oriented Searchkrisztianbalog
 
Coling2014:Single Document Keyphrase Extraction Using Label Information
Coling2014:Single Document Keyphrase Extraction Using Label InformationColing2014:Single Document Keyphrase Extraction Using Label Information
Coling2014:Single Document Keyphrase Extraction Using Label InformationRyuchi Tachibana
 
ROMAN URDU OPINION MINING SYSTEM (RUOMIS)
ROMAN URDU OPINION MINING SYSTEM (RUOMIS) ROMAN URDU OPINION MINING SYSTEM (RUOMIS)
ROMAN URDU OPINION MINING SYSTEM (RUOMIS) cseij
 
Hybrid geo textual index structure
Hybrid geo textual index structureHybrid geo textual index structure
Hybrid geo textual index structurecseij
 
bridging formal semantics and social semantics on the web
bridging formal semantics and social semantics on the webbridging formal semantics and social semantics on the web
bridging formal semantics and social semantics on the webFabien Gandon
 
Topic modeling of marketing scientific papers: An experimental survey
Topic modeling of marketing scientific papers: An experimental surveyTopic modeling of marketing scientific papers: An experimental survey
Topic modeling of marketing scientific papers: An experimental surveyICDEcCnferenece
 
Automatic Annotation Of Incomplete And Scattered Bibliographical References I...
Automatic Annotation Of Incomplete And Scattered Bibliographical References I...Automatic Annotation Of Incomplete And Scattered Bibliographical References I...
Automatic Annotation Of Incomplete And Scattered Bibliographical References I...Katie Naple
 
G04124041046
G04124041046G04124041046
G04124041046IOSR-JEN
 
Knowledge Graph Maintenance
Knowledge Graph MaintenanceKnowledge Graph Maintenance
Knowledge Graph MaintenancePaul Groth
 
Gleaning Types for Literals in RDF with Application to Entity Summarization
Gleaning Types for Literals in RDF with Application to Entity SummarizationGleaning Types for Literals in RDF with Application to Entity Summarization
Gleaning Types for Literals in RDF with Application to Entity SummarizationKalpa Gunaratna
 
Learning Commonalities in RDF
Learning Commonalities in RDFLearning Commonalities in RDF
Learning Commonalities in RDFSara EL HASSAD
 
ONTOLOGY INTEGRATION APPROACHES AND ITS IMPACT ON TEXT CATEGORIZATION
ONTOLOGY INTEGRATION APPROACHES AND ITS IMPACT ON TEXT CATEGORIZATIONONTOLOGY INTEGRATION APPROACHES AND ITS IMPACT ON TEXT CATEGORIZATION
ONTOLOGY INTEGRATION APPROACHES AND ITS IMPACT ON TEXT CATEGORIZATIONIJDKP
 
1026 telling story from text 2
1026 telling story from text 21026 telling story from text 2
1026 telling story from text 2Ke Jiang
 
Workshop unpad2014 with ref
Workshop unpad2014 with refWorkshop unpad2014 with ref
Workshop unpad2014 with refLola Devung
 
An Improved Web Explorer using Explicit Semantic Similarity with ontology and...
An Improved Web Explorer using Explicit Semantic Similarity with ontology and...An Improved Web Explorer using Explicit Semantic Similarity with ontology and...
An Improved Web Explorer using Explicit Semantic Similarity with ontology and...INFOGAIN PUBLICATION
 

Similar to Context-Enhanced Adaptive Entity Linking (20)

EARL: Joint Entity and Relation Linking for Question Answering over Knowledge...
EARL: Joint Entity and Relation Linking for Question Answering over Knowledge...EARL: Joint Entity and Relation Linking for Question Answering over Knowledge...
EARL: Joint Entity and Relation Linking for Question Answering over Knowledge...
 
Profile-based Dataset Recommendation for RDF Data Linking
Profile-based Dataset Recommendation for RDF Data Linking  Profile-based Dataset Recommendation for RDF Data Linking
Profile-based Dataset Recommendation for RDF Data Linking
 
How web searching engines work
How web searching engines workHow web searching engines work
How web searching engines work
 
2015 07-tuto2-clus type
2015 07-tuto2-clus type2015 07-tuto2-clus type
2015 07-tuto2-clus type
 
Evaluation Initiatives for Entity-oriented Search
Evaluation Initiatives for Entity-oriented SearchEvaluation Initiatives for Entity-oriented Search
Evaluation Initiatives for Entity-oriented Search
 
Coling2014:Single Document Keyphrase Extraction Using Label Information
Coling2014:Single Document Keyphrase Extraction Using Label InformationColing2014:Single Document Keyphrase Extraction Using Label Information
Coling2014:Single Document Keyphrase Extraction Using Label Information
 
ROMAN URDU OPINION MINING SYSTEM (RUOMIS)
ROMAN URDU OPINION MINING SYSTEM (RUOMIS) ROMAN URDU OPINION MINING SYSTEM (RUOMIS)
ROMAN URDU OPINION MINING SYSTEM (RUOMIS)
 
Hybrid geo textual index structure
Hybrid geo textual index structureHybrid geo textual index structure
Hybrid geo textual index structure
 
bridging formal semantics and social semantics on the web
bridging formal semantics and social semantics on the webbridging formal semantics and social semantics on the web
bridging formal semantics and social semantics on the web
 
Topic modeling of marketing scientific papers: An experimental survey
Topic modeling of marketing scientific papers: An experimental surveyTopic modeling of marketing scientific papers: An experimental survey
Topic modeling of marketing scientific papers: An experimental survey
 
Automatic Annotation Of Incomplete And Scattered Bibliographical References I...
Automatic Annotation Of Incomplete And Scattered Bibliographical References I...Automatic Annotation Of Incomplete And Scattered Bibliographical References I...
Automatic Annotation Of Incomplete And Scattered Bibliographical References I...
 
G04124041046
G04124041046G04124041046
G04124041046
 
Knowledge Graph Maintenance
Knowledge Graph MaintenanceKnowledge Graph Maintenance
Knowledge Graph Maintenance
 
Seminar dm
Seminar dmSeminar dm
Seminar dm
 
Gleaning Types for Literals in RDF with Application to Entity Summarization
Gleaning Types for Literals in RDF with Application to Entity SummarizationGleaning Types for Literals in RDF with Application to Entity Summarization
Gleaning Types for Literals in RDF with Application to Entity Summarization
 
Learning Commonalities in RDF
Learning Commonalities in RDFLearning Commonalities in RDF
Learning Commonalities in RDF
 
ONTOLOGY INTEGRATION APPROACHES AND ITS IMPACT ON TEXT CATEGORIZATION
ONTOLOGY INTEGRATION APPROACHES AND ITS IMPACT ON TEXT CATEGORIZATIONONTOLOGY INTEGRATION APPROACHES AND ITS IMPACT ON TEXT CATEGORIZATION
ONTOLOGY INTEGRATION APPROACHES AND ITS IMPACT ON TEXT CATEGORIZATION
 
1026 telling story from text 2
1026 telling story from text 21026 telling story from text 2
1026 telling story from text 2
 
Workshop unpad2014 with ref
Workshop unpad2014 with refWorkshop unpad2014 with ref
Workshop unpad2014 with ref
 
An Improved Web Explorer using Explicit Semantic Similarity with ontology and...
An Improved Web Explorer using Explicit Semantic Similarity with ontology and...An Improved Web Explorer using Explicit Semantic Similarity with ontology and...
An Improved Web Explorer using Explicit Semantic Similarity with ontology and...
 

More from Giuseppe Rizzo

Artificial intelligence for social good
Artificial intelligence for social goodArtificial intelligence for social good
Artificial intelligence for social goodGiuseppe Rizzo
 
COMPRENDE, PERSONALIZZA, INTERAGISCE E IMPARA: L’AI COGNITIVA PER L’HR
COMPRENDE, PERSONALIZZA, INTERAGISCE E  IMPARA: L’AI COGNITIVA PER L’HRCOMPRENDE, PERSONALIZZA, INTERAGISCE E  IMPARA: L’AI COGNITIVA PER L’HR
COMPRENDE, PERSONALIZZA, INTERAGISCE E IMPARA: L’AI COGNITIVA PER L’HRGiuseppe Rizzo
 
Understand, Answer and Argument: Conversational Agents
Understand, Answer and Argument: Conversational AgentsUnderstand, Answer and Argument: Conversational Agents
Understand, Answer and Argument: Conversational AgentsGiuseppe Rizzo
 
AI For Profiling Your Customers
AI For Profiling Your CustomersAI For Profiling Your Customers
AI For Profiling Your CustomersGiuseppe Rizzo
 
AI for Personalized Chatbot
AI for Personalized ChatbotAI for Personalized Chatbot
AI for Personalized ChatbotGiuseppe Rizzo
 
Tourist Knowledge Graph Creation to Automating Travel Bookings
Tourist Knowledge Graph Creation to Automating Travel BookingsTourist Knowledge Graph Creation to Automating Travel Bookings
Tourist Knowledge Graph Creation to Automating Travel BookingsGiuseppe Rizzo
 
The SentiME System at the SSA Challenge Task 1
The SentiME System at the SSA Challenge Task 1The SentiME System at the SSA Challenge Task 1
The SentiME System at the SSA Challenge Task 1Giuseppe Rizzo
 
From Data to Knowledge for Tourists
From Data to Knowledge for TouristsFrom Data to Knowledge for Tourists
From Data to Knowledge for TouristsGiuseppe Rizzo
 
Enabling Visitors to Explore a Smart City
Enabling Visitors to Explore a Smart CityEnabling Visitors to Explore a Smart City
Enabling Visitors to Explore a Smart CityGiuseppe Rizzo
 
NEEL2015 challenge summary
NEEL2015 challenge summaryNEEL2015 challenge summary
NEEL2015 challenge summaryGiuseppe Rizzo
 
Inductive Entity Typing Alignment
Inductive Entity Typing AlignmentInductive Entity Typing Alignment
Inductive Entity Typing AlignmentGiuseppe Rizzo
 
Benchmarking the Extraction and Disambiguation of Named Entities on the Seman...
Benchmarking the Extraction and Disambiguation of Named Entities on the Seman...Benchmarking the Extraction and Disambiguation of Named Entities on the Seman...
Benchmarking the Extraction and Disambiguation of Named Entities on the Seman...Giuseppe Rizzo
 
CrossLanguageSpotter: A Library for Detecting Relations in Polyglot Frameworks
CrossLanguageSpotter: A Library for Detecting Relations in Polyglot FrameworksCrossLanguageSpotter: A Library for Detecting Relations in Polyglot Frameworks
CrossLanguageSpotter: A Library for Detecting Relations in Polyglot FrameworksGiuseppe Rizzo
 
Learning with the Web. Structuring data to ease machine understanding
Learning with the Web. Structuring data to ease  machine understandingLearning with the Web. Structuring data to ease  machine understanding
Learning with the Web. Structuring data to ease machine understandingGiuseppe Rizzo
 
Learning with the Web: Spotting Named Entities on the intersection of NERD an...
Learning with the Web: Spotting Named Entities on the intersection of NERD an...Learning with the Web: Spotting Named Entities on the intersection of NERD an...
Learning with the Web: Spotting Named Entities on the intersection of NERD an...Giuseppe Rizzo
 
NERD meets NIF: Lifting NLP Extraction Results to the Linked Data Cloud
NERD meets NIF:  Lifting NLP Extraction Results to the Linked Data CloudNERD meets NIF:  Lifting NLP Extraction Results to the Linked Data Cloud
NERD meets NIF: Lifting NLP Extraction Results to the Linked Data CloudGiuseppe Rizzo
 
L'enorme archivio di dati: il Web
L'enorme archivio di dati: il WebL'enorme archivio di dati: il Web
L'enorme archivio di dati: il WebGiuseppe Rizzo
 
NERD: Evaluating Named Entity Recognition Tools in the Web of Data
NERD: Evaluating Named Entity Recognition Tools in the Web of DataNERD: Evaluating Named Entity Recognition Tools in the Web of Data
NERD: Evaluating Named Entity Recognition Tools in the Web of DataGiuseppe Rizzo
 

More from Giuseppe Rizzo (20)

Artificial intelligence for social good
Artificial intelligence for social goodArtificial intelligence for social good
Artificial intelligence for social good
 
AI in 60 minutes
AI in 60 minutesAI in 60 minutes
AI in 60 minutes
 
COMPRENDE, PERSONALIZZA, INTERAGISCE E IMPARA: L’AI COGNITIVA PER L’HR
COMPRENDE, PERSONALIZZA, INTERAGISCE E  IMPARA: L’AI COGNITIVA PER L’HRCOMPRENDE, PERSONALIZZA, INTERAGISCE E  IMPARA: L’AI COGNITIVA PER L’HR
COMPRENDE, PERSONALIZZA, INTERAGISCE E IMPARA: L’AI COGNITIVA PER L’HR
 
Understand, Answer and Argument: Conversational Agents
Understand, Answer and Argument: Conversational AgentsUnderstand, Answer and Argument: Conversational Agents
Understand, Answer and Argument: Conversational Agents
 
AI For Profiling Your Customers
AI For Profiling Your CustomersAI For Profiling Your Customers
AI For Profiling Your Customers
 
AI for Personalized Chatbot
AI for Personalized ChatbotAI for Personalized Chatbot
AI for Personalized Chatbot
 
Tourist Knowledge Graph Creation to Automating Travel Bookings
Tourist Knowledge Graph Creation to Automating Travel BookingsTourist Knowledge Graph Creation to Automating Travel Bookings
Tourist Knowledge Graph Creation to Automating Travel Bookings
 
The SentiME System at the SSA Challenge Task 1
The SentiME System at the SSA Challenge Task 1The SentiME System at the SSA Challenge Task 1
The SentiME System at the SSA Challenge Task 1
 
From Data to Knowledge for Tourists
From Data to Knowledge for TouristsFrom Data to Knowledge for Tourists
From Data to Knowledge for Tourists
 
Enabling Visitors to Explore a Smart City
Enabling Visitors to Explore a Smart CityEnabling Visitors to Explore a Smart City
Enabling Visitors to Explore a Smart City
 
NEEL2015 challenge summary
NEEL2015 challenge summaryNEEL2015 challenge summary
NEEL2015 challenge summary
 
Inductive Entity Typing Alignment
Inductive Entity Typing AlignmentInductive Entity Typing Alignment
Inductive Entity Typing Alignment
 
Benchmarking the Extraction and Disambiguation of Named Entities on the Seman...
Benchmarking the Extraction and Disambiguation of Named Entities on the Seman...Benchmarking the Extraction and Disambiguation of Named Entities on the Seman...
Benchmarking the Extraction and Disambiguation of Named Entities on the Seman...
 
CrossLanguageSpotter: A Library for Detecting Relations in Polyglot Frameworks
CrossLanguageSpotter: A Library for Detecting Relations in Polyglot FrameworksCrossLanguageSpotter: A Library for Detecting Relations in Polyglot Frameworks
CrossLanguageSpotter: A Library for Detecting Relations in Polyglot Frameworks
 
Learning with the Web. Structuring data to ease machine understanding
Learning with the Web. Structuring data to ease  machine understandingLearning with the Web. Structuring data to ease  machine understanding
Learning with the Web. Structuring data to ease machine understanding
 
Learning with the Web: Spotting Named Entities on the intersection of NERD an...
Learning with the Web: Spotting Named Entities on the intersection of NERD an...Learning with the Web: Spotting Named Entities on the intersection of NERD an...
Learning with the Web: Spotting Named Entities on the intersection of NERD an...
 
NERD meets NIF: Lifting NLP Extraction Results to the Linked Data Cloud
NERD meets NIF:  Lifting NLP Extraction Results to the Linked Data CloudNERD meets NIF:  Lifting NLP Extraction Results to the Linked Data Cloud
NERD meets NIF: Lifting NLP Extraction Results to the Linked Data Cloud
 
The NERD project
The NERD projectThe NERD project
The NERD project
 
L'enorme archivio di dati: il Web
L'enorme archivio di dati: il WebL'enorme archivio di dati: il Web
L'enorme archivio di dati: il Web
 
NERD: Evaluating Named Entity Recognition Tools in the Web of Data
NERD: Evaluating Named Entity Recognition Tools in the Web of DataNERD: Evaluating Named Entity Recognition Tools in the Web of Data
NERD: Evaluating Named Entity Recognition Tools in the Web of Data
 

Recently uploaded

Edukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFxEdukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFxolyaivanovalion
 
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
Generative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusGenerative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusTimothy Spann
 
Introduction-to-Machine-Learning (1).pptx
Introduction-to-Machine-Learning (1).pptxIntroduction-to-Machine-Learning (1).pptx
Introduction-to-Machine-Learning (1).pptxfirstjob4
 
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
Carero dropshipping via API with DroFx.pptx
Carero dropshipping via API with DroFx.pptxCarero dropshipping via API with DroFx.pptx
Carero dropshipping via API with DroFx.pptxolyaivanovalion
 
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...Suhani Kapoor
 
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改atducpo
 
Brighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingBrighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingNeil Barnes
 
Invezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz1
 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfLars Albertsson
 
RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998YohFuh
 
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptxBPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptxMohammedJunaid861692
 
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Halmar dropshipping via API with DroFx
Halmar  dropshipping  via API with DroFxHalmar  dropshipping  via API with DroFx
Halmar dropshipping via API with DroFxolyaivanovalion
 
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% SecureCall me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% SecurePooja Nehwal
 
BigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxBigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxolyaivanovalion
 

Recently uploaded (20)

Edukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFxEdukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFx
 
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in Kishangarh
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in  KishangarhDelhi 99530 vip 56974 Genuine Escort Service Call Girls in  Kishangarh
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in Kishangarh
 
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
Generative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusGenerative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and Milvus
 
Introduction-to-Machine-Learning (1).pptx
Introduction-to-Machine-Learning (1).pptxIntroduction-to-Machine-Learning (1).pptx
Introduction-to-Machine-Learning (1).pptx
 
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
Carero dropshipping via API with DroFx.pptx
Carero dropshipping via API with DroFx.pptxCarero dropshipping via API with DroFx.pptx
Carero dropshipping via API with DroFx.pptx
 
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
 
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
 
Brighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingBrighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data Storytelling
 
Invezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signals
 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdf
 
RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998
 
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
 
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptxBPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
 
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
 
Halmar dropshipping via API with DroFx
Halmar  dropshipping  via API with DroFxHalmar  dropshipping  via API with DroFx
Halmar dropshipping via API with DroFx
 
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% SecureCall me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
 
BigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxBigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptx
 
VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
 

Context-Enhanced Adaptive Entity Linking

  • 1. Context-Enhanced Adaptive Entity Linking @giusepperizzo F. Ilievski, G. Rizzo, M. van Erp, J. Plu, R. Troncy
  • 3. Linguistic approach: A text is parsed by a NER classifier. Entity labels are used to look up resources in a referent KB. A ranking function is used to select the best match (relatedness, semantic similarity) End-to-End approach: A dictionary of mentions and links is built from a referent KB. A text is split in n-grams that are used to look up candidate links from the dictionary. A selection function is used to pick the best match (relatedness, semantic similarity, relevance) Hybrid approach: combination of both Current approaches performing the NEL task 3
  • 4. ranking and selection of the candidate links are led by the relatedness of the entities in the knowledge base Henri Leland db:Henry_M._Leland Lincoln Motor Company db:Lincoln_Motor_Company Joe ? Lincoln db:Abraham_Lincoln Cadillac db:Cadillac when the context is poor, head entities are favoured 4 ?
  • 5. “Henry Leland … formed the Lincoln Motor Company... Joe drove a Lincoln for the first time in his life” … Joe PER NIL Lincoln PRO db:Lincoln_Motor _Company 5
  • 6. Text as input Reranking with Context ... Joe PER NIL Lincoln PRO db:Lincoln_Motor_ Company Resolution and Classification Candidate Selection Mention Extraction General-purpose Hybrid Annotator 6
  • 7. Text as input Resolution and Classification Candidate Selection Mention Extraction General-purpose Hybrid Annotator - Longest match - Entity type propagation to the longest match - Dictionary fuzzy match - Entity popularity - Named Entity Recognition - Proper Noun Extractor e1 c1,1, …, c1,10 ... en cn,1, …, cn,10 7
  • 8. General-purpose Hybrid Annotator (I) Mention extraction: proper nouns as classified by Stanford POS Tagger (trained with english-bidirectional-distsim model) and named entities as classified by Stanford NERClassifierCombiner (trained with CoNLL 2003, MUC 6, MUC 7 corpora) Resolution and typing o When one mention is substring of another we take the longest: o When a part of one mention is a substring of another we do a merge to create a new one: POS: (United States, NNPS) NER: (United States of America, PLACE) United States of America, PLACE POS: (United States, NNPS) NER: (States of America, PLACE) United States of America, PLACE Plu et al., Revealing Entities from Textual Documents Using a Hybrid Approach, (ISWC'15) NLP & DBpedia 2015 8
  • 9. General-purpose Hybrid Annotator (II) Candidate selection: fuzzy string match over an index based on DBpedia2015-04 o NIL Clustering when no candidates are found. Exact match of labels within the boundaries of a sentence o Candidate Ranking if multiple candidates are found. 9 r(l): the score of the label l L: the Levenshtein distance m: the extracted mention title: the title of the label l R: the set of redirect pages associated to the label l D: the set of disambiguation pages associated to the label l PR: Pagerank associated to the label l a, b and c are weights following the properties: ● a > b > c ● a + b + c = 1
  • 10. Text as input Reranking with Context e1 c1,1, …, c1,10 ... en cn,1, …, cn,10 10 e1 c1,1, c1,2, …, c1,10 ... en cn,1, …, cn,9, cn,10 en+1 cn+1
  • 11. Reranking with Context Aim: Adapt the linking task to the textual content that is being analysed Approach: Leverage the genre and topic domain information about the text Apply: 4 heuristics (H1, H2, H3, H4) in cascade. They take the form of binary rules 11
  • 12. H1: Order of processing Process the running text sequentially, starting from the first sentence. Process the title at the end Reasoning: Title is typically ambiguous/catchy. The first sentences of an article are written most explicitly 12
  • 13. H2: Coherence Detect if an entity is co-referential (an abbreviation or a substring) with an entity that occurs previously in the same news article Reasoning: Once the writer has clearly introduced an entity, she can use abbreviations or more ambiguous ways to refer to it later in text 13
  • 14. H3: Domain relevance Use a contextual knowledge base to examine whether a mention has been frequently and dominantly associated with a certain entity within a domain Reasoning: It is customary that the entities mentioned in domain-specific text stem from the same domain. Also, within a domain, a mention is typically associated with one dominant entity 14
  • 15. H4: Semantic Typing Check whether the semantic type of the entity resolved by H2 or H3 fits the textual context Reasoning: The entity should fit the textual context and fulfil a certain role in text 15
  • 16. MEANTIME* AIDA-YAGO2** benchmark the approach with a corpus composed of 4 topic-specific gold standards test the generalizability of the approach 16 *Minard et al., MEANTIME, the newsreader multilingual event and time corpus. LREC 2016 **Hoffart et al., Robust Disambiguation of Named Entities in Text. EMNLP 2011 Benchmark corpora
  • 17. Number of Articles Number of Tokens Number of Entities Number of Links Number of NILs Number of Entity Types MEANTI ME* airbus 30 3,620 614 414 200 5 apple 30 3,452 812 525 287 5 gm 30 3,641 760 526 234 5 stock 30 3,362 449 331 118 4 AIDA- YAGO2** 231 46,435 5,616 4,485 1,131 4 17 Corpora statistics
  • 18. Experimental results airbus apple gm stock AIDA-YAGO2 P R F1 P R F1 P R F1 P R F1 P R F1 Hybrid 58.7 4 40.5 8 48 19.7 8 10.0 9 13.3 7 50.3 6 26.8 1 34.9 9 59.1 2 32.3 3 41.8 49.1 4 43.4 1 46.1 Hybrid +H1+H2 59.0 9 40.8 2 48.2 9 19.7 8 10.0 9 13.3 7 55 29.2 8 38.2 1 59.1 2 32.3 3 41.8 48.6 7 43.0 1 45.6 7 Hybrid +H1+H3 62.5 43.4 8 51.2 8 20.0 7 10.2 9 13.6 63.5 4 34.7 9 44.9 6 66.3 1 37.4 6 47.8 8 57.8 9 52.0 4 54.8 1 Hybrid +H1+H2+H3 62.1 5 43.2 4 51 20.0 7 10.2 9 13.6 67.3 6 36.8 8 47.6 7 68.9 8 38.9 7 49.8 1 57.6 5 51.8 4 54.5 9 Hybrid +H1+H2+H3 +H4 61.4 6 42.7 5 50.4 3 20.0 7 10.2 9 13.6 62.1 33.6 5 43.6 5 63.1 35.6 5 45.5 6 55.2 1 49.6 1 52.2 6
  • 19. Discussion Reranking with context is effective and brings improvement over the baseline for all corpora Improvement also on AIDA-YAGO2, even though it stems from a neutral topic domain. This is because MEANTIME and AIDA-YAGO2 share the genre domain, and many of the entities in MEANTIME stem from the neutral domain as well H1 (Order of Processing) and H3 (Domain Relevance) with these settings are the most effective heuristics H4 (Semantic Typing) requires further investigations 19
  • 20. Future Work Model the genre and topic domains to contextualize further the entity linking, i.e. adding more features to improve our adaptive contextual model Investigate the dynamic adaptability in different contexts using knowledge bases as inputs 20