after midterm Flashcards

1
Q

FOL

A

First Order Logic

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

In terms of FOL, what is the following:

Objects:

Relations:

Functions:

A
  • Objects: people, houses, numbers, theories, Ronald McDonald, colors,
    baseball games, wars, centuries . . .
  • Relations: red, round, bogus, prime, multistoried . . .,
    brother of, bigger than, inside, part of, has color, occurred after, owns,
    comes between, . . .
  • Functions: father of, best friend, third inning of, one more than, end of
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

In terms of FOL, what is the basic elements

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Provide an example of a family tree using FOL

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Ontological Engineering

A

General and flexible representations for complex
domains.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Upper ontology:

A

The general framework of concepts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Categories and Objects

A

Stuff: a significant portion of reality that seems to defy any obvious
individuation—division into distinct objects

Intrinsic: they belong to the very substance of the object, rather than to the
object as a whole.

Extrinsic: weight, length, shape

Substance: a category of objects that includes in its definition only intrinsic
properties (mass noun).

Count noun: class that includes any extrinsic properties
© 2021 Pearson Education Ltd.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Events

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Mental Objects

A

Mental objects are knowledge in someone’s head (or KB)
Propositional attitudes that an agent can have toward mental objects
* Eg: Believes, Knows, Wants, and Informs
Lois knows that Superman can fly:
Knows(Lois, CanFly(Superman))

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Modal Logic

A

Sentences can sometimes be verbose and clumsy. Regular logic is concerned with
a single modality, the modality of truth.
Modal logic addresses this, with special modal operators that take sentences
(rather than terms) as arguments

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Semantic networks

A
  • convenient to perform inheritance reasoning
  • Eg: Mary inherits the property of having two legs. Thus, to find out how many
    legs Mary has, the inheritance algorithm follows the MemberOf link from Mary
    to the category she belongs to and then follows SubsetOf links up the hierarchy
    until it finds a category for which there is a boxed Legs link
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Description logics

A
  • notations that are designed to make it easier to describe definitions and
    properties of categories
  • evolved from semantic networks in response to pressure to formalize what the
    networks mean while retaining the emphasis on taxonomic structure as an
    organizing principle
  • Principal inference tasks:
  • Subsumption: checking if one category is a subset of another by
    comparing their definitions
  • Classification: checking whether an object belongs to a category
  • The CLASSIC language (Borgida et al., 1989) is a typical description logic
  • Eg: bachelors are unmarried adult males
  • Bachelor = And(Unmarried, Adult, Male)
    © 2021 Pearson Education Ltd.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Belief revision:

A

inferred facts will turn out to be wrong and will have to be
retracted in

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Truth maintenance systems

A

or TMSs, are designed to handle complications of
any additional sentences that inferred from a wrong sentence.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Justification-based truth maintenance system (JTMS)

A
  • Each sentence in the knowledge base is annotated with a justification
    consisting of the set of sentences from which it was inferred
  • Justifications make retraction efficient
  • Assumes that sentences that are considered once will probably be
    considered again
How well did you know this?
1
Not at all
2
3
4
5
Perfectly