SlideShare a Scribd company logo
1 of 20
Shrikrishna R. Parab
Mtech Part 1
DCST, Goa University
Mtech.parab@unigoa.ac.in
BabelNet: The automatic construction of a wide-
coverage multilingual semantic network
Outline
โ€ข References papers
โ€ข Introduction
โ€ข Knowledge resources
โ€ข WordNet
โ€ข Wikipedia
โ€ข BabelNet
โ€ข Mapping WordNet synset to wikipedia pages
โ€ข Disambiguation Context.
Reference papers
โ€ข R. Navigli and S. Ponzetto. BabelNet: The Automatic Construction,
Evaluation and Application of a Wide-Coverage Multilingual Semantic
Network. Artificial Intelligence, 193, Elsevier, 2012, pp. 217-250.
โ€ข M. Ehrmann, F. Cecconi, D. Vannella, J. McCrae, P. Cimiano, R.
Navigli. Representing Multilingual Data as Linked Data: the Case of
BabelNet 2.0. Proc. of the 9th Language Resources and Evaluation
Conference (LREC 2014), Reykjavik, Iceland, 26-31 May, 2014.
โ€ข S. Fernando and M. Stevenson, โ€œMapping WordNet synsets to
Wikipedia articles.,โ€ in LREC, 2012, pp. 590โ€“596.
Introduction
โ€ข In the information society, knowledge โ€“ i.e., the
information and expertise needed to understand any
subject of interest.
โ€ข Much information is conveyed by means of linguistic
communication, therefore it is critical to know how words
are used to express meaning, i.e., we need lexical
knowledge.
โ€ข lexical knowledge is an essential component for
performing language-oriented automatic tasks effectively.
โ€ข areas of Natural Language Processing (NLP) have been
shown to benefit from the availability of lexical knowledge
at different levels.
โ€ข In this paper author presented an automatic approach to
the construction of BabelNet.
โ€ข Key to this approach is the integration of lexicographic
and encyclopaedic knowledge from WordNet and
Wikipedia.
โ€ข Machine Translation is applied to enrich the resource with
lexical information for all languages.
Knowledge resource
โ€ข BabelNet aims at providing an โ€œencyclopaedic dictionaryโ€
by merging WordNet and Wikipedia
โ€ข WordNet
โ€ข Wikipedia
WordNet
โ€ข is by far the most popular lexical knowledge resource in
the field of NLP.
โ€ข A concept in WordNet is represented as a synonym set
(called synset), i.e., the set of words that share the same
meaning.
โ€ข WordNet provides a textual definition, or gloss for each
synset.
โ€ข Synsets can contain sample sentences to provide
examples of their usage
โ€ข It also consist of part of speech tagging.
โ€ข synsets are related to each other by means of lexical and
semantic relations.
โ€ข is-a relations such as hypernymy and hyponymy.
โ€ข instance-of relations denoting set membership between a
named entity and the class it belongs to.
โ€ข part-of relations expressing the elements of a partition by
means of meronymy and holonymy.
Wikipedia
โ€ข Wikipedia, is a multilingual Web-based encyclopaedia.
โ€ข It is a collaborative open source medium edited by
volunteers to provide a very large wide-coverage
repository of encyclopaedic knowledge.
โ€ข Each article in Wikipedia is represented as a page known
as Wikipage and presents information about a specific
concept or named entity.
โ€ข The title of a Wikipage is composed of the lemma of the
concept defined.
โ€ข an optional label in parentheses which specifies its
meaning if the lemma is ambiguous.
โ€ข Relation between the pages:
โ€ข Redirect pages: These pages are used to forward to the
Wikipage containing the actual information about a concept of
interest.
โ€ข Disambiguation pages: These pages collect links for a
number of possible concepts an arbitrary expression could be
referred to.
โ€ข Internal links: Wikipages typically contain hypertext linked to
other Wikipages, which refers to related concepts.
โ€ข Inter-language links: Wikipages also provide links to their
counterparts (i.e., corresponding concepts) contained within
wikipedias in other languages.
โ€ข Categories: Wikipages can be assigned to one or more
categories.
What is BabelNet??
โ€ข BabelNet is a multilingual lexicalized semantic network and
ontology.
โ€ข BabelNet was automatically created by linking the largest
multilingual Web encyclopaedia i.e. Wikipedia, to the most
popular computational lexicon of the English language
i.e. WordNet.
โ€ข combine WordNet and Wikipedia by automatically acquiring
a mapping between WordNet senses and Wikipages
โ€ข Harvest multilingual lexicalizations of the available concepts
by using (a) the human-generated translations provided by
Wikipedia,(b) a machine translation system to translate
occurrences of the concepts within sense-tagged corpora
Mapping WordNet synset to Wikipedia
pages
โ€ข This process is divided into 3 phases:
โ€ข Generation of Candidate Articles: aims to reduces the
search space by identifying a small set of candidate
articles for each noun synset.
โ€ข this can be done in 2 ways, 1st by matching words in
WordNet synsets.
โ€ข And secondly, using an Information Retrieval system to
search the full article text against Wikipedia article titles.
โ€ข Selecting the Best Mappings: uses this candidate article
set to select the best matching article for each synset.
โ€ข Refining the Mappings
Generation of Candidate Articles
โ€ข Two methods were used to find candidate articles: title
matching and Information Retrieval.
โ€ข The title matching approach examines the titles of
Wikipedia articles to identify WordNet synsets that could
map onto them.
โ€ข use of an Information Retrieval system to index Wikipedia
and makes use of entire articles in Wikipedia rather than
just their titles.
โ€ข This stage returns a set of candidate articles for each
noun synset in Wikipedia.
Selecting the Best Mappings
โ€ข This stage attempt to identify the best matching article
from this set using two methods: text similarity and title
similarity.
โ€ข Wikipedia articles are pre-processed by removing markup
then stemming and removing stopwords from the
remaining text.
โ€ข Various combinations of features from the WordNet
synset (lemmas, glosses, related lemmas etc.) are used
to calculate the similarities.
โ€ข The previous method use the whole Wikipedia article for
comparison.
โ€ข the title of the article is the single most important feature
when considering similarity to the synset.
โ€ข Therefore this method assigns a similarity score using the
title alone.
Refining the Mappings
โ€ข The result of the mapping from WordNet to Wikipedia is a
set of synset-article pairings.
โ€ข A global view of the mappings and information about the
link structure in Wikipedia is then used to refine the
mappings.
โ€ข It remove all mappings where more than one synset maps
to the same Wikipedia article i.e. many to 1 relations is
converted to 1 to 1 relation.
Disambiguation contexts
โ€ข Disambiguation context of a Wikipage:
โ€ข Sense labels: e.g., given the page Play (theatre), the
word theatre is added to the disambiguation context.
โ€ข Links: the titlesโ€™ lemmas of the pages linked from the
Wikipage w (i.e., outgoing links). For instance, the links in
the Wikipage Play (theatre) include literature, comedy,
etc.
โ€ข Redirections: the titlesโ€™ lemmas of the pages which are
redirecting to w are taken into context.
โ€ข Categories: Wikipages are typically classified according
to one or more categories. For example, the Wikipage
Play(theatre) is categorized as PLAYS, DRAMA,
THEATRE, etc.
โ€ข Disambiguation context of a WordNet sense:
โ€ข Synonymy: all synonyms of s in synset S. For instance,
given the synset of play, all its synonyms are included in
the context.
โ€ข Hypernymy/Hyponymy: all synonyms in the synsets H
such that H is either a hypernym (i.e., a generalization) or
a hyponym (i.e., a specialization) of S.
โ€ข Gloss: the set of lemmas of the content words occurring
within the gloss of s.
Representing Multilingual Data as Linked
Data: the Case of BabelNet 2.0
Thank you

More Related Content

What's hot

Website Development Process
Website Development ProcessWebsite Development Process
Website Development ProcessHend Al-Khalifa
ย 
Front end for back end developers
Front end for back end developersFront end for back end developers
Front end for back end developersWojciech Bednarski
ย 
Production Experience: Some Insights from Using Vercel and Next.js for Over 3...
Production Experience: Some Insights from Using Vercel and Next.js for Over 3...Production Experience: Some Insights from Using Vercel and Next.js for Over 3...
Production Experience: Some Insights from Using Vercel and Next.js for Over 3...KosukeMatano1
ย 
Multi site manager
Multi site managerMulti site manager
Multi site managershivani garg
ย 
Content Management
Content ManagementContent Management
Content ManagementJerald Burget
ย 
AEM & Single Page Applications (SPAs) 101
AEM & Single Page Applications (SPAs) 101AEM & Single Page Applications (SPAs) 101
AEM & Single Page Applications (SPAs) 101Adobe
ย 
Consuming Restful APIs using Swagger v2.0
Consuming Restful APIs using Swagger v2.0Consuming Restful APIs using Swagger v2.0
Consuming Restful APIs using Swagger v2.0Pece Nikolovski
ย 
Web Design (Tools)
Web Design (Tools)Web Design (Tools)
Web Design (Tools)Mohamed Elabnody
ย 
Measuring Web Performance
Measuring Web Performance Measuring Web Performance
Measuring Web Performance Dave Olsen
ย 
Getting to Senior in UX
Getting to Senior in UXGetting to Senior in UX
Getting to Senior in UXCyd Harrell
ย 
Stream1 change sets delivery to stream2 in RTC
Stream1 change sets delivery to stream2 in RTCStream1 change sets delivery to stream2 in RTC
Stream1 change sets delivery to stream2 in RTCAnkit Vashistha
ย 
Accessibility introduction
Accessibility introductionAccessibility introduction
Accessibility introductionAndres Baravalle
ย 
Web front end development introduction to html css and javascript
Web front end development introduction to html css and javascriptWeb front end development introduction to html css and javascript
Web front end development introduction to html css and javascriptMarc Huang
ย 
Remote Usability Testing
Remote Usability TestingRemote Usability Testing
Remote Usability TestingElizabeth Snowdon
ย 
WordPress Webinar Training Presentation
WordPress Webinar Training PresentationWordPress Webinar Training Presentation
WordPress Webinar Training PresentationMayeCreate Design
ย 
Web Site Design Principles
Web Site Design PrinciplesWeb Site Design Principles
Web Site Design PrinciplesMukesh Tekwani
ย 
Content management system
Content management systemContent management system
Content management systemAdhoura Academy
ย 
An Introduction To REST API
An Introduction To REST APIAn Introduction To REST API
An Introduction To REST APIAniruddh Bhilvare
ย 

What's hot (20)

Zipf law
Zipf lawZipf law
Zipf law
ย 
Website Development Process
Website Development ProcessWebsite Development Process
Website Development Process
ย 
Front end for back end developers
Front end for back end developersFront end for back end developers
Front end for back end developers
ย 
Production Experience: Some Insights from Using Vercel and Next.js for Over 3...
Production Experience: Some Insights from Using Vercel and Next.js for Over 3...Production Experience: Some Insights from Using Vercel and Next.js for Over 3...
Production Experience: Some Insights from Using Vercel and Next.js for Over 3...
ย 
Multi site manager
Multi site managerMulti site manager
Multi site manager
ย 
Endnote
EndnoteEndnote
Endnote
ย 
Content Management
Content ManagementContent Management
Content Management
ย 
AEM & Single Page Applications (SPAs) 101
AEM & Single Page Applications (SPAs) 101AEM & Single Page Applications (SPAs) 101
AEM & Single Page Applications (SPAs) 101
ย 
Consuming Restful APIs using Swagger v2.0
Consuming Restful APIs using Swagger v2.0Consuming Restful APIs using Swagger v2.0
Consuming Restful APIs using Swagger v2.0
ย 
Web Design (Tools)
Web Design (Tools)Web Design (Tools)
Web Design (Tools)
ย 
Measuring Web Performance
Measuring Web Performance Measuring Web Performance
Measuring Web Performance
ย 
Getting to Senior in UX
Getting to Senior in UXGetting to Senior in UX
Getting to Senior in UX
ย 
Stream1 change sets delivery to stream2 in RTC
Stream1 change sets delivery to stream2 in RTCStream1 change sets delivery to stream2 in RTC
Stream1 change sets delivery to stream2 in RTC
ย 
Accessibility introduction
Accessibility introductionAccessibility introduction
Accessibility introduction
ย 
Web front end development introduction to html css and javascript
Web front end development introduction to html css and javascriptWeb front end development introduction to html css and javascript
Web front end development introduction to html css and javascript
ย 
Remote Usability Testing
Remote Usability TestingRemote Usability Testing
Remote Usability Testing
ย 
WordPress Webinar Training Presentation
WordPress Webinar Training PresentationWordPress Webinar Training Presentation
WordPress Webinar Training Presentation
ย 
Web Site Design Principles
Web Site Design PrinciplesWeb Site Design Principles
Web Site Design Principles
ย 
Content management system
Content management systemContent management system
Content management system
ย 
An Introduction To REST API
An Introduction To REST APIAn Introduction To REST API
An Introduction To REST API
ย 

Viewers also liked

33 Email Marketing Tips Every Beginner Should Know | Part I
33 Email Marketing Tips Every Beginner Should Know | Part I33 Email Marketing Tips Every Beginner Should Know | Part I
33 Email Marketing Tips Every Beginner Should Know | Part IAlyssa Runner
ย 
Dispositivos secundarios
Dispositivos secundariosDispositivos secundarios
Dispositivos secundariosmichrom
ย 
Animales maravillosos 3ยบ pps sin_cifrar
Animales maravillosos 3ยบ pps sin_cifrarAnimales maravillosos 3ยบ pps sin_cifrar
Animales maravillosos 3ยบ pps sin_cifrarLauraDoriaAlbinana
ย 
Marketing Digital para Profesionales #DDayEADA
Marketing Digital para Profesionales #DDayEADAMarketing Digital para Profesionales #DDayEADA
Marketing Digital para Profesionales #DDayEADA#MkTrendsEADA
ย 
Joe Nicolosi Resume
Joe Nicolosi ResumeJoe Nicolosi Resume
Joe Nicolosi ResumeJoe Nicolosi
ย 
Instant Messaging e nuovi social media - CMI settembre 2014
Instant Messaging e nuovi social media - CMI settembre 2014Instant Messaging e nuovi social media - CMI settembre 2014
Instant Messaging e nuovi social media - CMI settembre 2014Roberto Grossi
ย 
MyAdvo Corporate Profile
MyAdvo Corporate Profile MyAdvo Corporate Profile
MyAdvo Corporate Profile Kushal Bhagat
ย 
TeraGrid's GRAM Auditing & Accounting, & its Integration with the LEAD Scienc...
TeraGrid's GRAM Auditing & Accounting, & its Integration with the LEAD Scienc...TeraGrid's GRAM Auditing & Accounting, & its Integration with the LEAD Scienc...
TeraGrid's GRAM Auditing & Accounting, & its Integration with the LEAD Scienc...marcuschristie
ย 
Siap 2013-rรญo-de-janeiro-final
Siap 2013-rรญo-de-janeiro-finalSiap 2013-rรญo-de-janeiro-final
Siap 2013-rรญo-de-janeiro-finaloticspedra
ย 
KinderUni-20-10-14
KinderUni-20-10-14KinderUni-20-10-14
KinderUni-20-10-14Reza Asghari
ย 
Howard University Sigma Xi talk Biocomplexity Decisionmaking MP Totten 11-10
Howard University Sigma Xi talk Biocomplexity Decisionmaking MP Totten 11-10Howard University Sigma Xi talk Biocomplexity Decisionmaking MP Totten 11-10
Howard University Sigma Xi talk Biocomplexity Decisionmaking MP Totten 11-10Michael P Totten
ย 
D2.10 Grid-enabled Spatial Data Infrastructure serving GEOSS, INSPIRE, and UNSDI
D2.10 Grid-enabled Spatial Data Infrastructure serving GEOSS, INSPIRE, and UNSDID2.10 Grid-enabled Spatial Data Infrastructure serving GEOSS, INSPIRE, and UNSDI
D2.10 Grid-enabled Spatial Data Infrastructure serving GEOSS, INSPIRE, and UNSDIenvirogrids-blacksee
ย 
Actualites net nยฐ37_3juin11 (1)
Actualites net nยฐ37_3juin11 (1)Actualites net nยฐ37_3juin11 (1)
Actualites net nยฐ37_3juin11 (1)Maguelone Gineste
ย 
Eastern thrace wine route
Eastern thrace wine routeEastern thrace wine route
Eastern thrace wine routeMustafa ร‡amlica
ย 
BD MEDIA (REDES SOCIALES)
BD MEDIA (REDES SOCIALES)BD MEDIA (REDES SOCIALES)
BD MEDIA (REDES SOCIALES)juankasanchez24
ย 
Programme salon e commerce paris 2013
Programme salon e commerce paris  2013Programme salon e commerce paris  2013
Programme salon e commerce paris 2013Charlotte Le Dall
ย 
Biblioteca pepi 1
Biblioteca pepi 1Biblioteca pepi 1
Biblioteca pepi 1Pepi Marquez
ย 
Brochure MyWellnessPartner
Brochure MyWellnessPartnerBrochure MyWellnessPartner
Brochure MyWellnessPartnerCegedimGroup
ย 
Chief Pfeifer and His Watch, Hat & Being in 2 Places at Same Time
Chief Pfeifer and His Watch, Hat & Being in 2 Places at Same TimeChief Pfeifer and His Watch, Hat & Being in 2 Places at Same Time
Chief Pfeifer and His Watch, Hat & Being in 2 Places at Same TimeTheSurgeon
ย 

Viewers also liked (20)

33 Email Marketing Tips Every Beginner Should Know | Part I
33 Email Marketing Tips Every Beginner Should Know | Part I33 Email Marketing Tips Every Beginner Should Know | Part I
33 Email Marketing Tips Every Beginner Should Know | Part I
ย 
Dispositivos secundarios
Dispositivos secundariosDispositivos secundarios
Dispositivos secundarios
ย 
Animales maravillosos 3ยบ pps sin_cifrar
Animales maravillosos 3ยบ pps sin_cifrarAnimales maravillosos 3ยบ pps sin_cifrar
Animales maravillosos 3ยบ pps sin_cifrar
ย 
Marketing Digital para Profesionales #DDayEADA
Marketing Digital para Profesionales #DDayEADAMarketing Digital para Profesionales #DDayEADA
Marketing Digital para Profesionales #DDayEADA
ย 
Joe Nicolosi Resume
Joe Nicolosi ResumeJoe Nicolosi Resume
Joe Nicolosi Resume
ย 
Instant Messaging e nuovi social media - CMI settembre 2014
Instant Messaging e nuovi social media - CMI settembre 2014Instant Messaging e nuovi social media - CMI settembre 2014
Instant Messaging e nuovi social media - CMI settembre 2014
ย 
MyAdvo Corporate Profile
MyAdvo Corporate Profile MyAdvo Corporate Profile
MyAdvo Corporate Profile
ย 
TeraGrid's GRAM Auditing & Accounting, & its Integration with the LEAD Scienc...
TeraGrid's GRAM Auditing & Accounting, & its Integration with the LEAD Scienc...TeraGrid's GRAM Auditing & Accounting, & its Integration with the LEAD Scienc...
TeraGrid's GRAM Auditing & Accounting, & its Integration with the LEAD Scienc...
ย 
Siap 2013-rรญo-de-janeiro-final
Siap 2013-rรญo-de-janeiro-finalSiap 2013-rรญo-de-janeiro-final
Siap 2013-rรญo-de-janeiro-final
ย 
KinderUni-20-10-14
KinderUni-20-10-14KinderUni-20-10-14
KinderUni-20-10-14
ย 
Lunch Tennis
Lunch TennisLunch Tennis
Lunch Tennis
ย 
Howard University Sigma Xi talk Biocomplexity Decisionmaking MP Totten 11-10
Howard University Sigma Xi talk Biocomplexity Decisionmaking MP Totten 11-10Howard University Sigma Xi talk Biocomplexity Decisionmaking MP Totten 11-10
Howard University Sigma Xi talk Biocomplexity Decisionmaking MP Totten 11-10
ย 
D2.10 Grid-enabled Spatial Data Infrastructure serving GEOSS, INSPIRE, and UNSDI
D2.10 Grid-enabled Spatial Data Infrastructure serving GEOSS, INSPIRE, and UNSDID2.10 Grid-enabled Spatial Data Infrastructure serving GEOSS, INSPIRE, and UNSDI
D2.10 Grid-enabled Spatial Data Infrastructure serving GEOSS, INSPIRE, and UNSDI
ย 
Actualites net nยฐ37_3juin11 (1)
Actualites net nยฐ37_3juin11 (1)Actualites net nยฐ37_3juin11 (1)
Actualites net nยฐ37_3juin11 (1)
ย 
Eastern thrace wine route
Eastern thrace wine routeEastern thrace wine route
Eastern thrace wine route
ย 
BD MEDIA (REDES SOCIALES)
BD MEDIA (REDES SOCIALES)BD MEDIA (REDES SOCIALES)
BD MEDIA (REDES SOCIALES)
ย 
Programme salon e commerce paris 2013
Programme salon e commerce paris  2013Programme salon e commerce paris  2013
Programme salon e commerce paris 2013
ย 
Biblioteca pepi 1
Biblioteca pepi 1Biblioteca pepi 1
Biblioteca pepi 1
ย 
Brochure MyWellnessPartner
Brochure MyWellnessPartnerBrochure MyWellnessPartner
Brochure MyWellnessPartner
ย 
Chief Pfeifer and His Watch, Hat & Being in 2 Places at Same Time
Chief Pfeifer and His Watch, Hat & Being in 2 Places at Same TimeChief Pfeifer and His Watch, Hat & Being in 2 Places at Same Time
Chief Pfeifer and His Watch, Hat & Being in 2 Places at Same Time
ย 

Similar to BabelNet 3.0

Sw 3 bizer etal-d bpedia-crystallization-point-jws-preprint
Sw 3 bizer etal-d bpedia-crystallization-point-jws-preprintSw 3 bizer etal-d bpedia-crystallization-point-jws-preprint
Sw 3 bizer etal-d bpedia-crystallization-point-jws-preprintokeee
ย 
Linking Historical Sources to Established Knowledge Bases in Order to Inform ...
Linking Historical Sources to Established Knowledge Bases in Order to Inform ...Linking Historical Sources to Established Knowledge Bases in Order to Inform ...
Linking Historical Sources to Established Knowledge Bases in Order to Inform ...Annalina Caputo
ย 
Improving Text Categorization with Semantic Knowledge in Wikipedia
Improving Text Categorization with Semantic Knowledge in WikipediaImproving Text Categorization with Semantic Knowledge in Wikipedia
Improving Text Categorization with Semantic Knowledge in Wikipediachjshan
ย 
Enrichment of multilingual Wikipedia based on quality analysis
Enrichment of multilingual Wikipedia based on quality analysisEnrichment of multilingual Wikipedia based on quality analysis
Enrichment of multilingual Wikipedia based on quality analysisWล‚odzimierz Lewoniewski
ย 
Extracting Key Terms From Noisy and Multi-theme Documents
Extracting Key Terms From Noisy and Multi-theme DocumentsExtracting Key Terms From Noisy and Multi-theme Documents
Extracting Key Terms From Noisy and Multi-theme Documentsmaria.grineva
ย 
MDST 3703 F10 Seminar 10
MDST 3703 F10 Seminar 10MDST 3703 F10 Seminar 10
MDST 3703 F10 Seminar 10Rafael Alvarado
ย 
NLP & DBpedia
 NLP & DBpedia NLP & DBpedia
NLP & DBpediakelbedweihy
ย 
Building an ecosystem of networked references
Building an ecosystem of networked referencesBuilding an ecosystem of networked references
Building an ecosystem of networked referencesHugo Manguinhas
ย 
Effective Extraction of Thematically Grouped Key Terms From Text
Effective Extraction of Thematically Grouped Key Terms From TextEffective Extraction of Thematically Grouped Key Terms From Text
Effective Extraction of Thematically Grouped Key Terms From Textmaria.grineva
ย 
Wikipedia as controlled vocabulary
Wikipedia as controlled vocabularyWikipedia as controlled vocabulary
Wikipedia as controlled vocabularyguest2c797e
ย 
Belknap Wiseman Wikis admin and academic resource tesol 2012
Belknap Wiseman Wikis admin and academic resource tesol 2012Belknap Wiseman Wikis admin and academic resource tesol 2012
Belknap Wiseman Wikis admin and academic resource tesol 2012Cynthia Wiseman
ย 
UNIBA: Exploiting a Distributional Semantic Model for Disambiguating and Link...
UNIBA: Exploiting a Distributional Semantic Model for Disambiguating and Link...UNIBA: Exploiting a Distributional Semantic Model for Disambiguating and Link...
UNIBA: Exploiting a Distributional Semantic Model for Disambiguating and Link...Pierpaolo Basile
ย 
Books and Webs: Pulling the Down Rows
Books and Webs: Pulling the Down RowsBooks and Webs: Pulling the Down Rows
Books and Webs: Pulling the Down RowsPeter Brantley
ย 
A Comparative Kalendar - DH2013 Presentation
A Comparative Kalendar - DH2013 PresentationA Comparative Kalendar - DH2013 Presentation
A Comparative Kalendar - DH2013 Presentationblalbritton
ย 

Similar to BabelNet 3.0 (20)

Sw 3 bizer etal-d bpedia-crystallization-point-jws-preprint
Sw 3 bizer etal-d bpedia-crystallization-point-jws-preprintSw 3 bizer etal-d bpedia-crystallization-point-jws-preprint
Sw 3 bizer etal-d bpedia-crystallization-point-jws-preprint
ย 
Linking Historical Sources to Established Knowledge Bases in Order to Inform ...
Linking Historical Sources to Established Knowledge Bases in Order to Inform ...Linking Historical Sources to Established Knowledge Bases in Order to Inform ...
Linking Historical Sources to Established Knowledge Bases in Order to Inform ...
ย 
Improving Text Categorization with Semantic Knowledge in Wikipedia
Improving Text Categorization with Semantic Knowledge in WikipediaImproving Text Categorization with Semantic Knowledge in Wikipedia
Improving Text Categorization with Semantic Knowledge in Wikipedia
ย 
Extended WordNet
Extended WordNetExtended WordNet
Extended WordNet
ย 
Enrichment of multilingual Wikipedia based on quality analysis
Enrichment of multilingual Wikipedia based on quality analysisEnrichment of multilingual Wikipedia based on quality analysis
Enrichment of multilingual Wikipedia based on quality analysis
ย 
Extracting Key Terms From Noisy and Multi-theme Documents
Extracting Key Terms From Noisy and Multi-theme DocumentsExtracting Key Terms From Noisy and Multi-theme Documents
Extracting Key Terms From Noisy and Multi-theme Documents
ย 
MDST 3703 F10 Seminar 10
MDST 3703 F10 Seminar 10MDST 3703 F10 Seminar 10
MDST 3703 F10 Seminar 10
ย 
RDF-PPT.ppt
RDF-PPT.pptRDF-PPT.ppt
RDF-PPT.ppt
ย 
NLP & DBpedia
 NLP & DBpedia NLP & DBpedia
NLP & DBpedia
ย 
Semantic web
Semantic webSemantic web
Semantic web
ย 
Building an ecosystem of networked references
Building an ecosystem of networked referencesBuilding an ecosystem of networked references
Building an ecosystem of networked references
ย 
Spotlight
SpotlightSpotlight
Spotlight
ย 
Effective Extraction of Thematically Grouped Key Terms From Text
Effective Extraction of Thematically Grouped Key Terms From TextEffective Extraction of Thematically Grouped Key Terms From Text
Effective Extraction of Thematically Grouped Key Terms From Text
ย 
Wikipedia as controlled vocabulary
Wikipedia as controlled vocabularyWikipedia as controlled vocabulary
Wikipedia as controlled vocabulary
ย 
Belknap Wiseman Wikis admin and academic resource tesol 2012
Belknap Wiseman Wikis admin and academic resource tesol 2012Belknap Wiseman Wikis admin and academic resource tesol 2012
Belknap Wiseman Wikis admin and academic resource tesol 2012
ย 
Weblio
WeblioWeblio
Weblio
ย 
UNIBA: Exploiting a Distributional Semantic Model for Disambiguating and Link...
UNIBA: Exploiting a Distributional Semantic Model for Disambiguating and Link...UNIBA: Exploiting a Distributional Semantic Model for Disambiguating and Link...
UNIBA: Exploiting a Distributional Semantic Model for Disambiguating and Link...
ย 
Books and Webs: Pulling the Down Rows
Books and Webs: Pulling the Down RowsBooks and Webs: Pulling the Down Rows
Books and Webs: Pulling the Down Rows
ย 
A Comparative Kalendar - DH2013 Presentation
A Comparative Kalendar - DH2013 PresentationA Comparative Kalendar - DH2013 Presentation
A Comparative Kalendar - DH2013 Presentation
ย 
Corpus linguistics
Corpus linguisticsCorpus linguistics
Corpus linguistics
ย 

More from Shrikrishna Parab

Introduction to apache lucene
Introduction to apache luceneIntroduction to apache lucene
Introduction to apache luceneShrikrishna Parab
ย 
News articles classification
News articles classificationNews articles classification
News articles classificationShrikrishna Parab
ย 
Play with probability
Play with probabilityPlay with probability
Play with probabilityShrikrishna Parab
ย 
Indestructible self healing circuits
Indestructible self healing circuitsIndestructible self healing circuits
Indestructible self healing circuitsShrikrishna Parab
ย 

More from Shrikrishna Parab (7)

Introduction to apache lucene
Introduction to apache luceneIntroduction to apache lucene
Introduction to apache lucene
ย 
News articles classification
News articles classificationNews articles classification
News articles classification
ย 
Play with probability
Play with probabilityPlay with probability
Play with probability
ย 
Network scanner
Network  scannerNetwork  scanner
Network scanner
ย 
Indestructible self healing circuits
Indestructible self healing circuitsIndestructible self healing circuits
Indestructible self healing circuits
ย 
Gamification
GamificationGamification
Gamification
ย 
Embedded dram
Embedded dramEmbedded dram
Embedded dram
ย 

Recently uploaded

Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Christo Ananth
ย 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
ย 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
ย 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
ย 
Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar โ‰ผ๐Ÿ” Delhi door step de...
Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar  โ‰ผ๐Ÿ” Delhi door step de...Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar  โ‰ผ๐Ÿ” Delhi door step de...
Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar โ‰ผ๐Ÿ” Delhi door step de...9953056974 Low Rate Call Girls In Saket, Delhi NCR
ย 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
ย 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
ย 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTbhaskargani46
ย 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
ย 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7Call Girls in Nagpur High Profile Call Girls
ย 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
ย 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
ย 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
ย 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfKamal Acharya
ย 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
ย 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
ย 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringmulugeta48
ย 

Recently uploaded (20)

Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...
ย 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
ย 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ย 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
ย 
Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar โ‰ผ๐Ÿ” Delhi door step de...
Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar  โ‰ผ๐Ÿ” Delhi door step de...Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar  โ‰ผ๐Ÿ” Delhi door step de...
Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar โ‰ผ๐Ÿ” Delhi door step de...
ย 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
ย 
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
ย 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
ย 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
ย 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
ย 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
ย 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
ย 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
ย 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
ย 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
ย 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ย 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
ย 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
ย 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
ย 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
ย 

BabelNet 3.0

  • 1. Shrikrishna R. Parab Mtech Part 1 DCST, Goa University Mtech.parab@unigoa.ac.in BabelNet: The automatic construction of a wide- coverage multilingual semantic network
  • 2. Outline โ€ข References papers โ€ข Introduction โ€ข Knowledge resources โ€ข WordNet โ€ข Wikipedia โ€ข BabelNet โ€ข Mapping WordNet synset to wikipedia pages โ€ข Disambiguation Context.
  • 3. Reference papers โ€ข R. Navigli and S. Ponzetto. BabelNet: The Automatic Construction, Evaluation and Application of a Wide-Coverage Multilingual Semantic Network. Artificial Intelligence, 193, Elsevier, 2012, pp. 217-250. โ€ข M. Ehrmann, F. Cecconi, D. Vannella, J. McCrae, P. Cimiano, R. Navigli. Representing Multilingual Data as Linked Data: the Case of BabelNet 2.0. Proc. of the 9th Language Resources and Evaluation Conference (LREC 2014), Reykjavik, Iceland, 26-31 May, 2014. โ€ข S. Fernando and M. Stevenson, โ€œMapping WordNet synsets to Wikipedia articles.,โ€ in LREC, 2012, pp. 590โ€“596.
  • 4. Introduction โ€ข In the information society, knowledge โ€“ i.e., the information and expertise needed to understand any subject of interest. โ€ข Much information is conveyed by means of linguistic communication, therefore it is critical to know how words are used to express meaning, i.e., we need lexical knowledge. โ€ข lexical knowledge is an essential component for performing language-oriented automatic tasks effectively. โ€ข areas of Natural Language Processing (NLP) have been shown to benefit from the availability of lexical knowledge at different levels.
  • 5. โ€ข In this paper author presented an automatic approach to the construction of BabelNet. โ€ข Key to this approach is the integration of lexicographic and encyclopaedic knowledge from WordNet and Wikipedia. โ€ข Machine Translation is applied to enrich the resource with lexical information for all languages.
  • 6. Knowledge resource โ€ข BabelNet aims at providing an โ€œencyclopaedic dictionaryโ€ by merging WordNet and Wikipedia โ€ข WordNet โ€ข Wikipedia
  • 7. WordNet โ€ข is by far the most popular lexical knowledge resource in the field of NLP. โ€ข A concept in WordNet is represented as a synonym set (called synset), i.e., the set of words that share the same meaning. โ€ข WordNet provides a textual definition, or gloss for each synset. โ€ข Synsets can contain sample sentences to provide examples of their usage โ€ข It also consist of part of speech tagging.
  • 8. โ€ข synsets are related to each other by means of lexical and semantic relations. โ€ข is-a relations such as hypernymy and hyponymy. โ€ข instance-of relations denoting set membership between a named entity and the class it belongs to. โ€ข part-of relations expressing the elements of a partition by means of meronymy and holonymy.
  • 9. Wikipedia โ€ข Wikipedia, is a multilingual Web-based encyclopaedia. โ€ข It is a collaborative open source medium edited by volunteers to provide a very large wide-coverage repository of encyclopaedic knowledge. โ€ข Each article in Wikipedia is represented as a page known as Wikipage and presents information about a specific concept or named entity. โ€ข The title of a Wikipage is composed of the lemma of the concept defined. โ€ข an optional label in parentheses which specifies its meaning if the lemma is ambiguous.
  • 10. โ€ข Relation between the pages: โ€ข Redirect pages: These pages are used to forward to the Wikipage containing the actual information about a concept of interest. โ€ข Disambiguation pages: These pages collect links for a number of possible concepts an arbitrary expression could be referred to. โ€ข Internal links: Wikipages typically contain hypertext linked to other Wikipages, which refers to related concepts. โ€ข Inter-language links: Wikipages also provide links to their counterparts (i.e., corresponding concepts) contained within wikipedias in other languages. โ€ข Categories: Wikipages can be assigned to one or more categories.
  • 11. What is BabelNet?? โ€ข BabelNet is a multilingual lexicalized semantic network and ontology. โ€ข BabelNet was automatically created by linking the largest multilingual Web encyclopaedia i.e. Wikipedia, to the most popular computational lexicon of the English language i.e. WordNet. โ€ข combine WordNet and Wikipedia by automatically acquiring a mapping between WordNet senses and Wikipages โ€ข Harvest multilingual lexicalizations of the available concepts by using (a) the human-generated translations provided by Wikipedia,(b) a machine translation system to translate occurrences of the concepts within sense-tagged corpora
  • 12. Mapping WordNet synset to Wikipedia pages โ€ข This process is divided into 3 phases: โ€ข Generation of Candidate Articles: aims to reduces the search space by identifying a small set of candidate articles for each noun synset. โ€ข this can be done in 2 ways, 1st by matching words in WordNet synsets. โ€ข And secondly, using an Information Retrieval system to search the full article text against Wikipedia article titles. โ€ข Selecting the Best Mappings: uses this candidate article set to select the best matching article for each synset. โ€ข Refining the Mappings
  • 13. Generation of Candidate Articles โ€ข Two methods were used to find candidate articles: title matching and Information Retrieval. โ€ข The title matching approach examines the titles of Wikipedia articles to identify WordNet synsets that could map onto them. โ€ข use of an Information Retrieval system to index Wikipedia and makes use of entire articles in Wikipedia rather than just their titles. โ€ข This stage returns a set of candidate articles for each noun synset in Wikipedia.
  • 14. Selecting the Best Mappings โ€ข This stage attempt to identify the best matching article from this set using two methods: text similarity and title similarity. โ€ข Wikipedia articles are pre-processed by removing markup then stemming and removing stopwords from the remaining text. โ€ข Various combinations of features from the WordNet synset (lemmas, glosses, related lemmas etc.) are used to calculate the similarities.
  • 15. โ€ข The previous method use the whole Wikipedia article for comparison. โ€ข the title of the article is the single most important feature when considering similarity to the synset. โ€ข Therefore this method assigns a similarity score using the title alone.
  • 16. Refining the Mappings โ€ข The result of the mapping from WordNet to Wikipedia is a set of synset-article pairings. โ€ข A global view of the mappings and information about the link structure in Wikipedia is then used to refine the mappings. โ€ข It remove all mappings where more than one synset maps to the same Wikipedia article i.e. many to 1 relations is converted to 1 to 1 relation.
  • 17. Disambiguation contexts โ€ข Disambiguation context of a Wikipage: โ€ข Sense labels: e.g., given the page Play (theatre), the word theatre is added to the disambiguation context. โ€ข Links: the titlesโ€™ lemmas of the pages linked from the Wikipage w (i.e., outgoing links). For instance, the links in the Wikipage Play (theatre) include literature, comedy, etc. โ€ข Redirections: the titlesโ€™ lemmas of the pages which are redirecting to w are taken into context. โ€ข Categories: Wikipages are typically classified according to one or more categories. For example, the Wikipage Play(theatre) is categorized as PLAYS, DRAMA, THEATRE, etc.
  • 18. โ€ข Disambiguation context of a WordNet sense: โ€ข Synonymy: all synonyms of s in synset S. For instance, given the synset of play, all its synonyms are included in the context. โ€ข Hypernymy/Hyponymy: all synonyms in the synsets H such that H is either a hypernym (i.e., a generalization) or a hyponym (i.e., a specialization) of S. โ€ข Gloss: the set of lemmas of the content words occurring within the gloss of s.
  • 19. Representing Multilingual Data as Linked Data: the Case of BabelNet 2.0