Ai
Ai
What among the following constitutes the representation of the knowledge in different forms?
… is the ability to manipulate the representational structures to derive new structures corresponding to
new knowledge inferred from old.
2 Marks Questions:
Answer:
Declarative knowledge: Knowing what something is (e.g., knowing the capital of a country).
What are the limitations in using propositional logic to represent the knowledge base?
Answer:
Answer:
Universal Quantifier (∀): For all (e.g., ∀x Happy(x) means everyone is happy).
Existential Quantifier (∃): There exists (e.g., ∃x Happy(x) means at least one person is happy).
Answer:
Instance: Tom is an instance of the class Cat.
Answer:
Inheritance allows objects to inherit properties from higher-level classes. Example: Mammals breathe air,
so a Cat (a mammal) also inherits the property of breathing air.
Answer:
Facts are represented using propositional variables (P, Q, R). For example, "It is raining" could be
represented as P.
p q r p&q (p & q) v r
5 Marks Questions:
Explain conceptual dependency with an example and build the conceptual dependency structures for
the following sentences:
Answer:
Action (MOVE): Represents physical movement.
Answer:
Answer:
Semantic Net: A graphical representation of knowledge using nodes (concepts) and edges (relationships).
Example: Cat -> (is a) -> Mammal.
Frames: Data structures representing stereotypical situations. Example: A frame for a Car might include
attributes like "make", "model", and "color."
Answer:
A Partitioned Semantic Network divides knowledge into distinct sections for easier management. For
example, the partitioned net for a teacher teaching a student would have one partition for "Teacher" and
another for "Student," with a link for "teaches" connecting the two.
I) John flew to New York: Action (FLY), Agent (John), Destination (New York).
ii) John shot Mary: Action (SHOOT), Agent (John), Object (Mary).
iii) John ate eggs: Action (EAT), Agent (John), Object (eggs).
Differentiate between weak slot and strong slot filler techniques:
Answer:
Weak slot filler: Flexible knowledge representation, such as general properties (e.g., "A dog is an
animal").
Strong slot filler: Strict and specific representation, such as fixed attributes (e.g., "The dog is a Golden
Retriever").
Draw the partitioned semantic network of the following “Every teacher teaches his student.”
Answer:
10 Marks Questions:
Write a script for watching a cricket match using conceptual dependency structures:
Answer:
John threw a ball to Mary: Action (THROW), Agent (John), Object (Ball), Recipient (Mary).
John went to New York: Action (PTRANS), Agent (John), Destination (New York).
John sold his car to Bill: Action (ATRANS), Agent (John), Object (Car), Recipient (Bill).
What are semantic nets? How are they represented and how are they different from partitioned
semantic nets?
Answer:
Semantic Net: A graphical representation of knowledge where nodes represent concepts and edges
represent relationships. Example: Tom -> (is a) -> Cat.
Partitioned Semantic Net: A more organized version where knowledge is divided into partitions.
Example: A partition for animals and a partition for birds, linked by their relationships.
The cat sat on the mat: Cat -> (sat on) -> Mat.