Flashcards_Knowledge

(40 cards)

1
Q

What are the four phases of Watson’s basic architecture?

A

Query processing, answer candidate generation, evidence retrieval/scoring, evidence ranking

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

Which logical operator is true when either of the connected propositions is true?

A

OR

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

What is the main advantage of first-order logic over propositional logic?

A

It can express relationships between objects.

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

What does Prolog combine in its functionality?

A

Programming and logic.

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

What is a substitution in logical reasoning?

A

Assigns constants to variables.

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

Which philosopher laid the groundwork for formal logic?

A

Aristotle

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

What is the semantic interpretation of ‘Madrid is the capital of Spain’?

A

‘Madrid is a city located in Spain, the capital of Spain, and not the capital of France.’

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

What is an ontology in computer science?

A

An explicit specification of a conceptualization.

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

Which representation connects multiple statements about entities?

A

Semantic networks

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

What is the purpose of semantic networks?

A

To represent relations between multiple statements about entities.

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

What is the difference between propositional and first-order logic?

A

First-order logic can express relationships between objects; propositional logic cannot.

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

Which knowledge types are essential for reasoning in Watson’s architecture?

A

Temporal, geographical, biographical, linguistic knowledge.

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

What is the role of temporal knowledge in AI?

A

To determine when events occur or their chronological order.

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

What does ‘evidence retrieval and scoring’ refer to?

A

Finding and scoring evidence that supports an answer.

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

How does semantic reasoning support complex query answering?

A

It enables understanding and answering complex, structured queries.

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

What is the purpose of substitution in logical proofs?

A

It replaces variables with specific constants in logical expressions.

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

What is forward chaining in logic reasoning?

A

A process of deriving new facts by applying rules to known facts.

18
Q

What is backward chaining, and how is it different from forward chaining?

A

A method of proving statements by starting with a goal and working backward.

19
Q

What are semantic networks, and how are they used in AI?

A

They represent entities and their relationships in a connected graph.

20
Q

What are examples of logical operators in propositional logic?

A

AND, OR, NOT, IMPLIES.

21
Q

How are ontologies utilized in AI?

A

To formalize domain knowledge and enable shared understanding.

22
Q

What is the significance of the ‘closed world assumption’ in logic?

A

If something is not explicitly known to be true, it is assumed to be false.

23
Q

What role does Aristotle’s formal logic play in modern AI?

A

It established rules for deductive reasoning still used today.

24
Q

What is the difference between syntactic and semantic networks?

A

Syntactic networks focus on structure; semantic networks focus on meaning.

25
What is a logical implication in propositional logic?
A statement where one proposition implies another.
26
What is the role of predicates in first-order logic?
Predicates define relationships and properties of objects.
27
What is a Datalog query, and how is it used?
A structured query in Datalog used for logical reasoning.
28
What are some use cases of knowledge representation in AI?
Knowledge bases, reasoning systems, semantic web.
29
What are 'frame axioms,' and why are they important?
They ensure irrelevant facts are excluded during reasoning.
30
What is 'situation calculus,' and how does it represent change?
It represents dynamic changes in the environment through states.
31
What is the role of semantic interpretation in knowledge representation?
To infer implied facts from explicit knowledge.
32
What is an example of a semantic network in AI?
A network connecting cities and states with relationships.
33
What are the limitations of propositional logic compared to first-order logic?
Propositional logic is less expressive and cannot use variables.
34
What is the relationship between ontologies and semantic networks?
Ontologies are more formalized and structured.
35
What are the components of a logical rule?
A head (conclusion) and a body (conditions).
36
What is the purpose of inference engines in AI?
To derive conclusions based on logical rules.
37
What are the challenges of using first-order logic in AI?
Expressiveness and computational complexity.
38
What is the significance of 'quantifiers' in first-order logic?
Existential and universal quantifiers enable detailed expression.
39
What is the historical development of Prolog?
Emerging in the 1970s, popularized AI reasoning techniques.
40
How does a semantic network differ from a relational database?
A semantic network emphasizes meaning; a database emphasizes data storage.