Artificial intelligence (and Searle’s objection) COS 116: 4/26/2011 Sanjeev Arora.

Slides:



Advertisements
Similar presentations
Turing’s Test, Searle’s Objection
Advertisements

Summer 2011 Tuesday, 8/ No supposition seems to me more natural than that there is no process in the brain correlated with associating or with.
LAST LECTURE. Functionalism Functionalism in philosophy of mind is the view that mental states should be identified with and differentiated in terms of.
Section 2.3 I, Robot Mind as Software.
B&LdeJ1 Theoretical Issues in Psychology Philosophy of Science and Philosophy of Mind for Psychologists.
Artificial intelligence. I believe that in about fifty years' time it will be possible, to programme computers, with a storage capacity of about 10.
Artificial intelligence COS 116, Spring 2012 Adam Finkelstein.
Philosophy 4610 Philosophy of Mind Week 9: Computer Thinking (continued)
An Introduction to Artificial Intelligence Presented by : M. Eftekhari.
Module 14 Thought & Language. INTRODUCTION Definitions –Cognitive approach method of studying how we process, store, and use information and how this.
Chapter 10: What am I?.
SEARLE THE CHINESE ROOM ARGUMENT: MAN BECOMES COMPUTER.
Introduction to Cognitive Science Philosophy Nov 2005 :: Lecture #1 :: Joe Lau :: Philosophy HKU.
Shailesh Appukuttan : M.Tech 1st Year CS344 Seminar
Turing’s Paper Can Machines Think? Freshman Inquiry Cyber Millenium.
Artificial Intelligence u What are we claiming when we talk about AI? u How are Turing Machines important? u How can we determine whether a machine can.
The Turing Test What Is Turing Test? A person and a computer, being separated in two rooms, answer the tester’s questions on-line. If the interrogator.
CS 357 – Intro to Artificial Intelligence  Learn about AI, search techniques, planning, optimization of choice, logic, Bayesian probability theory, learning,
Acting Humanly: The Turing test (1950) “Computing machinery and intelligence”:   Can machine’s think? or Can machines behave intelligently? An operational.
Introduction to Cognitive Science Lecture #1 : INTRODUCTION Joe Lau Philosophy HKU.
Overview and History of Cognitive Science
Overview and History of Cognitive Science. How do minds work? What would an answer to this question look like? What is a mind? What is intelligence? How.
Random Administrivia In CMC 306 on Monday for LISP lab.
CPSC 322 Introduction to Artificial Intelligence September 10, 2004.
The Knowledge Argument There’s Something About Mary.
Doing Philosophy Philosophical theories are not primarily about facts. Therefore, there is no right or wrong. Philosophical arguments are well-argued opinions.
Philosophical Foundations Chapter 26. Searle v. Dreyfus argument §Dreyfus argues that computers will never be able to simulate intelligence §Searle, on.
Functionalism Mind and Body Knowledge and Reality; Lecture 3.
Richard W. Hamming Learning to Learn The Art of Doing Science and Engineering Session 6: Artificial Intelligence I Learning to Learn The Art of Doing Science.
Alan Turing In 1950 asked - Can Machines Think? Turing changed that into the Turing Test “Can Computers Understand Language?” would have been.
Chapter 16 Can Computers Think (now or in the future)? Can Computers Think (now or in the future)?
The Thinking Machine Based on Tape. Computer Has Some Intelligence Now Playing chess Solving calculus problems Other examples:
Chapter 6: Objections to the Physical Symbol System Hypothesis.
Artificial Intelligence Introduction (2). What is Artificial Intelligence ?  making computers that think?  the automation of activities we associate.
Chapter 14: Artificial Intelligence Invitation to Computer Science, C++ Version, Third Edition.
The AI Challenge: Who are we? Images Copyright Twentieth Century Fox, Paramount, Sony;
Artificial Intelligence Lecture No. 3
Turing Test and other amusements. Read this! The Actual Article by Turing.
Game AI Fundamentals. What is Artificial Intelligence (AI)? Not easy to answer… “Ability of a computer or other machine to perform those activities that.
 Prominent AI Reseacher  Colleague of Alan Turing at Bletchley Park  1992 Paper: ◦ Turing’s Test and Conscious Thought Turing’s Test and Conscious.
Artificial Intelligence Introductory Lecture Jennifer J. Burg Department of Mathematics and Computer Science.
Bloom County on Strong AI THE CHINESE ROOM l Searle’s target: “Strong AI” An appropriately programmed computer is a mind—capable of understanding and.
For Friday Read chapter 27 Program 5 due.
For Friday Read chapter 27 Program 5 due. Program 5 Any questions?
For Friday Read chapter 27 Program 5 due. Program 5 Any questions?
UNIVERSITI TENAGA NASIONAL 1 CCSB354 ARTIFICIAL INTELLIGENCE AI Debates Instructor: Alicia Tang Y. C.
Artificial Intelligence Bodies of animals are nothing more than complex machines - Rene Descartes.
A New Artificial Intelligence 5 Kevin Warwick. Philosophy of AI II Here we will look afresh at some of the arguments Here we will look afresh at some.
Artificial Intelligence By Michelle Witcofsky And Evan Flanagan.
Artificial intelligence COS 116, Spring 2010 Adam Finkelstein.
How Solvable Is Intelligence? A brief introduction to AI Dr. Richard Fox Department of Computer Science Northern Kentucky University.
Introduction to Machine Learning Kamal Aboul-Hosn Cornell University Chess, Chinese Rooms, and Learning.
Philosophy 4610 Philosophy of Mind Week 8: Can a Computer Think?
I Robot.
1 Introduction to Artificial Intelligence (Lecture 1)
1 CMSC 671 Fall 2001 Class #11 – Tuesday, October 9.
Section 2.3 I, Robot Mind as Software McGraw-Hill © 2013 McGraw-Hill Companies. All Rights Reserved.
Cognitive Psychology Part 2: (Behavioral) Learning I. Learning -- Classical Conditioning II. Neural Basis of Classical Conditioning.
Artificial Intelligence Hossaini Winter Outline book : Artificial intelligence a modern Approach by Stuart Russell, Peter Norvig. A Practical Guide.
Artificial Intelligence Skepticism by Josh Pippin.
Uses and Limitations Fall 2013 COMP3710 Artificial Intelligence Computing Science Thompson Rivers University.
What is Artificial Intelligence? Introduction to Artificial Intelligence Week 2, Semester 1 Jim Smith.
AI and Communication N’JEMA MCINTYRE AND JOEY BEAULIEU.
History and Philosophy (3 and 4): A Brief History of Cognitive Science
Chapter 7 Psychology: Memory.
COMP3710 Artificial Intelligence Thompson Rivers University
Artificial Intelligence and Consciousness
COMP3710 Artificial Intelligence Thompson Rivers University
Presented by Tim Hamilton
Information Retrieval
Presentation transcript:

Artificial intelligence (and Searle’s objection) COS 116: 4/26/2011 Sanjeev Arora

Artificial Intelligence Definition of AI (Merriam-Webster):  The capability of a machine to imitate intelligent human behavior  Branch of computer science dealing with the simulation of intelligent behavior in computers Learning:  To gain knowledge or understanding of or skill in by study, instruction, or experience  Machine learning (last lecture) - branch of AI

Intelligence in animal world Is an ant intelligent? Build huge, well-structured colonies organized using chemical-based messaging (“Super-organism”) What about dogs?

Deep mystery: How do higher animals (including humans) learn? How does become

A crude first explanation: Behaviorism [Pavlov 1890’s, Skinner 1930’s] Animals and humans can be understood in a “black box” way as a sum total of all direct conditioning events Bell  “Food is coming”  Salivate “This person likes me more if I call her “Mama” and that one likes me more if I call him “Papa”. Aside: What does behaviorism imply for societal organization?

More thoughts on behaviorism Original motivation: Cannot look inside the working brain anyway, so theory that assumes anything about its working is not scientific or testable. Today Incomplete explanation: How did dogs, rats, humans sort through sensory experiences to understand reward/punishment? Somewhat useful in machine learning: “learning by experience.”

Chomsky’s influential critique of Behaviorism [1957] “Internal mental structures crucial for learning.” Evidence: universal linguistic rules (“Chomsky grammars”); “self-correction” in language learning, ability to appreciate puns. 1.Brain is “prewired” for language. 2.Must understand mental structures to understand behavior

Presenting: Your brain

The brain Network of 100 billion neurons Evidence of timing mechanisms (“clock”) About 100 firings per second  Total of firings (“operations”) per second  Number of operations per sec in fast desktop PC:  Kurzweil predicts PC will match brain computationally by 2020

A comparison Your brain neurons Your life on a DVD 4.3 Gb for 3 hours > bytes for entire life Conclusion: Brain must contain structures that compress information and store it in an interconnected way for quick associations and retrieval

A simplistic model of neurons— Neural Net [McCulloch – Pitts 1943] Neuron computes “thresholds” Take the sum of strengths of all neighbors that are firing If sum > T, fire Inputs OutputsT: “threshold value” s i : “strength” assigned to input i s1s1 s2s2 sksk Does a neural network model remind you of something??

Why AI is feasible in principle: the simulation argument Write a simulation program that simulates all neurons in the brain and their firings. For good measure, also simulates underlying chemistry, blood flow, etc. In principle doable on today’s fastest computers Practical difficulty: How to figure out properties (threshold value, s i ) of each of neurons, the intricate chemistry

Maybe the brain is organized around simpler principles. Hope Simple machine learning algorithms from last lecture provide a hint?

Turing test (Turing 1950; see turinghub.com) You are allowed to chat with a machine or a human (don’t know which) You have to guess at the end if you were talking to a machine or human. (Machine wins if you have only success rate.) Note: Impossible for machine to store answers to all possible 5-minute conversations!

What are strengths and weaknesses of the Turing test? (Feel free to contrast with other tests, e.g. Stanford-Binet IQ, SAT) Strengths Weaknesses Too subjective Too human-centric Too behaviorist. Tests only one kind of intelligence. Not reducible to formula No obvious way to cheat Customizable to different topics Behavioral/ black box.

Poll: Did you like Searle’s article? (as in, interesting, thought-provoking)

Poll: Which of the following are Searle’s conclusions? 1.It is impossible for a computer to pass the Turing test. 2.The Turing test is not a valid test for whether a machine can “think.” 3.A computer is nothing but a rulebook applied mechanically. The rulebook doesn’t understand Chinese, so neither does the computer. 4. There is a big difference between syntax and semantics. Computers deal with symbols, and hence with syntax. Thinking is about semantics.

Some background: Strong AI A machine able to: Other potentially relevant traits (unclear if necessary or even definable): consciousness, wisdom, self-awareness,…

What role does the Chinese room argument play in the article? explain to the average reader what a computer program is: a long rulebook (recall: Turing Post program, pseudocode) appeal to the “obvious” intuition that a rulebook cannot think Question: What does Searle think of the “Simulation Argument” for AI? (Caution:His “intuition” ignores processing speed.)

My problems with Searle’s paper 1.He rejects Turing test but gives no alternative definition of “thinking” or “mind.” 2.Scientifically speaking, no clear line between (a) hardware and software (“Game of life.”) (b) syntax and semantics (“genetic code.”) 3.He doesn’t acknowledge subjectivity of his “axioms.” 4.If a machine ever passes Turing test, exhibiting accurate emotions, social skills etc., this would seriously make *me* wonder if it has some kind of mind in it.

Time warp Rene Descartes (1637) “I think therefore I am.”