1 / 10

Using Information Content to Evaluate Semantic Similarity in a Taxonomy

Using Information Content to Evaluate Semantic Similarity in a Taxonomy. Philip Resnik Sun Microsystems Laboratories. Presenter: Cosmin Adrian Bejan. Overview. The paper presents an alternative way to evaluate semantic similarity in a taxonomy, based on the notion of information content .

yamka
Download Presentation

Using Information Content to Evaluate Semantic Similarity in a Taxonomy

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. Using Information Content to EvaluateSemantic Similarity in a Taxonomy Philip Resnik Sun Microsystems Laboratories Presenter: Cosmin Adrian Bejan

  2. Overview • The paper presents an alternative way to evaluate semantic similarity in a taxonomy, based on the notion of information content. • It provides a way of adapting a static knowledge structure to multiple contexts by combining a taxonomic structure with empirical probability estimates.

  3. Introduction • semantic similarity is a special case of semantic relatedness: • for example, cars - gasoline would seem to be more closely related than, say, cars - bicycles, but the latter pair are certainly more similar. • a natural way to evaluate semantic similarity in a taxonomy is to evaluate the distance between the nodes corresponding to the items being compared – the shorter the path from one node to another, the more similar they are. • but one of the problems with this approach is that it relies on the notion that links in the taxonomy represent uniform distances. Examples: • rabbit ears IS-A television antenna • phytoplankton IS-A living thing

  4. Similarity of two concepts • Intuitively, one key in the similarity of two concepts is the extent to which they share information in common, indicated in an IS-A taxonomy by a highly specific concept that subsumes them both. • By associating probabilities with concepts in the taxonomy, it is possible to capture the same idea, but avoiding the unreliability of edge distances

  5. Similarity and Information Content • Let: • C – the set of concepts in an IS-A taxonomy, permitting multiple inheritance • Function p:C->[0,1], such that for any c C, p(c) is the probability of encountering an instance of concept c. • Notes: • p is monotonic as one moves up the taxonomy: if c1IS-A c2, then p(c1) ≤ p(c2) • if the taxonomy has a unique top node then its probability is 1.

  6. Similarity and Information Content • the information content of a concept c can be quantified as negative the log likelihood -log p(c) • as probability increases, informativeness decreases, so the more abstract a concept, the lower its information content. • the information shared by two concepts is indicated by the information content of the concepts that subsumes them in the taxonomy: where S(c1, c2) is the set of concepts that subsume both c1 and c2

  7. Similarity and Information Content • although similarity is computed by considering all upper bounds for the two concepts, the information measure has the effect of identifying minimal upper bounds since no class is less informative than its superordinates.

  8. Implementation • WordNet – the taxonomy of concepts and compound nominals • frequencies of concepts in the taxonomy were estimated using noun frequencies from Brown Corpus of American English • Each noun that occurred in the corpus was counted as an occurrence of each taxonomic class containing it: where words(c) is the set of words subsumeb by concept c • concept probabilities were computed simply as relative frequency: where N is the total number of nouns observed (and exist in WN)

  9. Task • one way to evaluate computational measures of semantic similarity is to find a correlation with human similarity ratings. • replicated experiment with human subjects: giving ten subjects 30 noun pairs they were asked to rate “similarity of meaning” for each pair on a scale from 0 (no similarity) to 4 (perfect synonymy). • the average correlation over the 10 subjects was r=0.8848

  10. Results • Three similarity measures were used: • Similarity measurement using information content • A variant on the second counting method • a measure that simply uses the probability of a concept, rather than the information content:

More Related