3: Attacks on AI Flashcards

1
Q

What is The Turing Test?

A

A test of whether machines can think, especially in terms of the Imitation - allowing for natural language conversations.

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

What are Chatbots?

A

A computer program or AI that simulates responses in a natural language conversation convincingly similar to a human.

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

What is The Imitation Game?

A

A test of a machine’s ability to exhibit intelligent behaviour, especially natural language conversations, in such a manner that it becomes indistinguishable from a human.

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

What was the objection to The Imitation Game based on the absence of consciousness in machines?

A

No machine could feel pleasure, grief, etc.

Turing responded by saying this gave rise to a danger of solipsism, and that the Imitation game exists now - in oral exams

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

What was the objection to The Imitation Game based on the lack of continuity in organic NSes?

A

the brain does not operate digitally, so thought isn’t possible in digital systems

Turing responded by saying computers can simulate continuous behaviour, e.g. statistically, graphically, numerically - not just binary

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

What was the objection to The Imitation Game based on mathematical objections showing machines cannot perform meta-reasoning?

A

Godel’s completeness theorem, Halting problem, etc, show that machines cannot do meta-reasoning.

Turing responded by saying we too often give wrong answers ourselves to be justified in being very pleased at the fallibility of machines

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

What were some iterative Imitation Games?

A

ELIZA, SHRDLU, NICOLAI, Loebner prize

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

What was ELIZA?

A

An Imitation Game system that used very simple pattern matching, e.g. my and me to your and you.

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

What was SHRDLU?

A

It had a limited domain, with lessons learnt not being easily abstracted.

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

What was NICOLAI?

A

Not actually electronic but a person pretending to be one making occasional bad answer. Found out but almost passed Reverse Turing test.

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

What was the Loebner prize test?

A

An extended Turing test. The issue was that ultimately the Turing Test is easy to pass (and can only be passed) with cheating; cheating to not actually make an AI is better than cheating to make an AI seem like a person.

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

What is the point of the Turing Test?

A

Ultimately, to examine the question of whether machines can ever think in an operational way: can they carry out the Imitation game?

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

What is Intelligent Classification?

A

Trying to differentiate between different levels of intelligence, especially humans and computers. An example is ReCAPTCHA.

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

What is neural AI?

A

???

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

What are neural networks?

A

AI systems modelled on the structure of the human brain and nervous system.

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

What is symbolic AI?

A

AI systems using high-level “symbolic” (human-readable) representations of problems, logic, and searches.

17
Q

What is a computer?

A

An electronic or mechanical device that performs instructions grouped into programs or subroutines, typically using binary data.

18
Q

What does it mean to say that all computers are the same?

A

???

19
Q

How does a Turing machine work?

A

Has a tape, and head. Has states and a transition function. Input initially populates tape; head moves to first tape cell. For each cell, repeatedly, the cell is read, and the transition function finds the next state, output to the cell, and movement of the tape head (L/R). Eventually, the TM ends up in an accepting or rejecting state or loops infinitely.

20
Q

Why is a computer a universal machine?

A

Universal Turing Machine allows you to simulate any other TM. Computers are as you can implement the Universal TM on them.

21
Q

What is weak AI?

A

Artificial Intelligence which can only process data to give a suitable output but does not possess a mind or thought, and thereby does not actually understand what it is doing. Can be thought of as simulating (the processes of) a mind rather than being a true one.

22
Q

What is strong AI?

A

Artificial intelligence that possesses a mind capable of thought and understanding of the area/s it is applied to. Actually possesses a mind and thought - not just simulating a mind.

23
Q

What are some similarities between computers and brains?

A

???

24
Q

What are some differences between computers and brains?

A

???

25
Q

What is the determining state of a machine?

A

The minimal state that describes the elements which drive or determine the behaviour at any stage - so that there is only one possibility for what happens next. For example, the determining state of a binary digital computer may be described as the bit pattern containing all the current instruction(s) and associated data present at the time.

26
Q

True/false: For any particular binary pattern of firing states in a brain there is only one possible next binary pattern. [A neuron firing or not firing may be interpreted as 1 or 0.]

A

???

27
Q

True/false: Hence there is a determining state for a brain which is its binary firing pattern.

A

???

28
Q

True/false: In the sense of having the same type of determining state, a brain is therefore equivalent to a binary digital computer.

A

???

29
Q

True/false: Hence it should be possible for us to build computer programs that rival or exceed humans in their intelligence.

A

???

30
Q

What is The Chinese room argument?

A

The Chinese room argument holds that a program cannot give a computer a “mind”, “understanding” or “consciousness”, regardless of how intelligently or human-like the program may make the computer behave.

Suppose that artificial intelligence research has succeeded in constructing a computer that behaves as if it understands Chinese. It takes Chinese characters as input and, by following the instructions of a computer program, produces other Chinese characters, which it presents as output. Suppose, says Searle, that this computer performs its task so convincingly that it comfortably passes the Turing test: it convinces a human Chinese speaker that the program is itself a live Chinese speaker. To all of the questions that the person asks, it makes appropriate responses, such that any Chinese speaker would be convinced that they are talking to another Chinese-speaking human being.

The question Searle wants to answer is this: does the machine literally “understand” Chinese? Or is it merely simulating the ability to understand Chinese? Searle calls the first position “strong AI” and the latter “weak AI”.

31
Q

Can an English-speaking user in the Chinese room gain an understanding of Chinese if also given the following programs? Why?

  • a Chinese-English (and vice-versa) dictionary program so that the Chinese questions are answered through the English Speaker’s mind.
  • a program that enables questions in English to be
    answered convincingly through a Symbolic AI program.
  • a program that carries out the digital logic entailed by
    the symbolic computation of the 2nd modification via a neural network.
A

Yes (?) ???