Artificial Intelligence Lecture No. 3
Artificial Intelligence Lecture No. 3
Lecture No. 3
Summary of Previous Lecture
• AI Applications
– improvements in hardware and algorithms
– AI applications in industry, finance, medicine, and science.
• Human Intelligence VS Artificial Intelligence
– Artificial Intelligence VS Conventional Computing
• Is AI dangerous?
– Sentient AI
Today’s Lecture
• Weak and Strong AI
• Acting humanly
• Think like humans
• think rationally
• Acting rationally
• Turing Test
• Chinese Room Argument
What is AI?
The exciting new effort to make “The study of mental faculties
computers thinks … machine with minds, in through the use of computational
the full and literal sense” models”
(Haugeland 1985)
The automation of activities that we
(Charniak et al. 1985)
associate with human thinking, activities The study of the computations that
such as decision-making, problem solving, make it possible to perceive, reason,
learning ...'' (Bellman, 1978) and act'' (Winston, 1992)
“The art of creating machines that A field of study that seeks to explain and
perform functions that require emulate intelligent behavior in terms of
intelligence when performed by people” computational processes” (Schalkol,
(Kurzweil, 1990) 1990)
The study of how to make computers do things The branch of computer science that is
at which, at the moment, people are better'' concerned with the automation of intelligent
(Rich and Knight, 1991) behavior'' (Luger and Stubblefield, 1993)
What is AI?
The exciting new effort to “The study of mental
make computers thinks … faculties through the use of
machine
Systems with mindslike
that think , inhumans
the computational
Systems that models”
think rationally
full and literal sense” (Charniak et al. 1985)
(Haugeland 1985)
Interrogator
Turing Test
Interrogator
total Turing Test
• includes a video signal so that the interrogator
can test the subject's perceptual abilities, as
well as the opportunity for the interrogator to
pass physical objects ``through the hatch.''
• To pass the total Turing Test, the computer will
need
– computer vision to perceive objects, and
– robotics to move them about.
Turing Test
How effective is this test?
• Agent must:
– Have command of language
– Have wide range of knowledge
– Demonstrate human behavior (humor, emotion)
– Be able to reason
– Be able to learn
• Loebner prize competition is modern version of Turing Test
– (The Loebner Prize is an annual competition in artificial
intelligence that awards prizes to the chatterbot considered by
the judges to be the most human-like.)
– Example: Alice, Loebner prize winner for 2000 and 2001
Turing Test: Criticism
• What are some potential problems with the Turing Test?
– Some human behavior is not intelligent
• the temptation to lie, a high frequency of typing mistakes
– Some intelligent behavior may not be human
• If it were to solve a computational problem that is practically
impossible for a human to solve
– Human observers may be easy to fool
• A lot depends on expectations
• Chatbots, e.g., ELIZA, ALICE
– Chinese room argument
• Is passing the Turing test a good scientific/engineering
goal?
Chinese Room Argument
• What capabilities would a computer need to have to pass the Turing Test?
– Natural language processing
– Knowledge representation
– Automated reasoning
– Machine learning
• Turing predicted that by the year 2000, machines would be able to fool
30% of human judges for five minutes
Thinking humanly
The cognitive modeling approach
• Goal: Develop precise theories of human
thinking
• Cognitive Architecture
– Software Architecture for modeling human performance
– Describe task, required knowledge, major sub-goals
– Architecture follows human-like reasoning
– Makes testable predictions: Time delays during problem
solving, kinds of mistakes, eye movements, verbal protocols,
learning rates, strategy shifts over time, etc.
• Problems:
– It may be impossible to identify the detailed structure of
human problem solving using only externally-available data.
Thinking humanly
The cognitive modelling approach
• We need to get inside the actual workings of human minds.
• There are two ways to do this: through
• trying to catch our own thoughts as they go by
• or through psychological experiments.
• Cognitive science: the brain as an information processing
machine
– Requires scientific theories of how the brain works
• How to understand cognition as a computational process?
– try to think about how we think
– Predict and test behavior of human subjects
– Image the brain, record neurons
• The latter two methodologies are the domains of cognitive
science and cognitive neuroscience
Thinking rationally
The laws of thought approach