IKH

Entity and Entity Types

You have seen that concepts and terms are closely related to each other – terms acting as handles for concepts. Let’s now look at two other concepts which will help us refine our representation of meaning further- entities and entity types.

To summarise , you learnt that entities are instances of entity types. Also, you saw that multiple entity types can be grouped under a concept.

You will see that we can use this hierarchical model of concepts, entities and entity to answer some real- world questions and process the ‘meaning’ of sentences.

Associations Between Entity Types

Say you ask Alexa, ‘Alexa, what is a Labrador?’ ,it answers ‘ it is a breed of dogs’. Say you ask ‘who is the coach of the Indian cricket teams?’ it reveals the name the coach.

To answer such questions a system needs some kind of mapping between entities and entity types , i.e. it needs to understand that a Labrador is a dog, a mammal is an animal, a coach is a specific person etc.

This brings us to the concepts of association between entities and entity types. these associations are represented using the notion of predications. Let’s study the idea of predicates.

To summarise, you saw that the notion of a pradicate give us a simple model to process the meaning of complex statement . for example , say you ask an artificial NLP system .-“Did France win the football world cup final in 2018?” . the statement can be broken down into a set of predicates, each returning true or false, such as win (France final )=True, final (FIFA,2018)=True.

A predicate is a function which takes in some parameters and returns True or False depending on the relationship between the parameter. For example, a predicate teacher _teacher_ course(P=Professor Srinath, C = text analytics) returns True.

You also saw that processing meaning involve understanding the association between entities. For e.g.”A football team is comprised of 11 players” is an example of relation type=2 ( since there are two entity types. team & players), though the relationship instance is 11 (since there are 11 instances of the entity).

Report an error