SlideShare une entreprise Scribd logo
1  sur  34
Télécharger pour lire hors ligne
Towards Transfer Learning of Link Specications
Axel-Cyrille Ngonga Ngomo

Jens Lehmann

Mofeed Hassan

2013-09-16

Ngonga et. al (Univ. Leipzig)

Transfer Learning of Link Specs

2013-09-16

1 / 29
Outline

1

Motivation

2

Transfer Learning Framework

3

Experimental Setup

4

Results

5

Conclusions and Future Work

Ngonga et. al (Univ. Leipzig)

Transfer Learning of Link Specs

2013-09-16

2 / 29
Outline

1

Motivation

2

Transfer Learning Framework

3

Experimental Setup

4

Results

5

Conclusions and Future Work

Ngonga et. al (Univ. Leipzig)

Transfer Learning of Link Specs

2013-09-16

3 / 29
Why Link Discovery?
1

2

3

Fourth Linked Data
principle
Links are central for
Cross-ontology QA
Data Integration
Reasoning
Federated Queries
...
2011 topology of the
LOD Cloud:
31+ billion triples
≈ 0.5 billion links
owl:sameAs in most
cases

Ngonga et. al (Univ. Leipzig)

Transfer Learning of Link Specs

2013-09-16

4 / 29
Why is it dicult?
Denition (Link Discovery)

S and T of resources and relation R
Find M = {(s , t ) ∈ S × T : R(s , t )}

Given sets

Task:
Common approaches:
Find
= {( , ) ∈
= {( , ) ∈
Find

M
M

s t S × T : σ(s , t ) ≥ θ}
s t S × T : δ(s , t ) ≤ θ}

Ngonga et. al (Univ. Leipzig)

Transfer Learning of Link Specs

2013-09-16

5 / 29
Why is it dicult?
Denition (Link Discovery)

S and T of resources and relation R
Find M = {(s , t ) ∈ S × T : R(s , t )}

Given sets

Task:
Common approaches:
Find
= {( , ) ∈
= {( , ) ∈
Find

M
M

1

s t S × T : σ(s , t ) ≥ θ}
s t S × T : δ(s , t ) ≤ θ}

Time complexity

Large number of triples
Quadratic a-priori runtime
69 days for mapping cities from
DBpedia to Geonames (1ms per
comparison)
Decades for linking DBpedia and LGD
...

Ngonga et. al (Univ. Leipzig)

Transfer Learning of Link Specs

2013-09-16

5 / 29
Why is it dicult?
2

Complexity of specications

Combination of several attributes required for high precision
Tedious discovery of most adequate mapping
Dataset-dependent similarity functions

Ngonga et. al (Univ. Leipzig)

Transfer Learning of Link Specs

2013-09-16

6 / 29
LIMES Framework

Ngonga et. al (Univ. Leipzig)

Transfer Learning of Link Specs

2013-09-16

7 / 29
Link Specication
Detection of accurate link specication is key
Link Specications has three components:
Two sets of restrictions RS ... RS resp. RT ... RT that specify the
m
1
1
k
sets resp. ,
A specication of a complex similarity metric σ via the combination of
several atomic similarity measures σ1 , ..., σn and
A set of thresholds τ1 , ..., τn such that τi is the threshold for σi .

S

T

Ngonga et. al (Univ. Leipzig)

Transfer Learning of Link Specs

2013-09-16

8 / 29
Transfer Learning
Classical Learning of Link Specs

Transfer Learning of Link Specs
Current Linking Task

Different Linking Tasks

Task Repository

spec accuracy: α
class similarity: ζ
property similarity: π
Learning System

Learning System

Learning System

In our approach we use

Transfer Learning System

Transductive Transfer Learning

Class and property matching is assumed to be known already
(numerous approaches from ontology matching can be employed) the goal is to nd the complex similarity metric

Ngonga et. al (Univ. Leipzig)

Transfer Learning of Link Specs

2013-09-16

9 / 29
Outline

1

Motivation

2

Transfer Learning Framework

3

Experimental Setup

4

Results

5

Conclusions and Future Work

Ngonga et. al (Univ. Leipzig)

Transfer Learning of Link Specs

2013-09-16

10 / 29
Transfer Learning Framework I

Transfer Learning of link specications is reduce to three subproblems:
Restrictions/class similarity ζ : 2C × 2C → [0, 1]
e.g. ζ({City , Village }, {Town}) = 0.6
Property similarity: ξ : 2P × 2P → [0, 1]
e.g. ξ({rdfs : label }, {rdfs : label }) = 1.0

Accuracy of link specications: α : Q → [0, 1]

Ngonga et. al (Univ. Leipzig)

Transfer Learning of Link Specs

2013-09-16

11 / 29
Transfer Learning Framework II
Overall similarity measure for transfer learning:
ω(t , t ) = α(q ) · ζ(ψ(q ), C) · ζ(ψ (q ), C ) · ξ(sp (q ), PL ) · ξ(tp (q ), PL )
(details in paper)
Each similarity measure can be implemented in manifold approaches

Ngonga et. al (Univ. Leipzig)

Transfer Learning of Link Specs

2013-09-16

12 / 29
Transfer Learning Framework II
Overall similarity measure for transfer learning:
ω(t , t ) = α(q ) · ζ(ψ(q ), C) · ζ(ψ (q ), C ) · ξ(sp (q ), PL ) · ξ(tp (q ), PL )
(details in paper)
Each similarity measure can be implemented in manifold approaches
Implementations of class similarity function ζ in framework:
label-based similarity
name-based similarity (URI similarity)
data-centric similarity
Properties similarities ξ are dened analogously

Ngonga et. al (Univ. Leipzig)

Transfer Learning of Link Specs

2013-09-16

12 / 29
Transfer Learning Framework II
Overall similarity measure for transfer learning:
ω(t , t ) = α(q ) · ζ(ψ(q ), C) · ζ(ψ (q ), C ) · ξ(sp (q ), PL ) · ξ(tp (q ), PL )
(details in paper)
Each similarity measure can be implemented in manifold approaches
Implementations of class similarity function ζ in framework:
label-based similarity
name-based similarity (URI similarity)
data-centric similarity
Properties similarities ξ are dened analogously
Similarities between single classes/properties can be extended to sets
(e.g. using arithmetic / geometric mean of max. similarity)

Ngonga et. al (Univ. Leipzig)

Transfer Learning of Link Specs

2013-09-16

12 / 29
Transfer Learning Framework II
Overall similarity measure for transfer learning:
ω(t , t ) = α(q ) · ζ(ψ(q ), C) · ζ(ψ (q ), C ) · ξ(sp (q ), PL ) · ξ(tp (q ), PL )
(details in paper)
Each similarity measure can be implemented in manifold approaches
Implementations of class similarity function ζ in framework:
label-based similarity
name-based similarity (URI similarity)
data-centric similarity
Properties similarities ξ are dened analogously
Similarities between single classes/properties can be extended to sets
(e.g. using arithmetic / geometric mean of max. similarity)
Spec can be transferred by replacing properties with most similar
properties in PL and PL
Ngonga et. al (Univ. Leipzig)

Transfer Learning of Link Specs

2013-09-16

12 / 29
Example (New Link Task)
Example link specication for mapping drugs in two datasets DBpedia and
Drugbank (DBpedia-Drugbank.xml):

Ngonga et. al (Univ. Leipzig)

Transfer Learning of Link Specs

2013-09-16

13 / 29
Example (Restriction part)
Three parts of link specs:
Restrictions part

Ngonga et. al (Univ. Leipzig)

Transfer Learning of Link Specs

2013-09-16

14 / 29
Example (Properties Part)
Three parts of link specs:
Restrictions part
Properties part

Ngonga et. al (Univ. Leipzig)

Transfer Learning of Link Specs

2013-09-16

15 / 29
Example (Similarities Measures Part)
Three parts of link specs:
Restrictions part
Properties part
Similarity Measures part: similarity metric and thresholds

Ngonga et. al (Univ. Leipzig)

Transfer Learning of Link Specs

2013-09-16

16 / 29
Example (Link Repository)
Transfer learning is applied using a repository → restrictions and relevant
properties are assumed to be known → nd the similarity measure by
comparing with all specs in the repository, e.g. DBpedia-SiderDrugs.xml

Ngonga et. al (Univ. Leipzig)

Transfer Learning of Link Specs

2013-09-16

17 / 29
Example (Restriction Similarities)
Restrictions in both specications les
Type

DBpedia-Drugbank.xml

DBpedia-SiderDrugs.xml

Source
Target

rdf:type dbpedia-owl:Drug
rdf:type drug:drugs

rdf:type dbpedia-owl:Drug
rdf:type sider:drugs

Straightforward label/URI similarity
For instance, trigram metric in URI similarity without prexes:
ζ({dbpedia-owl:Drug}, {dbpedia-owl:Drug}) = 1.0
ζ({sider:drugs}, {drug:drugs}) = 1.0

Ngonga et. al (Univ. Leipzig)

Transfer Learning of Link Specs

2013-09-16

18 / 29
Example (Restriction Similarities)
Restrictions in both specications les
Type

DBpedia-Drugbank.xml

DBpedia-SiderDrugs.xml

Source
Target

rdf:type dbpedia-owl:Drug
rdf:type drug:drugs

rdf:type dbpedia-owl:Drug
rdf:type sider:drugs

Straightforward label/URI similarity
For instance, trigram metric in URI similarity without prexes:
ζ({dbpedia-owl:Drug}, {dbpedia-owl:Drug}) = 1.0
ζ({sider:drugs}, {drug:drugs}) = 1.0

1
Data-centric: ζd (s , s ) = |P (s )||P (s

sim(x , y ) where
x ∈P (s ) y ∈P (s )
P (s ) = {x : s p x ∧ p rdf:type owl:DatatypeProperty}
(extends similarity to instances)

Ngonga et. al (Univ. Leipzig)

)|

Transfer Learning of Link Specs

2013-09-16

18 / 29
Example (Property Similarities)

type

DBpedia-Drugbank.xml

DBpedia-SiderDrugs.xml

Source

rdfs:label

Target

rdfs:label
drug:genericName

rdfs:label
foaf:name
rdfs:label

Applying similarity function to all properties:
For instance trigram based on URIs and arithmetic mean as
aggregation:
ξ({rdfs : label }, {rdfs : label , foaf : name }) = 0.9
ξ({rdfs : label , drug : genericName }, {rdfs : label }) = 0.8

Ngonga et. al (Univ. Leipzig)

Transfer Learning of Link Specs

2013-09-16

19 / 29
Example (Overall Similarity)

Based on, e.g. F-score assign quality value to q =
DBpedia-SiderDrugs.xml, in our case α(q ) = 0.89
The nal step is calculating the overall similarity measure
ω(DBpedia − Drugbank .xml , DBpedia − SiderDrugs .xml ) =
0.89 * 1.0 * 1.0 * 0.9 * 0.8 = 0.64
The steps are repeated for all link specications in the repository
Most similar link spec can be transferred by replacing its properties
with the most similar ones in the computed property matching

Ngonga et. al (Univ. Leipzig)

Transfer Learning of Link Specs

2013-09-16

20 / 29
Outline

1

Motivation

2

Transfer Learning Framework

3

Experimental Setup

4

Results

5

Conclusions and Future Work

Ngonga et. al (Univ. Leipzig)

Transfer Learning of Link Specs

2013-09-16

21 / 29
Experimental Setup I
The goal of evaluation is two-fold:
Evaluating whether transfer learning can be used to build templates
for link spec
Discover whether the transferred templates can be used directly
113 specications were retrieved from LATC, each has manual links
evaluation
15%

10%

3%

2%
Persons

1%
3%

Events
Locations
Diseases
Drugs
Organizations
Misc
66%

Ngonga et. al (Univ. Leipzig)

Transfer Learning of Link Specs

2013-09-16

22 / 29
Experimental Setup II

Leave-one-out evaluation
1.) Compare top-scored specication (most similar) and check
whether it uses the same combination of similarity functions  assign 1
for match and 0 for no match
2.) Compute F-measure of learned link specs directly  works only on
specs with both endpoints alive (only 12 out of 113)
Used URI similarity

Ngonga et. al (Univ. Leipzig)

Transfer Learning of Link Specs

2013-09-16

23 / 29
Outline

1

Motivation

2

Transfer Learning Framework

3

Experimental Setup

4

Results

5

Conclusions and Future Work

Ngonga et. al (Univ. Leipzig)

Transfer Learning of Link Specs

2013-09-16

24 / 29
First Experiments Set Results
Detecting right specication in 81% of all cases
In geo-spatial domain 91%
In persons domain 58%
100%
90%
80%
70%
60%
50%
40%
30%
20%
10%
0%
Ave

s
s
s
s
e
rag erson Event cation sease
P
Di
Lo

Ngonga et. al (Univ. Leipzig)

gs
ns
Dru izatio
n
rga
O

Transfer Learning of Link Specs

Mis

c

2013-09-16

25 / 29
Second Experiments Set Results
In the second Experiments series, source and target endpoints need to
be alive such that we can execute transferred link spec (12 out of 113)
In general low F-measures
100%

80%

60%

40%
Precision
Recall
F-Measure

20%

s

nt
ry

op
e

ne

i-c
ou

ty
si

ex
t

er

at
at

iv
gu
a-

pe

di
a-

te

nd

un
a-

at

pe
di
db

db

n

on

so

rs

er

pe

-p

d-

on

oo
og
f

-d

db

pe

di
a-

lin

ke

dg

eo
d

nt

or
t
rp
ai

at
a-

m

-r
st
ad
ev

en

ts

ee
r

so
n
-d

er
db

pe

di

ali

nk

ts
e
en

ev

ve

er

-e

-p

fo
od

og

ge
od

l3
s
p_

bl

er

ed

s

ty
ci

ar
ie

K-

ul

vU

ab

go

st

da
ta

di
a-

se

nt

ev
e

db

pe

di
pe

db
e-

im

Ngonga et. al (Univ. Leipzig)

-d

co
u

aco
n

es
-

-e
ss

xe
ra

eu
bc
r
rk

db

lp

-d
at

as

em

an

tic
w

eb
-

ur

re

se
ar

ch

er

nt
ry

0%

Transfer Learning of Link Specs

2013-09-16

26 / 29
Outline

1

Motivation

2

Transfer Learning Framework

3

Experimental Setup

4

Results

5

Conclusions and Future Work

Ngonga et. al (Univ. Leipzig)

Transfer Learning of Link Specs

2013-09-16

27 / 29
Summary
Conclusions:
Detecting right template in 81% of all cases
Transfer learning cannot replace the learning of thresholds in
specications
Future Work:
Combination with machine-learning approaches for link specications
(e.g., EAGLE, COALA), in particular for learning thresholds
More sophisticated class and property similarity approaches

Ngonga et. al (Univ. Leipzig)

Transfer Learning of Link Specs

2013-09-16

28 / 29
The End
Jens Lehmann
lehmann@informatik.uni-leipzig.de
AKSW/Uni Leipzig

Questions

Geo

Know
http://geoknow.eu

Ngonga et. al (Univ. Leipzig)

Transfer Learning of Link Specs

2013-09-16

29 / 29

Contenu connexe

Tendances

Multi core processing of xml twig patterns
Multi core processing of xml twig patternsMulti core processing of xml twig patterns
Multi core processing of xml twig patternsieeepondy
 
A Comparison of Supervised Learning Classifiers for Link Discovery
A Comparison of Supervised Learning Classifiers for Link DiscoveryA Comparison of Supervised Learning Classifiers for Link Discovery
A Comparison of Supervised Learning Classifiers for Link DiscoveryTommaso Soru
 
Computing probabilistic queries in the presence of uncertainty via probabilis...
Computing probabilistic queries in the presence of uncertainty via probabilis...Computing probabilistic queries in the presence of uncertainty via probabilis...
Computing probabilistic queries in the presence of uncertainty via probabilis...Konstantinos Giannakis
 
The Web service composition based on colored Petri net
The Web service composition based on colored Petri netThe Web service composition based on colored Petri net
The Web service composition based on colored Petri netIJRESJOURNAL
 
Text Categorization Using Improved K Nearest Neighbor Algorithm
Text Categorization Using Improved K Nearest Neighbor AlgorithmText Categorization Using Improved K Nearest Neighbor Algorithm
Text Categorization Using Improved K Nearest Neighbor AlgorithmIJTET Journal
 
Textmining Retrieval And Clustering
Textmining Retrieval And ClusteringTextmining Retrieval And Clustering
Textmining Retrieval And Clusteringguest0edcaf
 
Topic modeling using big data analytics
Topic modeling using big data analyticsTopic modeling using big data analytics
Topic modeling using big data analyticsFarheen Nilofer
 
Document Classification and Clustering
Document Classification and ClusteringDocument Classification and Clustering
Document Classification and ClusteringAnkur Shrivastava
 
Nikolai Blenda - Clusterization of text documents using WordNet and semantic ...
Nikolai Blenda - Clusterization of text documents using WordNet and semantic ...Nikolai Blenda - Clusterization of text documents using WordNet and semantic ...
Nikolai Blenda - Clusterization of text documents using WordNet and semantic ...AIST
 
Interactive Knowledge Discovery over Web of Data.
Interactive Knowledge Discovery over Web of Data.Interactive Knowledge Discovery over Web of Data.
Interactive Knowledge Discovery over Web of Data.Mehwish Alam
 
Topic Models - LDA and Correlated Topic Models
Topic Models - LDA and Correlated Topic ModelsTopic Models - LDA and Correlated Topic Models
Topic Models - LDA and Correlated Topic ModelsClaudia Wagner
 
Neural Models for Information Retrieval
Neural Models for Information RetrievalNeural Models for Information Retrieval
Neural Models for Information RetrievalBhaskar Mitra
 
CSMR: A Scalable Algorithm for Text Clustering with Cosine Similarity and Map...
CSMR: A Scalable Algorithm for Text Clustering with Cosine Similarity and Map...CSMR: A Scalable Algorithm for Text Clustering with Cosine Similarity and Map...
CSMR: A Scalable Algorithm for Text Clustering with Cosine Similarity and Map...Victor Giannakouris
 
Framester: A Wide Coverage Linguistic Linked Data Hub
Framester: A Wide Coverage Linguistic Linked Data HubFramester: A Wide Coverage Linguistic Linked Data Hub
Framester: A Wide Coverage Linguistic Linked Data HubMehwish Alam
 
Ectel sem_info_rec_learning_resources_v6.0_20120921_ma
Ectel  sem_info_rec_learning_resources_v6.0_20120921_maEctel  sem_info_rec_learning_resources_v6.0_20120921_ma
Ectel sem_info_rec_learning_resources_v6.0_20120921_maMojisola Erdt née Anjorin
 
Reference Scope Identification of Citances Using Convolutional Neural Network
Reference Scope Identification of Citances Using Convolutional Neural NetworkReference Scope Identification of Citances Using Convolutional Neural Network
Reference Scope Identification of Citances Using Convolutional Neural NetworkSaurav Jha
 
TopicModels_BleiPaper_Summary.pptx
TopicModels_BleiPaper_Summary.pptxTopicModels_BleiPaper_Summary.pptx
TopicModels_BleiPaper_Summary.pptxKalpit Desai
 

Tendances (19)

Topic Modeling
Topic ModelingTopic Modeling
Topic Modeling
 
Multi core processing of xml twig patterns
Multi core processing of xml twig patternsMulti core processing of xml twig patterns
Multi core processing of xml twig patterns
 
A Comparison of Supervised Learning Classifiers for Link Discovery
A Comparison of Supervised Learning Classifiers for Link DiscoveryA Comparison of Supervised Learning Classifiers for Link Discovery
A Comparison of Supervised Learning Classifiers for Link Discovery
 
Computing probabilistic queries in the presence of uncertainty via probabilis...
Computing probabilistic queries in the presence of uncertainty via probabilis...Computing probabilistic queries in the presence of uncertainty via probabilis...
Computing probabilistic queries in the presence of uncertainty via probabilis...
 
The Web service composition based on colored Petri net
The Web service composition based on colored Petri netThe Web service composition based on colored Petri net
The Web service composition based on colored Petri net
 
Text Categorization Using Improved K Nearest Neighbor Algorithm
Text Categorization Using Improved K Nearest Neighbor AlgorithmText Categorization Using Improved K Nearest Neighbor Algorithm
Text Categorization Using Improved K Nearest Neighbor Algorithm
 
Textmining Retrieval And Clustering
Textmining Retrieval And ClusteringTextmining Retrieval And Clustering
Textmining Retrieval And Clustering
 
Topic modeling using big data analytics
Topic modeling using big data analyticsTopic modeling using big data analytics
Topic modeling using big data analytics
 
Document Classification and Clustering
Document Classification and ClusteringDocument Classification and Clustering
Document Classification and Clustering
 
Nikolai Blenda - Clusterization of text documents using WordNet and semantic ...
Nikolai Blenda - Clusterization of text documents using WordNet and semantic ...Nikolai Blenda - Clusterization of text documents using WordNet and semantic ...
Nikolai Blenda - Clusterization of text documents using WordNet and semantic ...
 
Interactive Knowledge Discovery over Web of Data.
Interactive Knowledge Discovery over Web of Data.Interactive Knowledge Discovery over Web of Data.
Interactive Knowledge Discovery over Web of Data.
 
Bringing Math to LOD
Bringing Math to LODBringing Math to LOD
Bringing Math to LOD
 
Topic Models - LDA and Correlated Topic Models
Topic Models - LDA and Correlated Topic ModelsTopic Models - LDA and Correlated Topic Models
Topic Models - LDA and Correlated Topic Models
 
Neural Models for Information Retrieval
Neural Models for Information RetrievalNeural Models for Information Retrieval
Neural Models for Information Retrieval
 
CSMR: A Scalable Algorithm for Text Clustering with Cosine Similarity and Map...
CSMR: A Scalable Algorithm for Text Clustering with Cosine Similarity and Map...CSMR: A Scalable Algorithm for Text Clustering with Cosine Similarity and Map...
CSMR: A Scalable Algorithm for Text Clustering with Cosine Similarity and Map...
 
Framester: A Wide Coverage Linguistic Linked Data Hub
Framester: A Wide Coverage Linguistic Linked Data HubFramester: A Wide Coverage Linguistic Linked Data Hub
Framester: A Wide Coverage Linguistic Linked Data Hub
 
Ectel sem_info_rec_learning_resources_v6.0_20120921_ma
Ectel  sem_info_rec_learning_resources_v6.0_20120921_maEctel  sem_info_rec_learning_resources_v6.0_20120921_ma
Ectel sem_info_rec_learning_resources_v6.0_20120921_ma
 
Reference Scope Identification of Citances Using Convolutional Neural Network
Reference Scope Identification of Citances Using Convolutional Neural NetworkReference Scope Identification of Citances Using Convolutional Neural Network
Reference Scope Identification of Citances Using Convolutional Neural Network
 
TopicModels_BleiPaper_Summary.pptx
TopicModels_BleiPaper_Summary.pptxTopicModels_BleiPaper_Summary.pptx
TopicModels_BleiPaper_Summary.pptx
 

Similaire à Towards Transfer Learning of Link Specifications

A Statistical and Schema Independent Approach to Identify Equivalent Properti...
A Statistical and Schema Independent Approach to Identify Equivalent Properti...A Statistical and Schema Independent Approach to Identify Equivalent Properti...
A Statistical and Schema Independent Approach to Identify Equivalent Properti...Kalpa Gunaratna
 
Similarity Features, and their Role in Concept Alignment Learning
Similarity Features, and their Role in Concept Alignment Learning Similarity Features, and their Role in Concept Alignment Learning
Similarity Features, and their Role in Concept Alignment Learning Shenghui Wang
 
Personalised Search for the Social Semantic Web
Personalised Search for the Social Semantic WebPersonalised Search for the Social Semantic Web
Personalised Search for the Social Semantic WebOana Tifrea-Marciuska
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligencevini89
 
Discovering Novel Information with sentence Level clustering From Multi-docu...
Discovering Novel Information with sentence Level clustering  From Multi-docu...Discovering Novel Information with sentence Level clustering  From Multi-docu...
Discovering Novel Information with sentence Level clustering From Multi-docu...irjes
 
Sentence Validation by Statistical Language Modeling and Semantic Relations
Sentence Validation by Statistical Language Modeling and Semantic RelationsSentence Validation by Statistical Language Modeling and Semantic Relations
Sentence Validation by Statistical Language Modeling and Semantic RelationsEditor IJCATR
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
Extractive Document Summarization - An Unsupervised Approach
Extractive Document Summarization - An Unsupervised ApproachExtractive Document Summarization - An Unsupervised Approach
Extractive Document Summarization - An Unsupervised ApproachFindwise
 
Distribution Similarity based Data Partition and Nearest Neighbor Search on U...
Distribution Similarity based Data Partition and Nearest Neighbor Search on U...Distribution Similarity based Data Partition and Nearest Neighbor Search on U...
Distribution Similarity based Data Partition and Nearest Neighbor Search on U...Editor IJMTER
 
Basic review on topic modeling
Basic review on  topic modelingBasic review on  topic modeling
Basic review on topic modelingHiroyuki Kuromiya
 
240401_JW_labseminar[LINE: Large-scale Information Network Embeddin].pptx
240401_JW_labseminar[LINE: Large-scale Information Network Embeddin].pptx240401_JW_labseminar[LINE: Large-scale Information Network Embeddin].pptx
240401_JW_labseminar[LINE: Large-scale Information Network Embeddin].pptxthanhdowork
 
Neural Semi-supervised Learning under Domain Shift
Neural Semi-supervised Learning under Domain ShiftNeural Semi-supervised Learning under Domain Shift
Neural Semi-supervised Learning under Domain ShiftSebastian Ruder
 
Higher Order Learning
Higher Order LearningHigher Order Learning
Higher Order Learningbutest
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)inventionjournals
 

Similaire à Towards Transfer Learning of Link Specifications (20)

A Statistical and Schema Independent Approach to Identify Equivalent Properti...
A Statistical and Schema Independent Approach to Identify Equivalent Properti...A Statistical and Schema Independent Approach to Identify Equivalent Properti...
A Statistical and Schema Independent Approach to Identify Equivalent Properti...
 
Similarity Features, and their Role in Concept Alignment Learning
Similarity Features, and their Role in Concept Alignment Learning Similarity Features, and their Role in Concept Alignment Learning
Similarity Features, and their Role in Concept Alignment Learning
 
Personalised Search for the Social Semantic Web
Personalised Search for the Social Semantic WebPersonalised Search for the Social Semantic Web
Personalised Search for the Social Semantic Web
 
An Evaluation of Models for Runtime Approximation in Link Discovery
An Evaluation of Models for Runtime Approximation in Link DiscoveryAn Evaluation of Models for Runtime Approximation in Link Discovery
An Evaluation of Models for Runtime Approximation in Link Discovery
 
call for papers, research paper publishing, where to publish research paper, ...
call for papers, research paper publishing, where to publish research paper, ...call for papers, research paper publishing, where to publish research paper, ...
call for papers, research paper publishing, where to publish research paper, ...
 
Link Discovery Tutorial Part II: Accuracy
Link Discovery Tutorial Part II: AccuracyLink Discovery Tutorial Part II: Accuracy
Link Discovery Tutorial Part II: Accuracy
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
Discovering Novel Information with sentence Level clustering From Multi-docu...
Discovering Novel Information with sentence Level clustering  From Multi-docu...Discovering Novel Information with sentence Level clustering  From Multi-docu...
Discovering Novel Information with sentence Level clustering From Multi-docu...
 
Sentence Validation by Statistical Language Modeling and Semantic Relations
Sentence Validation by Statistical Language Modeling and Semantic RelationsSentence Validation by Statistical Language Modeling and Semantic Relations
Sentence Validation by Statistical Language Modeling and Semantic Relations
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
Extractive Document Summarization - An Unsupervised Approach
Extractive Document Summarization - An Unsupervised ApproachExtractive Document Summarization - An Unsupervised Approach
Extractive Document Summarization - An Unsupervised Approach
 
Distribution Similarity based Data Partition and Nearest Neighbor Search on U...
Distribution Similarity based Data Partition and Nearest Neighbor Search on U...Distribution Similarity based Data Partition and Nearest Neighbor Search on U...
Distribution Similarity based Data Partition and Nearest Neighbor Search on U...
 
Basic review on topic modeling
Basic review on  topic modelingBasic review on  topic modeling
Basic review on topic modeling
 
Ghost
GhostGhost
Ghost
 
240401_JW_labseminar[LINE: Large-scale Information Network Embeddin].pptx
240401_JW_labseminar[LINE: Large-scale Information Network Embeddin].pptx240401_JW_labseminar[LINE: Large-scale Information Network Embeddin].pptx
240401_JW_labseminar[LINE: Large-scale Information Network Embeddin].pptx
 
Neural Semi-supervised Learning under Domain Shift
Neural Semi-supervised Learning under Domain ShiftNeural Semi-supervised Learning under Domain Shift
Neural Semi-supervised Learning under Domain Shift
 
Higher Order Learning
Higher Order LearningHigher Order Learning
Higher Order Learning
 
L0261075078
L0261075078L0261075078
L0261075078
 
L0261075078
L0261075078L0261075078
L0261075078
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)
 

Plus de geoknow

Esta ld -exploring-spatio-temporal-linked-statistical-data
Esta ld -exploring-spatio-temporal-linked-statistical-dataEsta ld -exploring-spatio-temporal-linked-statistical-data
Esta ld -exploring-spatio-temporal-linked-statistical-datageoknow
 
Sdwwg experiences and outlook
Sdwwg experiences and outlookSdwwg experiences and outlook
Sdwwg experiences and outlookgeoknow
 
Spatial data web application in Suppliy Chain Management
Spatial data web application in Suppliy Chain ManagementSpatial data web application in Suppliy Chain Management
Spatial data web application in Suppliy Chain Managementgeoknow
 
Generator workbench
Generator workbenchGenerator workbench
Generator workbenchgeoknow
 
Geold2015 wauer
Geold2015 wauerGeold2015 wauer
Geold2015 wauergeoknow
 
Facete - Exploring the web of spatial data with facete
Facete - Exploring the web of spatial data with faceteFacete - Exploring the web of spatial data with facete
Facete - Exploring the web of spatial data with facetegeoknow
 
ESTA-LD exploring spatio-temporal linked statistical data
ESTA-LD exploring spatio-temporal linked statistical dataESTA-LD exploring spatio-temporal linked statistical data
ESTA-LD exploring spatio-temporal linked statistical datageoknow
 
The Linked Data Lifecycle
The Linked Data LifecycleThe Linked Data Lifecycle
The Linked Data Lifecyclegeoknow
 
Can we crate better links playing games?
Can we crate better links playing games?Can we crate better links playing games?
Can we crate better links playing games?geoknow
 
LinkedGeoData and GeoKnow
LinkedGeoData and GeoKnowLinkedGeoData and GeoKnow
LinkedGeoData and GeoKnowgeoknow
 
LinkedGeodata (Deutsch)
LinkedGeodata (Deutsch)LinkedGeodata (Deutsch)
LinkedGeodata (Deutsch)geoknow
 
Geo know general presentation 2013
Geo know general presentation 2013Geo know general presentation 2013
Geo know general presentation 2013geoknow
 
Geo know odw13-presentation
Geo know odw13-presentationGeo know odw13-presentation
Geo know odw13-presentationgeoknow
 

Plus de geoknow (13)

Esta ld -exploring-spatio-temporal-linked-statistical-data
Esta ld -exploring-spatio-temporal-linked-statistical-dataEsta ld -exploring-spatio-temporal-linked-statistical-data
Esta ld -exploring-spatio-temporal-linked-statistical-data
 
Sdwwg experiences and outlook
Sdwwg experiences and outlookSdwwg experiences and outlook
Sdwwg experiences and outlook
 
Spatial data web application in Suppliy Chain Management
Spatial data web application in Suppliy Chain ManagementSpatial data web application in Suppliy Chain Management
Spatial data web application in Suppliy Chain Management
 
Generator workbench
Generator workbenchGenerator workbench
Generator workbench
 
Geold2015 wauer
Geold2015 wauerGeold2015 wauer
Geold2015 wauer
 
Facete - Exploring the web of spatial data with facete
Facete - Exploring the web of spatial data with faceteFacete - Exploring the web of spatial data with facete
Facete - Exploring the web of spatial data with facete
 
ESTA-LD exploring spatio-temporal linked statistical data
ESTA-LD exploring spatio-temporal linked statistical dataESTA-LD exploring spatio-temporal linked statistical data
ESTA-LD exploring spatio-temporal linked statistical data
 
The Linked Data Lifecycle
The Linked Data LifecycleThe Linked Data Lifecycle
The Linked Data Lifecycle
 
Can we crate better links playing games?
Can we crate better links playing games?Can we crate better links playing games?
Can we crate better links playing games?
 
LinkedGeoData and GeoKnow
LinkedGeoData and GeoKnowLinkedGeoData and GeoKnow
LinkedGeoData and GeoKnow
 
LinkedGeodata (Deutsch)
LinkedGeodata (Deutsch)LinkedGeodata (Deutsch)
LinkedGeodata (Deutsch)
 
Geo know general presentation 2013
Geo know general presentation 2013Geo know general presentation 2013
Geo know general presentation 2013
 
Geo know odw13-presentation
Geo know odw13-presentationGeo know odw13-presentation
Geo know odw13-presentation
 

Dernier

Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingTeacherCyreneCayanan
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfchloefrazer622
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfAyushMahapatra5
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024Janet Corral
 

Dernier (20)

Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writing
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdf
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024
 

Towards Transfer Learning of Link Specifications

  • 1. Towards Transfer Learning of Link Specications Axel-Cyrille Ngonga Ngomo Jens Lehmann Mofeed Hassan 2013-09-16 Ngonga et. al (Univ. Leipzig) Transfer Learning of Link Specs 2013-09-16 1 / 29
  • 2. Outline 1 Motivation 2 Transfer Learning Framework 3 Experimental Setup 4 Results 5 Conclusions and Future Work Ngonga et. al (Univ. Leipzig) Transfer Learning of Link Specs 2013-09-16 2 / 29
  • 3. Outline 1 Motivation 2 Transfer Learning Framework 3 Experimental Setup 4 Results 5 Conclusions and Future Work Ngonga et. al (Univ. Leipzig) Transfer Learning of Link Specs 2013-09-16 3 / 29
  • 4. Why Link Discovery? 1 2 3 Fourth Linked Data principle Links are central for Cross-ontology QA Data Integration Reasoning Federated Queries ... 2011 topology of the LOD Cloud: 31+ billion triples ≈ 0.5 billion links owl:sameAs in most cases Ngonga et. al (Univ. Leipzig) Transfer Learning of Link Specs 2013-09-16 4 / 29
  • 5. Why is it dicult? Denition (Link Discovery) S and T of resources and relation R Find M = {(s , t ) ∈ S × T : R(s , t )} Given sets Task: Common approaches: Find = {( , ) ∈ = {( , ) ∈ Find M M s t S × T : σ(s , t ) ≥ θ} s t S × T : δ(s , t ) ≤ θ} Ngonga et. al (Univ. Leipzig) Transfer Learning of Link Specs 2013-09-16 5 / 29
  • 6. Why is it dicult? Denition (Link Discovery) S and T of resources and relation R Find M = {(s , t ) ∈ S × T : R(s , t )} Given sets Task: Common approaches: Find = {( , ) ∈ = {( , ) ∈ Find M M 1 s t S × T : σ(s , t ) ≥ θ} s t S × T : δ(s , t ) ≤ θ} Time complexity Large number of triples Quadratic a-priori runtime 69 days for mapping cities from DBpedia to Geonames (1ms per comparison) Decades for linking DBpedia and LGD ... Ngonga et. al (Univ. Leipzig) Transfer Learning of Link Specs 2013-09-16 5 / 29
  • 7. Why is it dicult? 2 Complexity of specications Combination of several attributes required for high precision Tedious discovery of most adequate mapping Dataset-dependent similarity functions Ngonga et. al (Univ. Leipzig) Transfer Learning of Link Specs 2013-09-16 6 / 29
  • 8. LIMES Framework Ngonga et. al (Univ. Leipzig) Transfer Learning of Link Specs 2013-09-16 7 / 29
  • 9. Link Specication Detection of accurate link specication is key Link Specications has three components: Two sets of restrictions RS ... RS resp. RT ... RT that specify the m 1 1 k sets resp. , A specication of a complex similarity metric σ via the combination of several atomic similarity measures σ1 , ..., σn and A set of thresholds τ1 , ..., τn such that τi is the threshold for σi . S T Ngonga et. al (Univ. Leipzig) Transfer Learning of Link Specs 2013-09-16 8 / 29
  • 10. Transfer Learning Classical Learning of Link Specs Transfer Learning of Link Specs Current Linking Task Different Linking Tasks Task Repository spec accuracy: α class similarity: ζ property similarity: π Learning System Learning System Learning System In our approach we use Transfer Learning System Transductive Transfer Learning Class and property matching is assumed to be known already (numerous approaches from ontology matching can be employed) the goal is to nd the complex similarity metric Ngonga et. al (Univ. Leipzig) Transfer Learning of Link Specs 2013-09-16 9 / 29
  • 11. Outline 1 Motivation 2 Transfer Learning Framework 3 Experimental Setup 4 Results 5 Conclusions and Future Work Ngonga et. al (Univ. Leipzig) Transfer Learning of Link Specs 2013-09-16 10 / 29
  • 12. Transfer Learning Framework I Transfer Learning of link specications is reduce to three subproblems: Restrictions/class similarity ζ : 2C × 2C → [0, 1] e.g. ζ({City , Village }, {Town}) = 0.6 Property similarity: ξ : 2P × 2P → [0, 1] e.g. ξ({rdfs : label }, {rdfs : label }) = 1.0 Accuracy of link specications: α : Q → [0, 1] Ngonga et. al (Univ. Leipzig) Transfer Learning of Link Specs 2013-09-16 11 / 29
  • 13. Transfer Learning Framework II Overall similarity measure for transfer learning: ω(t , t ) = α(q ) · ζ(ψ(q ), C) · ζ(ψ (q ), C ) · ξ(sp (q ), PL ) · ξ(tp (q ), PL ) (details in paper) Each similarity measure can be implemented in manifold approaches Ngonga et. al (Univ. Leipzig) Transfer Learning of Link Specs 2013-09-16 12 / 29
  • 14. Transfer Learning Framework II Overall similarity measure for transfer learning: ω(t , t ) = α(q ) · ζ(ψ(q ), C) · ζ(ψ (q ), C ) · ξ(sp (q ), PL ) · ξ(tp (q ), PL ) (details in paper) Each similarity measure can be implemented in manifold approaches Implementations of class similarity function ζ in framework: label-based similarity name-based similarity (URI similarity) data-centric similarity Properties similarities ξ are dened analogously Ngonga et. al (Univ. Leipzig) Transfer Learning of Link Specs 2013-09-16 12 / 29
  • 15. Transfer Learning Framework II Overall similarity measure for transfer learning: ω(t , t ) = α(q ) · ζ(ψ(q ), C) · ζ(ψ (q ), C ) · ξ(sp (q ), PL ) · ξ(tp (q ), PL ) (details in paper) Each similarity measure can be implemented in manifold approaches Implementations of class similarity function ζ in framework: label-based similarity name-based similarity (URI similarity) data-centric similarity Properties similarities ξ are dened analogously Similarities between single classes/properties can be extended to sets (e.g. using arithmetic / geometric mean of max. similarity) Ngonga et. al (Univ. Leipzig) Transfer Learning of Link Specs 2013-09-16 12 / 29
  • 16. Transfer Learning Framework II Overall similarity measure for transfer learning: ω(t , t ) = α(q ) · ζ(ψ(q ), C) · ζ(ψ (q ), C ) · ξ(sp (q ), PL ) · ξ(tp (q ), PL ) (details in paper) Each similarity measure can be implemented in manifold approaches Implementations of class similarity function ζ in framework: label-based similarity name-based similarity (URI similarity) data-centric similarity Properties similarities ξ are dened analogously Similarities between single classes/properties can be extended to sets (e.g. using arithmetic / geometric mean of max. similarity) Spec can be transferred by replacing properties with most similar properties in PL and PL Ngonga et. al (Univ. Leipzig) Transfer Learning of Link Specs 2013-09-16 12 / 29
  • 17. Example (New Link Task) Example link specication for mapping drugs in two datasets DBpedia and Drugbank (DBpedia-Drugbank.xml): Ngonga et. al (Univ. Leipzig) Transfer Learning of Link Specs 2013-09-16 13 / 29
  • 18. Example (Restriction part) Three parts of link specs: Restrictions part Ngonga et. al (Univ. Leipzig) Transfer Learning of Link Specs 2013-09-16 14 / 29
  • 19. Example (Properties Part) Three parts of link specs: Restrictions part Properties part Ngonga et. al (Univ. Leipzig) Transfer Learning of Link Specs 2013-09-16 15 / 29
  • 20. Example (Similarities Measures Part) Three parts of link specs: Restrictions part Properties part Similarity Measures part: similarity metric and thresholds Ngonga et. al (Univ. Leipzig) Transfer Learning of Link Specs 2013-09-16 16 / 29
  • 21. Example (Link Repository) Transfer learning is applied using a repository → restrictions and relevant properties are assumed to be known → nd the similarity measure by comparing with all specs in the repository, e.g. DBpedia-SiderDrugs.xml Ngonga et. al (Univ. Leipzig) Transfer Learning of Link Specs 2013-09-16 17 / 29
  • 22. Example (Restriction Similarities) Restrictions in both specications les Type DBpedia-Drugbank.xml DBpedia-SiderDrugs.xml Source Target rdf:type dbpedia-owl:Drug rdf:type drug:drugs rdf:type dbpedia-owl:Drug rdf:type sider:drugs Straightforward label/URI similarity For instance, trigram metric in URI similarity without prexes: ζ({dbpedia-owl:Drug}, {dbpedia-owl:Drug}) = 1.0 ζ({sider:drugs}, {drug:drugs}) = 1.0 Ngonga et. al (Univ. Leipzig) Transfer Learning of Link Specs 2013-09-16 18 / 29
  • 23. Example (Restriction Similarities) Restrictions in both specications les Type DBpedia-Drugbank.xml DBpedia-SiderDrugs.xml Source Target rdf:type dbpedia-owl:Drug rdf:type drug:drugs rdf:type dbpedia-owl:Drug rdf:type sider:drugs Straightforward label/URI similarity For instance, trigram metric in URI similarity without prexes: ζ({dbpedia-owl:Drug}, {dbpedia-owl:Drug}) = 1.0 ζ({sider:drugs}, {drug:drugs}) = 1.0 1 Data-centric: ζd (s , s ) = |P (s )||P (s sim(x , y ) where x ∈P (s ) y ∈P (s ) P (s ) = {x : s p x ∧ p rdf:type owl:DatatypeProperty} (extends similarity to instances) Ngonga et. al (Univ. Leipzig) )| Transfer Learning of Link Specs 2013-09-16 18 / 29
  • 24. Example (Property Similarities) type DBpedia-Drugbank.xml DBpedia-SiderDrugs.xml Source rdfs:label Target rdfs:label drug:genericName rdfs:label foaf:name rdfs:label Applying similarity function to all properties: For instance trigram based on URIs and arithmetic mean as aggregation: ξ({rdfs : label }, {rdfs : label , foaf : name }) = 0.9 ξ({rdfs : label , drug : genericName }, {rdfs : label }) = 0.8 Ngonga et. al (Univ. Leipzig) Transfer Learning of Link Specs 2013-09-16 19 / 29
  • 25. Example (Overall Similarity) Based on, e.g. F-score assign quality value to q = DBpedia-SiderDrugs.xml, in our case α(q ) = 0.89 The nal step is calculating the overall similarity measure ω(DBpedia − Drugbank .xml , DBpedia − SiderDrugs .xml ) = 0.89 * 1.0 * 1.0 * 0.9 * 0.8 = 0.64 The steps are repeated for all link specications in the repository Most similar link spec can be transferred by replacing its properties with the most similar ones in the computed property matching Ngonga et. al (Univ. Leipzig) Transfer Learning of Link Specs 2013-09-16 20 / 29
  • 26. Outline 1 Motivation 2 Transfer Learning Framework 3 Experimental Setup 4 Results 5 Conclusions and Future Work Ngonga et. al (Univ. Leipzig) Transfer Learning of Link Specs 2013-09-16 21 / 29
  • 27. Experimental Setup I The goal of evaluation is two-fold: Evaluating whether transfer learning can be used to build templates for link spec Discover whether the transferred templates can be used directly 113 specications were retrieved from LATC, each has manual links evaluation 15% 10% 3% 2% Persons 1% 3% Events Locations Diseases Drugs Organizations Misc 66% Ngonga et. al (Univ. Leipzig) Transfer Learning of Link Specs 2013-09-16 22 / 29
  • 28. Experimental Setup II Leave-one-out evaluation 1.) Compare top-scored specication (most similar) and check whether it uses the same combination of similarity functions assign 1 for match and 0 for no match 2.) Compute F-measure of learned link specs directly works only on specs with both endpoints alive (only 12 out of 113) Used URI similarity Ngonga et. al (Univ. Leipzig) Transfer Learning of Link Specs 2013-09-16 23 / 29
  • 29. Outline 1 Motivation 2 Transfer Learning Framework 3 Experimental Setup 4 Results 5 Conclusions and Future Work Ngonga et. al (Univ. Leipzig) Transfer Learning of Link Specs 2013-09-16 24 / 29
  • 30. First Experiments Set Results Detecting right specication in 81% of all cases In geo-spatial domain 91% In persons domain 58% 100% 90% 80% 70% 60% 50% 40% 30% 20% 10% 0% Ave s s s s e rag erson Event cation sease P Di Lo Ngonga et. al (Univ. Leipzig) gs ns Dru izatio n rga O Transfer Learning of Link Specs Mis c 2013-09-16 25 / 29
  • 31. Second Experiments Set Results In the second Experiments series, source and target endpoints need to be alive such that we can execute transferred link spec (12 out of 113) In general low F-measures 100% 80% 60% 40% Precision Recall F-Measure 20% s nt ry op e ne i-c ou ty si ex t er at at iv gu a- pe di a- te nd un a- at pe di db db n on so rs er pe -p d- on oo og f -d db pe di a- lin ke dg eo d nt or t rp ai at a- m -r st ad ev en ts ee r so n -d er db pe di ali nk ts e en ev ve er -e -p fo od og ge od l3 s p_ bl er ed s ty ci ar ie K- ul vU ab go st da ta di a- se nt ev e db pe di pe db e- im Ngonga et. al (Univ. Leipzig) -d co u aco n es - -e ss xe ra eu bc r rk db lp -d at as em an tic w eb - ur re se ar ch er nt ry 0% Transfer Learning of Link Specs 2013-09-16 26 / 29
  • 32. Outline 1 Motivation 2 Transfer Learning Framework 3 Experimental Setup 4 Results 5 Conclusions and Future Work Ngonga et. al (Univ. Leipzig) Transfer Learning of Link Specs 2013-09-16 27 / 29
  • 33. Summary Conclusions: Detecting right template in 81% of all cases Transfer learning cannot replace the learning of thresholds in specications Future Work: Combination with machine-learning approaches for link specications (e.g., EAGLE, COALA), in particular for learning thresholds More sophisticated class and property similarity approaches Ngonga et. al (Univ. Leipzig) Transfer Learning of Link Specs 2013-09-16 28 / 29
  • 34. The End Jens Lehmann lehmann@informatik.uni-leipzig.de AKSW/Uni Leipzig Questions Geo Know http://geoknow.eu Ngonga et. al (Univ. Leipzig) Transfer Learning of Link Specs 2013-09-16 29 / 29