1 / 7

Ontologies

Ontologies. ARIN Practical W7/ Spr Dimitar Kazakov & Suresh Manandhar. WordNet. You are familiar with the WordNet ontology from the ARIN lectures. To obtain closer, hands-on knowledge of it, follow these exercises:. Exercise 1A.

talon
Télécharger la présentation

Ontologies

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Ontologies ARIN Practical W7/Spr Dimitar Kazakov & Suresh Manandhar

  2. WordNet You are familiar with the WordNet ontology from the ARIN lectures. To obtain closer, hands-on knowledge of it, follow these exercises:

  3. Exercise 1A • Visit the online portal to the WN ontology at:http://wordnetweb.princeton.edu/perl/webwn • Enter a noun of your choice as a search item. Click on the S:link against one of the meanings returned and request to see the inherited (=all) hypernyms. Look up the most general one in the list. Check if it has already been published on Twitter: https://twitter.com/gagg_ARIN. If not, submit it, labelling the word with :noun:root. Repeat until you decide there are no more root nodes in this hierarchy (ie, all have been published)

  4. Exercise 1B • Visit the online portal to the WN ontology at:http://wordnetweb.princeton.edu/perl/webwn • Enter a verb of your choice as a search item. Click on the S:link against one of the meanings returned and request to see the inherited (=all) hypernyms. Look up the most general one in the list. Check if it has already been published on Twitter: https://twitter.com/gagg_ARIN. If not, submit it, labelling the word with :verb:root. Repeat until you decide there are no more root nodes in this hierarchy (ie, all have been published).

  5. Exercise 1C Visit the online portal to the WN ontology at:http://wordnetweb.princeton.edu/perl/webwn • Find the meronyms of the word table (piece of furniture) and submit them on Twitter if they are not there. • Spend 5 min trying to find the noun, resp. verb which is separated from the root by the largest number of hypernyms. Submit one candidate in the form: word:PoS:depth:listof hypernymswhere depth of root = 0.

  6. Exercise 1D Visit the online portal to the WN ontology at:http://wordnetweb.princeton.edu/perl/webwn • Find a synset (word) that is a hypernym of each of the following words: temperance, prudence, fortitude, justice, but is not a hypernym of hope and charity. • Write an algorithm (in pseudocode) that would achieve the above task in its general form, and search for (=learn!) a concept C, such that:

  7. Exercise 1D (2) Input: Set of positive examples P, set of negative examples N. P and N contain WordNetsynsets. Return: the most specific semantic concept (synset) C that subsumes all members of P, but none of N. Assume the ontology is represented as a list/table of pairs: (synset, its_hypernym).Assume there is only one direct hypernym per synset, if it helps.

More Related