[SOLVED] CS代考计算机代写 flex Excel ant arm Bayesian ER Hive chain Java scheme assembly decision tree AI computer architecture python algorithm KBAI EBOOK: KNOWLEDGE-BASED ARTIFICIAL INTELLIGENCE

30 $

File Name: CS代考计算机代写_flex_Excel_ant_arm_Bayesian_ER_Hive_chain_Java_scheme_assembly_decision_tree_AI_computer_architecture_python_algorithm_KBAI_EBOOK:_KNOWLEDGE-BASED_ARTIFICIAL_INTELLIGENCE.zip
File Size: 1827.48 KB

SKU: 7606072143 Category: Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Or Upload Your Assignment Here:


KBAI EBOOK: KNOWLEDGE-BASED ARTIFICIAL INTELLIGENCE
KBAI Ebook: Knowledge-based Artificial Intelligence
KBAI: CS7637 course at Georgia Tech:
Course Creators and Instructors: Ashok Goel, David Joyner. Click here for Course Details
Electronic Book (eBook) Designers: Bhavin Thaker, David Joyner, Ashok Goel. Last updated: October 6, 2016
Ashok Goel David Joyner
Bhavin Thaker
Page 1 of 357 ⃝c 2016 Ashok Goel and David Joyner

KBAI EBOOK: KNOWLEDGE-BASED ARTIFICIAL INTELLIGENCE
Copyright: Ashok Goel and David Joyner, Georgia Institute of Technology.
All rights reserved. No part of this document may be reproduced, stored in any retrieval system, or transmitted in any form or by any means without prior written permission.
Page 2 of 357 ⃝c 2016 Ashok Goel and David Joyner

KBAI EBOOK: KNOWLEDGE-BASED ARTIFICIAL INTELLIGENCE
YouTube Playlists:
Part 1 of 5 Part 2 of 5 Part 3 of 5 Part 4 of 5 Part 5 of 5
NOTE: Lessons 02, 04, 14 and 25 have a correspondence problem between YouTube links, tran- scripts, and slides. Additionally, the following videos have known incomplete transcripts:
Lesson 3 – Exercise: Constructing Semantic Nets I,
Lesson 5 – Exercise: Block Problem I,
Lesson 24 – Example: Goal-Based Autonomy, and
Lesson 25 – Raven’s Progressive Matrices.
These will get fixed when the YouTube playlist is fixed by Udacity and reloaded into this KBAI Ebook.
Page 3 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 01 – INTRODUCTION TO KNOWLEDGE-BASED AI
Lesson 01 – Introduction to Knowledge-Based AI
To understand the intelligence functions at a fundamental level, I believe, would be a scientific achievement on the scale of nuclear physics, relativity, and molecular genetics. – James Albus.
Education is not the piling on of learning, information, data, facts, skills, or abilities – that’s training or instruction – but is rather making visible what is hidden as a seed. – Thomas More.
01 – Introductions
Click here to watch the video
Figure 1: Introductions
Hello, and welcome to CS 7637, knowledge- based artificial intelligence/cognitive systems. My name is Ashok Goel. My name is David Joyner. I’m a Professor of Computer Science and Cognitive Science at Georgia Tech. I’ve been teaching knowledge-based AI for about 25 years. I’ve been doing research in this area for about 30. My personal passion is for computational creatively. Breathing air agents that human like and creative in their own right. I’m, of course, developer with Udacity and I’m also finishing up my own PhD dissertation here at Georgia Tech with Ashok as my advisor. My personal passion
is for education and especially for using modern technology to deliver individualized personal ed- ucational experiences. It would be very difficult in very large classrooms. As we’ll see AI is not just the subject of this course, but it’s all a tool we’re using to teach this course. We had a lot of fun putting this course together. We hope you enjoy it as well. We think of this course as an experiment as well. We want to understand how students learn in online classrooms. So if you have any feedback please share it with us.
02 – Preview
Click here to watch the video
Figure 2: Preview
So welcome to 7637 Knowledge Based AI. At the beginning of each lesson, we’ll briefly intro-
Page 4 of 357 ⃝c 2016 Ashok Goel and David Joyner

duce a topic as shown in the graphics to the right. We’ll also talk about how the topic fits into the overall curriculum for the course. Today, we’ll be discussing AI in general, including some of the fundamental conundrums and characteristics of AI. We will describe four schools of AI, and dis- cuss how knowledge based AI fits into the rest of AI. Next, we’ll visit the subtitle of the course, Cognitive Systems, and define an architecture for them. Finally, we’ll look at the topics that we’ll cover in this course in detail.
03 – Conundrums in AI
Click here to watch the video
Figure 3: Conundrums in AI
Let’s start a recognition today. We’re dis- cussing some of the biggest problems in AI. We obviously are not going to solve all of them to- day, but it’s good to start with a big picture. AI has several conundrums, I’m going to describe five of the main ones today. Conundrum num- ber one. All intelligent agents have little com- putational resources, processing speed, memory size, and so on. But most interesting AI prob- lems are computationally intractable. How then can we get AI agents to give us near real time performance on many interesting problems? Co- nundrum number two. All competition is local, but most AI problems have global constraints. How then can we get AI agents to address global problems using only local computation? Conun- drum number three. Computation logic is funda- mentally deductive, but many AI problems are abductive or inductive in their nature. How can we get AI agents to address abductive or induc- tive problems? If you do not understand some of these terms, like abduction, don’t worry about
it, we’ll discuss it later in the later in the class. Conundrum number four. The world is dynamic, knowledge is limited, but an AI agent must al- ways begin with what it already knows. How then can an AI agent ever address a new prob- lem? Conundrum number five. Problem solving, reasoning, and learning are complex enough, but explanation and justification add to the complex- ity. How then can we get an AI agent to ever explain or justify it’s decisions?
04 – Characteristics of AI Problems
Click here to watch the video
Figure 4: Characteristics of AI Problems
I hope our discussion of the big problems in AI didn’t scare you off, let’s bring the discus- sion down, closer to work. And talk about a few fundamental characteristics of AI problems. Number one, in many AI problems, data arrives incrementally not all the data comes right at the beginning. Number two, problems often have a recurring pattern, the same kinds of problems occur again and again. Number three, prob- lems occur at many different levels of abstrac- tion. Problem number four, many interesting AI problems are computationally intractable. Num- ber five, the world is dynamic, it’s constantly changing but knowledge of the world is relative to static. Number six, the world is open ended but knowledge of the world is relatively limited. So, the question then becomes, how can we de- sign air agents that can address air problems with these characteristics, those are the chal- lenges we’ll discuss in this course
05 – Characteristics of AI Agents
LESSON 01 – INTRODUCTION TO KNOWLEDGE-BASED AI
Click here to watch the video
Page 5 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 01 – INTRODUCTION TO KNOWLEDGE-BASED AI
Figure 5: Characteristics of AI Agents
In addition to AI problems having several characteristics, AI agents too have several prop- erties. Property number one. AI agents, have only a limited computing power, processing speed, memory size, and so on. Property num- ber two. AI agents have limited sensors, they cannot perceive everything in the world. Prop- erty number three. AI agents have limited at- tention, they cannot focus on everything at the same time. Property number four. Computa- tional logic is fundamentally deductive. Prop- erty number five. The world is large, but AI agents’ knowledge of the world is incomplete rel- ative to the world. So, the question then be- comes, how can AI agents with such bounded rationality address open-ended problems in the world?
06 – Exercise What are AI Problems
Click here to watch the video
Figure 6: Exercise What are AI Problems
Now that we have talked about the character- istics of AI, agents in AI problems. Let us talk a little about for what kind of problems might you build in AI agent. On the right are several tasks. Which are these AI problems? Or to put
it differently, for which of these problems would you build an AI agent to solve?
07 – Exercise What are AI Problems
Click here to watch the video
David, which one of these do you think are AI problems? Science has said that all of these are AI problems. All of these are things that we humans do on a fairly regular basis. And if the goal of artificial intelligence is to recreate human intelligence, then it seems like we need to be able to design agents that can do any of these things. I agree. In fact, during this class we’ll design AI agents that can address each of these problems. For now, let us just focus on the first one. How to design an AI agent that can answer Jeopardy questions.
08 – Exercise AI in Practice Watson
Click here to watch the video
Let’s start with looking at an example of an AI agent in action. Many are you are family with Watson, the IBM program that plays Jeop- ardy. Some of you may not be, and that’s fine, we’ll show an example in a minute. When you watch Watson in action, try to think. What are some of the things Watson must know about? What are some of the things that Watson must be able to reason about in order to play Jeop- ardy? Write them down. And anytime you feel the pain, hey, this guy refrain. Don’t carry the world upon your shoulders. Watson? Who is, Jude? Yes. Olympic Oddities, for 200. Milo- rad Cavic almost upset this man’s perfect 2008 Olympics, losing to him by one-hundredth of a second. Watson. Who is Michael Phelps. Yes, go. Name the decade for 200. Disneyland opens and the peace symbol is create. Ken. What are the 50s? Yes. Final Frontiers for 1,000, Alex. Tickets aren’t needed for this event, a black hole’s boundary from which matter can not escape. Watson. What is event horizon?
09 – Exercise AI in Practice Watson
Click here to watch the video
David, what did you write it down? So I said that the four fundamental things a Watson must be able to do to play Jeopardy are first
Page 6 of 357 ⃝c 2016 Ashok Goel and David Joyner

read the clue, then search through it’s knowl- edge base, then actually decide on it’s answer, and then phrase it’s answer in the form of a ques- tion. That’s right. And during this course, we’ll discuss each part of David’s answer.
10 – What is Knowledge-Based AI
Click here to watch the video
Figure 7: What is Knowledge-Based AI
Let us look at the processes that Watson may be using a little bit more closely. Clearly Wat- son is doing a large number of things. It is try- ing to understand natural language sentences. It is trying to generate some natural language sen- tences. It is making some decisions. I’ll group all of these things broadly under reasoning. Reason- ing is a fundamental process of knowledge based data. A second fundamental process of knowl- edge based AIs learning. What simply is learn- ing also? It perhaps gets a right answer to some questions, and stores that answer somewhere. If it gets a wrong answer, and then once it learns about the right answer, it stores the right answer also somewhere. Learning to is a fundamental process of knowledge based AI. A third funda- mental process of knowledge based ai is mem- ory. If you’re going to learn something, that knowledge that you’re learning has to be store somewhere, in memory. If you’re going to rea- son using knowledge, then that knowledge has to accessed from somewhere, from memory. From memory process it will store, what we learn as well as provide access to knowledge it will need for reasoning. These three forms of processes of learning, memory, and reasoning are intimately connected. We learn, so that we can reason. The result of reasoning often. Result in additional
learning. Once we learn, we can store it in mem- ory. However, we need knowledge to learn. The more we know, the more we can learn. Reason- ing requires knowledge that memory can provide access to. The results of reasoning can also go into memory. So, here are three processes that are closely related. A key aspect of this course on knowledge based AI is that we will be talk- ing about theories of knowledge based AI that unify reasoning, learning, and memory. And sort of, discussing any one of the three separately as sometimes happens in some schools of AI. We’re going to try to build, unify the concept. These 3 processes put together, I will call them delib- eration. This deliberation process is 1 part of the overall architecture of a knowledge based AI agent. This figure illustrates the older architec- ture of an AI agent. Here we have input in the form of perceptions of the world. And output in the form of actions in the world. The agent may have large number of processes that map these perceptions to actions. We are going to focus right now on deliberation, but the agent archi- tecture also includes metacognition and reaction, that we’ll discuss later
11 – Foundations The Four Schools of AI
Click here to watch the video
LESSON 01 – INTRODUCTION TO KNOWLEDGE-BASED AI
Figure 8: Foundations The Four Schools of AI Page 7 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 01 – INTRODUCTION TO KNOWLEDGE-BASED AI
Figure 9: Foundations The Four Schools of AI
Another way of understanding what is knowl- edge based AI, is to contrast it with the other schools of thought in AI. We can think in terms of a spectrum. On one end of the spectrum, is acting. The other end of the spectrum is thinking. As an example, when you’re driving a car, you’re acting on the world. But when you are planning what route to take, you’re think- ing about the world. There is a second dimen- sion for distinguishing between different schools of thought of AI. At one end of the spectrum we can think of AI agents that are optimal. At the other end of the spectrum, we can think of air agents that act and think like humans. Humans are multifunctional, they have very robust in- telligence. That intelligence need not be optimal relative to any one task, but it’s very general pur- pose, it works for a very large number of tasks. Were as we can pick up here, agents on the other side which are optimal for a given task. Given these 2 axis we get 4 quadrants. Starting from the top left and going counter clockwise, here are Agents that think optimally, Agents that act optimally, Agents that act like humans. And agents that think like humans. In this particu- lar course in knowledged based AI, we’re inter- ested in agents that think like humans. Let us take a few examples to make sure that we under- stand this four quadrants world. Here are some well known computational techniques. Consider many machine learning algorithms. These algo- rithms analyse large amounts of data, and de- termine patterns of the regularity of that data. Well I might think of them as being in the top left quadrant. This is really doing thinking, and they often are optimal, but they’re not neces- sarily human like. Airplane autopilots. They
would go under acting optimally. They’re sud- denly acting in the world, and you want them to act optimally. Improvisational robots that can perhaps dance to the music that you play, they’re acting, and they are behaving like hu- mans, dancing to some music. Semantic web, a new generation of web technologies in which the web understands the various pages, and in- formation on it. I might put that under think- ing like humans. They are thinking. Not acting in the world. And is much more like humans, than, let’s say, some of the other computational techniques here. If you’re interested in reading some more about these projects, you can check out the course materials. Where we’ve provided some recent papers on these different computa- tional techniques. There’s a lot of cutting edge research going on here at Georgia Tech and else- where, on these different technologies. And if, if you really are interested in this, this is something where we’re always looking for contributors.
12 – Exercise What is KBAI
Click here to watch the video
So one thing that many students in this class are probably familiar with is Sebastian Thrun’s Robotics class on autonomous vehicles. David, where do you think an autonomous vehicle would fall on the spectrum? So it seems to me like an autonomous vehicle definitely moves around in the world so it certainly acts in the world. And driving is a very human-like behavior so I’d say that it acts like a human. What do you think? Do you agree with David?
13 – Exercise What is KBAI
Click here to watch the video
Page 8 of 357
Figure 10: Exercise What is KBAI
⃝c 2016 Ashok Goel and David Joyner

David, do we really care whether or not the autonomous vehicle thinks and acts the way we do? I guess, now that you mention it, as long as the vehicle gets me to my destination and doesn’t run over anything on the way, I really don’t care if it does think the way I do. And if you look at the way I drive, I really hope it doesn’t act the way I do. So the autonomous vehicle may really belong to the acting rationally side of the spectrum. At the same time, looking at the way humans write might help us design a robot. And looking at the robot design might help us reflect on human cognition. This is one of the patterns of knowledge-based data.
14 – Exercise The Four Schools of AI
Click here to watch the video
Figure 11: Exercise The Four Schools of AI
Let us do an exercise together. Once again, we have the four quadrants shown here, and at the top left are four compression artifacts. I’m sure you’re familiar with all four of them. C- 3PO is a fictitious artifact from Star Wars. Can we put these four artifacts in the quadrants to which they best belong?
15 – Exercise The Four Schools of AI
Click here to watch the video
What do you think about this David? So starting with Roomba, I would put Roomba in the bottom left. It definitely acts in the world. But it definitely doesn’t act like I do. It criss- crosses across the floor until it vacuums every- thing up. So we’re going to say that’s acting op- timally. C-3PO is fluent in over 6 million forms of communication. And that means that it in- teracts with human and other species very often.
In order to do that, it has to understand natural sentences and put its own knowledge back into natural sentences. So, it has to act like humans. Apple’s virtual assistant, Siri, doesn’t act in the world. So she is more on the thinking end of the spectrum but, like C-3PO, she has to interact with humans. She has to read human sentences and she has to put her own responses back into normal vernacular. So we’re going to say that she thinks like humans. Google Maps plots your route from your origin to your destination. So it’s definitely doing thinking, it’s not doing any acting in the world. But we don’t really care if it does the route planning like we would do it. So we would say it does its route planning optimally. It takes into consideration traffic. Current construction, different things like that, where we would probably think of the routes we have taken in the past. So Google Maps thinks optimally. That is a good answer David, I agree with you, but not here that some aspects of Siri, may well belong in some of the other quadrants. So, putting under 3 sounds plausible. But Siri might also be viewed as, perhaps, acting when it gives you a response. Siri, some aspects of Siri might also be optimal, not necessarily like humans. So if you’d like to discuss where these technologies belong on these spectrums or, per- haps, discuss where some other AI technologies that you’re familiar with belong on these spec- trums, feel free to head on over to our forums where you can bring up your own technologies and discuss the different. Ways in which they fit into the broader school of AI.
16 – What are Cognitive Systems
Click here to watch the video
I’m sure you have noticed that this class has a subtitle, cognitive systems. Let’s talk about this term and break it down into its components. Cognitive, in this context, means dealing with human-like intelligence. The ultimate goal is to dwell up human level, human-like intelligence. Systems, in this context, means having multiple interacting components, such as learning, rea- soning and memory. Cognitive systems, they are systems that exhibit human level, human-
LESSON 01 – INTRODUCTION TO KNOWLEDGE-BASED AI
Page 9 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 01 – INTRODUCTION TO KNOWLEDGE-BASED AI
like intelligence through interaction among com- ponents like learning, reasoning and memory. Thus, on a spectrum, what we’ll discuss in this class will definitely lie on the right side of the spectrum, on the human side. We will be talk- ing about thinking and acting, but we will always be concerned with human cognition.
17 – Cognitive System Architecture
Click here to watch the video
Figure 12: Cognitive System Architecture
Figure 13: Cognitive System Architecture
Figure 14: Cognitive System Architecture
So let us take a look at what is a cognitive system. Notice that I’m using the term cognitive system and not the term knowledge-based AI
agent. I could have used that term also. When we talk about knowledge-based AI agent, then we could take two views. One view is that we are going to build a knowledge-based AI system, which need not be human like. Another view is that the knowledge based AI agent that we will build will be human-like. The cognitive system is situated in the world. Here by the world I mean the physical world. For example, the world that I am interacting with right now, with this screen in front of me and this microphone. This world is perceptionate. There’s an example, the percept something being a straight line or a color of some object. Or the smoothness of some of the tex- ture of some object. This perceptionate around the world and cognitive system is using sensors to perceive this percept. That’s the input of the cognitive system. The cognitive system also has some actuators. So, for example, I have fingers that I’m using right now to point to things. And a cognitive system uses actuators to carry out actions on the world. Cognitive system then is taking perceptor’s input and giving actions as output. So far, we’ve talked about a single cog- nitive system. But of course one can have multi- ple cognitive systems. These multiple cognitive systems can interact with each other. Just like a cognitive system situated in a physical world, it is also situated in a social world. Let us now zoom into the inside of a cognitive system. What is the architecture of a cognitive system? So the cognitive system takes as input certain percepts about the world. It has a task of giving as out- put actions of the world. The question then be- comes, how can these percepts be mapped into actions? One way of mapping them is that we will do a direct mapping. These percepts will be directly mapped into actions. Let’s take an example. Imagine that you’re driving a car, and the brake lights of the car in front of you, be- come bright red. Should that happen, you will then press on the brakes of your car. Well, that is an example of a reactive system. The percepts were that the break lights on the car in front of you became bright red and the action was that you pressed on your own brakes. In doing so, you may not have planned. This is now a direct map- ping of percept into actions. Alternatively, con-
Page 10 of 357 ⃝c 2016 Ashok Goel and David Joyner

sider a slightly different problem. Again you’re driving you’re car on the highway, but as you’re trying to drive on the highway your task this time is to change lanes. Now, in order to change lanes, again you may look around and look at the percept of the road. There are other cars on the road, for example, and you need to take some ac- tion that will help you change lanes. This time you may actually deliberate, you may actually look at the goal that you have as well as the per- cepts of the environment and come up with a plan that will tell you what action to take. As we discussed in the last lesson, the deliberation itself has a number of components in it. Three of the major components that we’ll studying in this class are learning, reasoning, and memory. These three components interact with each other in many interesting ways that we will decipher as we go along. Now, deliberation was reason- ing about the world around us. So if I take that example again of changing lanes, as I’m driving on the highway, then I’m reasoning about the world around me. Where are the other cars? Should I change lanes to the left or to the right. Metacognition on the other hand, the third layer here, has to do with reasoning about the internal mental world. So metacognition reasons about the deliberation. Or metacognition can also rea- son about reaction. Let us take an example of the metacognition also. Image again that I had to change lanes. And I did, as I changed lanes to the left, the cars behind me honk because I did not leave enough space for the car that was already moving on the left lane. In that case I know that the lane changing did not go very smoothly. I may now think about my own ac- tions in the world, about the deliberation that led to those actions, and I may then decide to change or reconfigure, or repair the deliberation that led to that sub-optimal plan for changing the lanes. That is an example of metacognition. So now I have this three layered architecture, reaction, deliberation, metacognition. Note that we have defined intelligence in a way, intelligence here is about mapping percepts in the world, in- teractions in the world. Intelligence is about se- lecting the right kind of action given a particular state of the world. But there are many different
ways in which we can map the percepts into ac- tions. Purely reactive, deliberative, or also en- tailing metacognition on the deliberation and the reaction. This then is the overall architecture of the cognitive system. This is called a three layered architecture. We’ll be returning to this architecture many times in this course.
18 – Topics in KBAI
Click here to watch the video
LESSON 01 – INTRODUCTION TO KNOWLEDGE-BASED AI
Figure 15: Topics in KBAI
Figure 16: Topics in KBAI
Page 11 of 357
Figure 17: Topics in KBAI
⃝c 2016 Ashok Goel and David Joyner

LESSON 01 – INTRODUCTION TO KNOWLEDGE-BASED AI
Figure 18: Topics in KBAI
Figure 22: Topics in KBAI
Figure 23: Topics in KBAI
Figure 24: Topics in KBAI
We have organized the materials in this course, into eight major units, this chart illus- trates those eight units. So starting from the top left, the first unit has to do with Funda- mentals of presentation and recent, Panning, Common Sense Reasoning. Analogical Reason- ing, Metacognition that we just talked a little about, Design & Creativity, Visuospatial Rea- soning, and Learning. Now let’s look at each of these circles, one at a time. So in the first part, dealing with the Fundamentals of this course. We’ll be dealing with certain, knowledge repre- sentations, and reasoning strategies. Two of the major knowledge representations that we’ll dis- cuss in the first part of this course, are called
Figure 19: Topics in KBAI
Figure 20: Topics in KBAI
Figure 21: Topics in KBAI
Page 12 of 357 ⃝c 2016 Ashok Goel and David Joyner

Semantic Networks, and Production Systems. Three of the reasoning strategies, are called Gen- erate and Test, Means-End Analysis, and Prob- lem Reduction. Note that, the arrows here im- ply an ordering. There is an ordering. In that, when we are discussing our Production Systems, we might allude to things that we are discussing in the Semantic Networks. Similarly, when we discuss Means-End Analysis, we might allude to things that we are discussing in Generate and Test. However. It is important to note also, that these three methods are completely independent from each other. It’s just that we are going to discuss them, in the order shown here. Similarly these two knowledge representations, are inde- pendent from each other. It’s simply that in this course, we’ll discuss them in this order. So the second major unit in this course. Pertains to Planning. Planning is kind of problem solving activity whose goal is to come up with plans, for achieving one or more goals. Before we discuss Planning, we’ll discuss Logic as a knowledge rep- resentation. This knowledge representation, will then enable us to discuss Planning in a system- atic way. The third major unit in this course is common sense reasoning. Common Sense Rea- soning, pertains to reasoning about every day situations in the world. As an example, I may give you the input, John gave the book to Mary. Note the input, does not specify who has the book at the end. But, you can draw that in- ference easily. That is an example of Common Sense Reasoning. In our course, we’ll discuss both knowledge representations like frames, as well as methods for doing Common Sense Rea- soning. As we discussed earlier, when we were talking about the architecture of a cognitive sys- tem, Learning is a fundamental process within deliberation. And therefore, we will be visiting the issue of Learning many, many times through- out this course. However, we also have a unit on Learning, which has several topics in it. There are other topics in Learning, that do not show up in this particular. Circle here but are dis- tributed throughout the course. Another ma- jor unit in our course is Analogical Reasoning. Analogical Reasoning is, reasoning about novel problems or novel situations, but, analogic to
what we know about familiar problems, or fa- miliar situations. As I mentioned earlier, Learn- ing is distributed throughout this course. There- fore Learning comes here in Analogical Reason- ing also. In fact Learning by recording cases appeared in the Learning topic as well as here, and you can see explanation based Learning oc- curring here. Visuospatial Reasoning is another major unit in our course. Visuospatial Reason- ing pertains to reasoning with visual knowledge. As an example, I might draw a diagram and rea- son with the diagram. That’s an example of Visualspatial Reasoning. In the context of Vi- sualspatial Reasoning, we’re talking both about Constraint Propagation, and using that to do Vi- sualspatial Reasoning. Design & Creativity is the next topic in our course. We want to build AI systems, that can deal with novel situations, and come up with creative solutions. Design is an example of a complex task which can be very, very creative, where we are discussing a range of topics in the context of Design & Creativity. So in the next topic in our courses Metacogni- tion, we have already come across a notion in Metacognition, when we were talking about the architecture of the cognize system. Metacogni- tion pertains to thinking about thinking. And we’ll discuss a range of topics and then, we will end the course by talking about Ethics in Arti- ficial Intelligence. This figure illustrates all the eight major units once again, as well as the topics within each major unit. I hope this will give you mental map of the organization of the course as a whole. In preparing this course, we came up with a ordering of the topics, which will inter- leave many of these topics. So we will not do the entire first unit, before we go to the entire second unit and so on. Instead, we will do some parts of first unit, then go to some other part that follows conceptually from it, and so there will be some interleaving among these topics. And one aspect of the personalization is, that you are welcome to go through these topics in your own chosen order. You don’t have to stay, with the kind of order that we’ll be using. This is an excit- ing agenda. I hope you are as excited as I am. There are very few, opportunities where we can talk about exotic topics, like Analogical Reason-
LESSON 01 – INTRODUCTION TO KNOWLEDGE-BASED AI
Page 13 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 01 – INTRODUCTION TO KNOWLEDGE-BASED AI
ing, and Creativity, and Metacognition. And, in this particular course, we’ll talk about all of them together.
19 – Wrap Up
Click here to watch the video
Figure 25: Wrap Up
So at the end of every lesson, I will briefly recap what we talked about during that lesson and try to tie it into some future topics. To- day, we started off by talking about the cen- tral conundrums and characteristics of AI. This may have connected with some of your previ- ous experience with other AI classes, like ma- chine learning in AI for robotics. We then talked about the four schools of AI, and we talked about knowledge-based AI more specifically, what is it and where does it fit in with the other schools? Then we talked about cognitive systems and how cognitive systems are always concerned with hu- man like intelligence. Lastly, we talked about the overall structure of the course, which is bro- ken up into eight large categories, like learning, planning and analogical reasoning. Next time we’ll talk a little bit more specifically about this class in particular. The goals, the outcomes and the learning strategies, and what projects you’ll complete.
20 – The Cognitive Connection
Click here to watch the video
At the conclusion of this lesson, we’ll have a short video after the wrap up called the cogni- tive connection. Knowledge based AI is richly connected to cognitive signs. And so many of the topics that we’ll cover in this class are con- nected to human reasoning and human learning,
and human memory. The cognitive connections are not separate from the course. One of the goals of this course is to learn how to use the design of AI agents to reflect on human cogni- tion. The cognitive connections will serve this purpose.
21 – Final Quiz
Click here to watch the video
This brings us to the first quiz. After ev- ery lesson in this course we’ll have a short quiz, in which we’ll ask you to write down what you learned in this lesson in this blue box here. These quizzes have two goals. The first goal is to help you synthesize and organize what you have learned. The process of writing down what you learned may help you, in fact, learn it more deeply. The second goal is to provide us with feedback. Perhaps we could have been clearer or more precise about some of the concepts. Per- haps we left some misconceptions. Note that these quizzes are completely optional.
22 – Final Quiz
Click here to watch the video
Great. Thank you so much for your feedback.
Summary
This lesson covers the high-level concepts of KBAI, Cognitive Systems, the characteristics of AI problems and AI agents, the fundamental processes of KBAI and a high-level roadmap of this course in learning the 8 major units of KBAI.
References
1. Russell, S., & Norvig, P. Artificial Intelligence: A Modern Approach,
Chapter 1. Section 1.1
2. Winston, P., Artificial Intelligence: Videos and Material.Click here
3. Stefik, M. Introduction to Knowledge Systems.
4. aitopics.org Click here
Optional Reading:
Page 14 of 357 ⃝c 2016 Ashok Goel and David Joyner

1. What is AI anyway? T-Square Resources (AI-GoelDavies- Week1.pdf)
2. Russell & Norvig, Ch. 1 Section 1; T-Square Resources (Russel and Norvig Ch 1-1.pdf)
3. The Cognitive Systems Paradigm; T-Square Resources (Langley-paradigm – Week2.pdf)
4. Four views of intelligence; Click here
5. The Knowledge Level; Click here
6. An Alternative to the Turing Test; Click here
Exercises
None.
LESSON 01 – INTRODUCTION TO KNOWLEDGE-BASED AI
Page 15 of 357
⃝c 2016 Ashok Goel and David Joyner

LESSON 02 – INTRODUCTION TO CS7637
Lesson 02 – Introduction to CS7637
Perhaps the hardest truth to face, one that AI has been trying to wriggle out of for 34 years, is that there is probably no elegant, effortless way to obtain this immense knowledge base. Rather, the bulk of the effort must (at least initially) be manual entry of assertion after assertion. – Guha and Lenat: authors of the CYC knowledge base.
01 – Preview
Click here to watch the video
Figure 26: Preview
In this lesson, we’ll talk most specifically about what you should expect from CS7637. We’ll start by talking about the learning goals, the learning outcomes, and the learning strate- gies that we’ll use for this class. Then we’ll dis- cuss the class projects and assessments. That will lead us to talking about something called Computational Psychometrics, which is one of the multi-weighting principles behind the projects in this class. Next we’ll talk about the Raven’s Progressive Matrices test of intelligence. I think you’re going to find it fascinating. The Raven’s Progressive Matrices test of intelligence are the most commonly used tests of human in- telligence. And that test was the target of the projects in this class. Very ambitious, you’re go- ing to enjoy it. FInally we’ll discuss something
commonly reoccuring principle in this class and you should be on the lookout for them.
02 – Class Goals
Click here to watch the video
Figure 27: Class Goals
There are four major learning goals for this class. First, you’ll learn about the core methods of knowledge-based AI. These methods include schemes for structured knowledge representa- tion, methods for memory organization, meth- ods for reasoning, methods for learning, [articu- late] architectures as well as methods for meta reasoning. Meta reasoning is reasoning about reasoning. Second, you learn about some of the common tasks addressed by knowledge-based AI, such as classification, understanding, planning, explanation, diagnosis, and design. Third, you will learn ways AI agents can use these methods
Page 16 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 02 – INTRODUCTION TO CS7637
to address these tasks. Fourth, you learn the re- lationship between the knowledge-based AI cog- nitive science. Using theories of human cognition to inspire their design of human level, human-like AI and using AI techniques to generate testable hypothesis about human cognition.
03 – Class Outcomes
Click here to watch the video
Figure 28: Class Outcomes
What are the learning outcomes of this course? At the conclusion of this class, you will be able to do three primary things. First, you’ll be able to design, implement and evaluate and describe knowledge-based AIs. The design and description of knowledge-based AI agent is really the first learning goal. In order to be able to de- sign an agent, you need knowledge of the meth- ods of knowledge-based AI. Second, you will also be able to use these strategies to address prac- tical problems. This learning outcome addresses the second learning goal, where you will be able to [What are the] the relationship between AI agents and real world problems. Third, you’ll also be able to use the design of knowledge-based AI agents to reflect on human cognition and vice versa. This addresses the fourth learning goal.
04 – Class Assignments
Click here to watch the video
Figure 29: Class Assignments
During this course, you’ll complete a variety of different kind of assessments. These assess- ments play different roles. First, they help you learn by demonstrating and testing what you know. Second, they help you reflect on what you’ve learned. Third, they help us understand what material is being taught well, and what is not being taught well. The main assessment of the projects. You’ll complete a series of pro- gramming projects in designing AI agents that address a pretty complex task. We’ll talk a lit- tle bit more about it in a few minutes. Second, written assignments. We’ll compete a number of written assignments that will tie the course ma- terial to the projects. Third, tests. There will be two tests in this class using the content of this class to introduce a broad variety of prob- lems. Fourth, exercises. Throughout the lessons there’ll be a number of exercises to help you eval- uate and manage your own learning. Fifth, inter- actions. We’ll be looking at the interactions of the forum and other places to get a feel for how everyone is doing and how can we help improve learning
05 – Class Strategies
Click here to watch the video
Page 17 of 357
Figure 30: Class Strategies
⃝c 2016 Ashok Goel and David Joyner

LESSON 02 – INTRODUCTION TO CS7637
In this class we’ll use five main learning strategies. First, Learning by Example. Al- most every lesson of this class starts with an example of the type of reasoning we want you to learn. The example that runs throughout the lesson, could demonstrate that reasoning. Second, Learning by Doing. In most lessons, the lesson will end with a multi-part exercise, where you are doing the exact reasoning that you learned in that lesson. There’s first you see an example, then you do a similar example your- self. Third, Project-Based Learning. The class is largely structured around a series of challeng- ing projects. And you will frequently be asked to relate each lesson you learn, to the projects in the class. Personalized learning. Personal- ization permeates throughout this course. You can watch the lessons in any order you choose, and at your own pace. You can choose which concepts to focus on, and everything the assign- ments. You’ll receive personal feedback on every exercise throughout the course. Fifth, Learning by Reflection. At the conclusion of each lesson, you’ll be asked to reflect on what you learned in that particular lesson. At the conclusion of each project, you’ll write a designed report that will reflect on the experiments that you did as part of the project. We’ll also use other learning strate- gies as needed, such as collaborative learning.
Figure 32: Introduction to Computational Psy- chometrics
Let us talk about Computational Psychomet- rics a little bit. Psychometrics itself is a study of human intelligence, of human aptitude, of hu- man knowledge. Computational Psychometrics for our purposes, is the design of computational agents that can take the same kind of tests that humans do, when they are tested for intelligence or knowledge or aptitude. Imagine that you de- sign an AI agent that can take an intelligence test. After designing it, you might want to ana- lyze how well does it do compared to the humans on that test? You might also want to compare the errors it makes with the errors that humans make. If it does as well as humans do and if its behavior, its errors are the same as those of hu- mans, you might conjecture then that perhaps its reasoning mirrors that of humans. In this class, we are going to be designing AI agents that can take the Raven’s Test of Intelligence. In the pro- cess, we will want to use this agents to reflect on how humans might be addressing the same
06 – Introduction to Computational Psychometrics
Click here to watch the video
intelligence tests.
07 – 2×1 Matrices I
Click here to watch the video
Figure 31: Introduction to Computational Psy-
chometrics Figure 33: 2×1 Matrices I
Page 18 of 357 ⃝c 2016 Ashok Goel and David Joyner

Let us consider an example. We are shown initially three images, A, B and C. And you have to pick a candidate for the D image here on the top right. And it can be one of these six candi- dates that would go here in the D image. Given that A is to B, as C is to D, what would you pick among the six choices at the bottom to put into D?
08 – 2×1 Matrices I
Click here to watch the video
10 – 2×1 Matrices II
Click here to watch the video
Figure 36: 2×1 Matrices II
What do you think is the right answer for this one, David? So, I observe two things are going on between A and B. The dot in the top right is disappearing and the diamond is moving out and growing. So I said that the dot would still dis- appear even though it’s on the other side of the frame and the circle that was inside the triangle will move out and grow. So I said the answer was 2. Here I’ve drawn a connection between the cir- cle and the triangle, the diamond and the circle, and the dot and its analogous dot. 2 seems to be the right answer David. Notice that the circle in 2 is on the left of the triangle even though the di- amond in B, was on the right of the circle. That is okay because the diamond is replacing the dot here. And similarly, the circle is replacing the dot here. So if the dot was in the left of trian- gle here, it makes sense to put it in the circle and left of the triangle. Notice the drawing and connection between the diamond here, and the circle here was very easy for us to do. But design- ing an agent that make that kind of connection is much more difficult. So we’ll deal with lots of methods, to help agents make what are very natural conclusions for us. This of course raises another issue. How do we do it? How do you solve the problem? Why was it so easy for you? Why is it so hard for A.I.? Yet another question, when David was trying to solve this problem, he looked at the relationship between A and B and then mapped it to C and some image here. But one could have gone about it the other way. One could have picked any one of these images, put it in the D and asked whether this would be a good
LESSON 02 – INTRODUCTION TO CS7637
Figure 34: 2×1 Matrices I
Very good, that is in fact the correct answer for this problem. Now, of course, here’s a situa- tion where a human being, David, answered this problem. The big question for us would be, how to write a air agent that can solve this problem?
09 – 2×1 Matrices II
Click here to watch the video
Figure 35: 2×1 Matrices II
The previous problem was pretty simple. Let’s try a slightly harder problem. Once again, we’re given A, B, C, and D. Given that A is to B, what would we pick between 1, 2, 3, 4, 5, and 6 to put into D?
Page 19 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 02 – INTRODUCTION TO CS7637
fit. So in one case, one can start from the prob- lem and propose a solution. In another case, one can take one of these solutions at a time, put it here and see whether it matches. Two different strategies.
11 – 2×1 Matrices III
Click here to watch the video
difference between those, but once we know that the correct answer is not just the big square, we can say the only logical conclusion is to say that the square disappeared, and the triangle grew. So the answer has to be three, the big trian- gle. That’s a correct answer, David. But notice something interesting here. This is an example of generate and test. You initially generated an answer from it and then tested it against the choices of a level. Yet the test failed, so you rejected a solution. And you generate another solution. For that one, the test succeeded, and you accepted it.
13 – 2×1 Matrices IV
Click here to watch the video
Figure 39: 2×1 Matrices IV
I like this problem. This one is really inter- esting. Everyone, try to solve this one.
14 – 2×1 Matrices IV
Click here to watch the video
Figure 40: 2×1 Matrices IV
Okay. What do you think is the right an- swer to this one, David? So what I said is that it looks like there’s a 180 degree rotation going on. So this frame is rotated 180 degrees to get this one. So I’m going to take C, rotate it 180
Figure 37: 2×1 Matrices III
Let’s try an even harder problem. And as you solve this problem, think a little bit about how do you go about solving it.
12 – 2×1 Matrices III
Click here to watch the video
Figure 38: 2×1 Matrices III
What do you think is the correct answer, David? So on the left, we have the same two frames we had in the first problem. So first, I thought that the circle in the middle disappears, so the triangle should disappear. But none of these options match that. So then I went back and looked and said, the other way we can think about this is to say the circle on the outside disappeared but the circle on the inside grew, since their both circles we can’t really tell the
Page 20 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 02 – INTRODUCTION TO CS7637
degrees to get number six. That’s a fair answer, David. Well done. But notice there is another possible answer here. Two is also a possible an- swer. Why is two a possible answer? Because one can imagine that B is really a reflection of A across a vertical axis, and that way if we think of a vertical axis on C, then two will be the deflec- tion/ of C on the vertical axis. So both two and six are good answers here. And one question will then become, which one do humans pick, do they pick six or do they pick two? And second which one should an AI program pick? Six or two, and how would you make sure that the AI program picks two or six, and if you are thinking I am go- ing to give you the answer, sorry to disappoint you. I’m going to leave this as a puzzle for you. Your AI program will address this problem
15 – 2×2 Ravens Progressive Matrix I
Click here to watch the video
Figure 41: 2×2 Ravens Progressive Matrix I
Okay, here are some two by two problems. Two by two matrix problems. The situation is somewhat similar, but not exactly similar. Once again, we’re given A, B, C, and D is unknown, and we’re given six choices, 1, 2, 3, 4, 5, 6, and we are to pick one of these choices and put it in D. What is different here however is that, this timeitisnotjustthatAistoBasCistoD but also A is to C as at B is to D. That’s why it’s a two by two matrix. So it’s not just the horizontal relationship that counts but it’s also the vertical relationship that counts.
16 – 2×2 Ravens Progressive Matrix I
Click here to watch the video
Okay David, are you ready for this one? What do you think is the right answer? So I said that 3 is the right answer. Going left to right, the square became clear, so the circle becomes clear. Going top to bottom, the square becomes a circle, so the square becomes a circle. So the 3 preserve the relationships both horizontally and vertically. That’s the right answer! But this was an easy problem. Let’s see how you will do on a harder problem David.
17 – 2×2 Ravens Progressive Matrix II
Click here to watch the video
Figure 42: 2×2 Ravens Progressive Matrix II
Okay, here is a slightly harder problem. Why don’t we all try to solve it?
18 – 2×2 Ravens Progressive Matrix II
Click here to watch the video
Figure 43: 2×2 Ravens Progressive Matrix II
What do you think is the right answer to this one, David? So this one reminded me of that third problem we did. The first thing I thought was that it looks like the entire figure is rotating. So I”m going to say that the figure will be this with the triangle pointing up and to the left, or
Page 21 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 02 – INTRODUCTION TO CS7637
up and to the right. However, looking over here, there are no answers that have the triangle ro- tated. So second thing I think is maybe just the outside figure is rotating. The square here ro- tated while the circle stayed stationary. So the circle here rotated, while the triangle stayed sta- tionary. Because it’s a circle we can’t actually tell a visible difference between the two, but it seems to be the one that most preserves a re- lationship between A and B. Similarly, between A and C, the square on the outside becomes a circle on the outside. It’s the same thing here, the square on the outside becomes a circle on the outside. That’s a good answer David. Here is another point to note. Supposing we put one here in D, then C and D become identical, but A and B are not identical. Is that a problem here? Not really because we can imagine that the outer image in A is rotating to become B. And we can imagine that C in the outer image and C sort adding to become D. It just so hap- pens that the resulting image is identical to the inchman. Note that this will be a challenge for an AI program. The AI program will have to generate solutions. It will have to evaluate solu- tions. [computationally] programmed solutions that it self generates. What kind of knowledge representations would it allow it to generate good solutions? What reason strategies would allow it to generate plausible answers?
19 – 2×2 Ravens Progressive Matrix III
Click here to watch the video
Figure 44: 2×2 Ravens Progressive Matrix III
Let us try one more problem from this two by two set.
20 – 2×2 Ravens Progressive Matrix III
Click here to watch the video
For this one, David, what do you think is the right answer? So I put that the right answer was number 5. Number 5 looks like it preserves the reflection that’s going on across the horizon- tal axis. That’s a good answer, David, but note that 2 is also a plausible answer. One can imag- ine that the image A is rotating by 90 degrees to the image B. And if we rotate the image in C by 90 degrees, we’ll get the answer 2. So both 5 and 2 here are plausible answers. Okay, and the question arises, which answers do most hu- mans choose? Why do they choose the answer that they do choose? What in their cognition is telling them to choose one answer over the other? And then how can we write an AI program that can choose one answer over the other? An inter- esting thing to note about this problem as well is that I phrased this as reflections. Ashok defined number 2 as rotations. But it’s possible that we could do this a third way. Instead of look- ing at rotations or reflections, which are kind of semantic ways of describing the transforma- tions, we could look at which image completes the overall picture. Here, number 5 would seem to be the right answer, because it finishes cre- ating the square we see forming. So that would be a strictly visual way of doing this problem as well. One more thing to note here. So far we have been talking about horizontal and vertical relationships and not diagonal relationships. So A is to B as C is to D, and A is to C as B is to D. What about diagonal relationships? Should A to D be as B to C? If we add that additional constraint, then the choice between 2 and 5 be- comes clear. 5 is the right choice because that’s the only way we’ll get A is to D as B is to C.
21 – 3×3 Ravens Progressive Matrix I
Click here to watch the video
Now let us look at some three by three prob- lems. This time the matrix has three rows and three columns. We are given not just A, B, and C.WearegivenA,B,Cinthefirstrow,D,E,F in the second row, G and H in the third row. We
Page 22 of 357 ⃝c 2016 Ashok Goel and David Joyner

do not know what will go here under I. Again, we want horizontal, vertical, and diagonal relation- ships. AistoBistoC,asDistoEistoF,asG is to H is to what? And similarly vertically. As well as diagonally. If we take all three of those constraints, rows,columns and diagonals, which would be the correct choice among one through six to put under the square?
22 – 3×3 Ravens Progressive Matrix I
Click here to watch the video
Figure 45: 3×3 Ravens Progressive Matrix I
Figure 46: 3×3 Ravens Progressive Matrix I
Figure 47: 3×3 Ravens Progressive Matrix I
Page 23 of 357 ⃝c 2016 Ashok Goel and David Joyner
LESSON 02 – INTRODUCTION TO CS7637
Figure 48: 3×3 Ravens Progressive Matrix I
Figure 49: 3×3 Ravens Progressive Matrix I
Figure 50: 3×3 Ravens Progressive Matrix I
Figure 51: 3×3 Ravens Progressive Matrix I

LESSON 02 – INTRODUCTION TO CS7637
Figure 52: 3×3 Ravens Progressive Matrix I
Figure 53: 3×3 Ravens Progressive Matrix I
Figure 54: 3×3 Ravens Progressive Matrix I
What do you think is the right answer David? So, looking horizontally every row except for the third row has a diamond. Vertically every col- umn except the third column has a diamond. And diagonally the shapes are preserved if we imagine C’d be coming down here, G coming up here. So it seems like all signs point to number one. That is indeed the correct answer. But, you said something very important about this particular problem. And that is that, we can imagine that these rows are rotating, so that this C gets aligned with D, and D gets aligned with H, as if they were on a diagonal. One more point about this. Once again David was able to solve this problem within a few seconds. What
about an AI program? How could the AI pro- gram solve this problem? What representations would it use? What reason strategies would it use? Would it induce something from the first row? Would it learn something from the first row and apply it to the second row? If so, how would it do that induction?
23 – 3×3 Ravens Progressive Matrix II
Click here to watch the video
Okay, let’s try a harder one. I can tell you that this problem is hard. Even I have difficulty with this problem. So let’s take a minute, think about it. Again, this is a three by three ma- trix problem. You’re given the six choices to the right.
24 – 3×3 Ravens Progressive Matrix II
Click here to watch the video
Okay, David, are you ready for this one? What answer did you come up with? So after pondering it for far too long, I finally came to the answer that the answer is five. This problem is very different than the one that we’ve seen in the past, because it’s the relationship between the first two frames in each row and column that dic- tates the third frame. The relationship is called exclusive or. If the box appears in both the first two frames in a row or column, it doesn’t ap- pear in the third one. If it appears in neither of the first two frames, it doesn’t appear in the third one, but if it appears in exactly one of the frames, it appears in the third one as well. So here the top right square appears in both A and B, so it doesn’t appear in C. The top left and bottom left squares appear in B only, so they do appear in C. If you look across the rows and down the columns, you’ll see that, that relation- ship holds true for every row and column. And in fact, both rows and columns give us five as the answer. So if the row, the bottom left and bottom right appear each in only one of those frames, while the top right appears in both. So bottom left and bottom right appear here. For the right column, top left and top left appear both times, while bottom left and bottom right each only appear once. So the answer here again
Page 24 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 02 – INTRODUCTION TO CS7637
is bottom left and bottom right. That was excel- lent. Five looks like the right answer. Now did you follow the same strategies this time that you had followed the last time? No, definitely not. In the earlier problem, we saw that the first row had relationships that carried through for every single row. It didn’t really matter what order the figures were in. All that mattered was the relationships between them. Here, if we were to switch around some of the figures it would change what the other figures would have to be. And change the nature of the relationship in- side each row and column. So we’ve used a fun- damentally different kind of reasoning process. And that’s part of what makes this problem so difficult is that it’s unlike the ones we’ve seen in the past. That’s very interesting, couple of other things to note as well. I wonder whether this time you actually pick one, put it under here, and then solve with the completed pattern or not. And if they did not succeed, you pick the second one and put it here and solve the patterns succeeded or not and went through it systemat- ically. And finally came up with five because that fit the pattern the best. If that were the case, then this would be a different strategy from looking at the first row and the second row and the first column and the second column, induc- ing some rule and applying it with the third row. One other thing to note, something very inter- esting about knowledge based AI. We can ask ourselves, how is David solving these problems, if we can figure out, if we can generate hypothesis about how David is solving these problems, then that will inform how we can build an AI agent that can solve these problems. There is a side where we’re going from human cognition to AI. Alternatively, we can write an AI program that can solve these problems and by looking at how we are programmed to solve these problems we can generate hypotheses about how David might be solving problems. That’s going from the AI side to the cognitive science side.
26 – Exercise What is intelligence
Click here to watch the video
If you are designing a AI agent that can take an intelligence test. That raises the question, if
we succeed is the AI intelligent. What do you think, David? So, I would say no, even if the agents that we design successfully solve the in- telligence test, they aren’t themselves intelligent, they are just processing signals and inputs in the correct way. What do you think?
27 – Exercise What is intelligence
Click here to watch the video
The problem with David’s answer, in my opinion is that at a certain level humans too are just processing signals and inputs in the right way. What then makes us intelligent? Intelli- gence is hard to define. In the life sciences, sci- entists study life, but don’t always agree on a definition of life. Similarly, in the cognitive sci- ences, we study intelligence, but don’t necessar- ily define it. And knowledge based AI, will take the view that knowledge is central to human level intelligence.
28 – Principles of CS7637
Click here to watch the video
Our discussion of knowledge-based agents in this CS7637 class is organized around seven prin- cipals. Be on the lookout for the seven princi- pals, they’ll occur again and again throughout the course. Principal number one, agents use knowledge to guide reasoning and they repre- sent and organize this knowledge into knowledge structures. Principle number two, learning is of- ten incremental. This connects back to one of the characteristics of problems, where data and experience was coming incrementally. Number three, reasoning is top down not just bottom up. We just don’t reason from data, we also use data to pull out knowledge from memory, then we use this knowledge to generate expectations to make sense of the world. Principle number four, knowledge-based AI agents match meth- ods to tasks. We’ll discuss a number of different methods. We’ll also discuss several tasks. Later, we’ll discuss how AI agents can select specific methods to address particular tasks and even integrate different methods to address complex tasks. Principle number five, agents use heuris- tics to find solutions that are good enough. They do not necessarily find optimal solutions. This
Page 25 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 02 – INTRODUCTION TO CS7637
is because of a trade off between computer effi- ciency and the optimality of solutions. Our fo- cus will be on using bounded rationality and yet, giving near real-time time performance on [Al- though you will be] intractable problems. This happens, because agents use heuristics to find solutions that are just good enough. Principle number six, agents make use of recurring pat- terns of problems in the world. Of course, there are a number of problems. But even this number of problems are characterized the patterns that occur again and again. Number seven, reason- ing, learning and memory constrain and support each other. We’ll build theories that are not just theories of reasoning or theories of learning or theories of memory, but we’ll build theories that unify the three of them into one single cogni- tive system. These principles will come again and again in this particular class. So we highly recommend that you take a moment, pause the video and read over the principles once again.
29 – Readings
Click here to watch the video
Throughout this course, we will be using ma- terials drawn from a number of different text- books and papers. You’ll find specific references to all these sources for this examples in the Class Notes. Generally, however, we will use a handful of books from which we will draw a lot of mate- rial. Artificial Intelligence by Patrick Winston. Knowledge Systems by Mark Stefik, Artificial In- telligence by Elaine Rich and Kevin Knight and Artificial Intelligence: A Modern Approach by Stuart Russell and Peter Norvig. You don’t have to buy any of these books. But if you want to increase your knowledge beyond what we’ll dis- cuss in this class, you may want to consider both these text books and the specific references at the end of each lesson.
30 – Wrap Up
Click here to watch the video
Today we started off by discussing the goals, outcomes, and learning strategies for this class. That led us into discussing the project, the main assessment in this class. The project builds
on Raven’s Progressive Matrices, an apocryphal human intelligence test, an idea called compu- tational psychometrics, the application of com- puter models to understanding human cognition. We then discuss the seven main principles of CS7637 that are going to come up again and again in this course. We recommend you keep and eye out for them because they’ll come up in every single lesson. This is the end of the intro- duction to this course, so we hope you’re excited to get started. We’re going to start off with the fundamentals of knowledge based AI, including one of the most fundamental knowledge struc- tures called semantic networks.
31 – The Cognitive Connection
Click here to watch the video
Let us look at a connection between your class projects and human cognition. Beginning with psychometrics, psychometrics is the sci- ence of measuring human intelligence, aptitude, and knowledge. Computational psychometrics is the science of building agents that can take the same tests of intelligence that humans take. All the [computational] building AI agents that can address the Ravens test of intelligence, it will provide opportunities for thinking about hu- man cognition. While we will be looking only for how well your agents perform on the Ravens test, in principle [computational] psycho-metrics will also look at the kinds of errors that AI agents make. If the errors the AI agents make are similar to those that humans make, then that may provide a source of hypothesis about human thinking on this Raven’s Test of Intelligence. It is also interesting to note that people with autism perform about as well on the Raven’s Test of Intelligence as neurotypical people. This is a lit- tle surprising, because in general, people with autism do not perform as well on other tests of intelligence as the neurotypical people. Note that Raven’s test of intelligence is the only test that consists only of visual analogy problems. All other tests of intelligence also include a large number of verbal problems. Might I suggest that some of the thinking strategies that people with autism are better aligned with visual reasoning.
Page 26 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 02 – INTRODUCTION TO CS7637
32 – Final Quiz
Click here to watch the video
And now to the quiz at the end of this lesson. Will you please fill out what you learned in this lesson?
33 – Final Quiz
Click here to watch the video
Great. Thank you so much for your feedback.
Summary
This lesson cover the following topics:
1. Relationship between AI and human cognition,
2. Use of Raven’s progressive matrices to understand human cognition,
3. Generalizing knowledge to solve problems with similar patterns,
4. Use of human intelligence tests could be use to understand brain development in autistic
people and may be someday treat them: Click here
5. Use human cognition to build better AI agents and vice-versa.
References
1. Russell, S., & Norvig, P. Artificial Intelligence: A Modern Approach, Chapter 1. Section 1.1
Optional Reading:
1. Putting Online Learning and Learning Sciences Together; Click here
2. Understanding the Natural and Artificial Worlds; Click here
Exercises
None.
Page 27 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 03 – SEMANTIC NETWORKS
Lesson 03 – Semantic Networks
I think most people can learn a lot more than they think they can. They sell themselves short without trying. One bit of advice: It is important to view knowledge as a sort of a semantic tree – make sure you understand the fundamental principles, i.e. the trunk and big branches, before you get into the leaves/details or there is nothing for them to hang on to. – Elon Musk: co-founder of PayPal, Tesla Motors; co-chairman of OpenAI.
01 – Preview
Click here to watch the video
Figure 55: Preview
Figure 56: Preview
Okay. Let’s get started with Knowledge PCI. Today we’ll talk about semantic networks. This is the kind of knowledge representation scheme. This is the first lesson in our fundamental top- ics part of the course. We’ll start talking about
knowledge representations, then we’ll focus on semantic networks. We’ll illustrate how seman- tic networks can be used to address two by one matrix problems. You can think of this like a represent and reason modality. Represent the knowledge, represent the problem, then use that knowledge to address the problem. As simple as that. At the end, we’ll close this lesson by connecting this topic with human cognition and with modern research in AI.
02 – Representations
Click here to watch the video
Figure 57: Representations
So what is a knowledge representation? The collage on this screen shows several knowledge representations that AI has developed. In each knowledge representation there is a language.
Page 28 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 03 – SEMANTIC NETWORKS
That language has a vocabulary. Then, in ad- dition to that language, in that knowledge rep- resentation there’s some content. The content of some knowledge. Let’s take an example with which you’re probably already familiar. Con- sider the Newton’s second law of motion. So I can represent it as f is equal to m a. This is a knowledge representation. A very simple knowledge representation, in which there are two things. There is a language of algebraic equa- tions, y s equal to b x, for example. And then there is the content of our knowledge of New- ton’s second law of motion, force equals mass times acceleration. So the knowledge represen- tation has two things, once again. The language, which has its vocabulary. For example, this sign of equality. And the content that goes into that representation expressed in that language. Let us not worry too much about all of the repre- sentations in this collage right now, we’ll get to them later. The idea here is to simply show that AI has developed not one, but many knowledge representations. Each representation has its own affordances and its own constraints.
03 – Introduction to Semantic Networks
Click here to watch the video
Figure 59: Introduction to Semantic Networks
Figure 60: Introduction to Semantic Networks
To understand semantic networks as a knowl- edge representation, let us take an example. This is an example that we saw in a previous lesson. This is A is to B as C is to D, and we have to pick one of the six choices at the bottom that will go in D. How will we represent our knowledge of A, B, C and the six choices at the bottom? Let us begin with A and B. We’ll try to build semantics networks that can represent our knowledge of A and B. Inside A is a circle, I’ll label it x. Also inside x is a diamond, I’ll label it y. Here is a black dot, I’ll label it z. We can similarly label the objects in B. So inside A are three objects, x,y,andz. Sothefirstthingweneedtodoin order to build a semantic network for represent- ing our knowledge of A is to represent the object. So I have the object x, the object y, the object z, standing for the circle, the diamond and the black dot. Now that we have represented the ob- jects in A, we want to represent the relationships between these objects. So I have the objects x, y, z, and we’ll try to represent the relationship between them by having links between the nodes representing the objects. These links can be la- beled. So I may say that y is inside x because that is the relationship in the image A. Similarly
Figure 58: Introduction to Semantic Networks
Page 29 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 03 – SEMANTIC NETWORKS
I may say that z is above y because z is above y in the image A. I may also say that z is above x because z is above x in image A. In this way, a semantic network representation of the image A captures both the objects and the relation- ship between the objects. We can do exactly the same thing for the image B. The objects and the relationships between them, y is above x. Now that we have represented our knowledge of im- age A and our knowledge of image B we want to capture somehow the knowledge of the trans- formation from A to B because recall, A is to B as C is to D. So we want to capture the rela- tionship between A and B. The transformation from A to B. To do that, to capture the trans- formation from A to B, we’ll start building links between the objects in A and the objects in B. Now, for x and y they are straightforward for z, but there is no z in b. So we’ll have a dummy node here in b and we will see how we can la- bel the link here so that we can capture the idea that z doesn’t occur in B. So we might say that x is unchanged because x the circle here is the same as the circle here. Y on the other hand has expanded. It was a small diamond here and it’s a much bigger diamond there. Z, the black dot, has disappeared all together, so, we have, let’s say, it’s deleted, it’s not there at B at all. I hope you can see from this example how we con- structed a semantic network for the relationship between the images A and B. There were three parts to it. The first part dealt with the ob- jects in A and the object in B. The second dealt with the relationships between the objects in A and the relationship with the objects in B. The third party dealt with the relationships between the objects in A and the relationships between the objects in B. In principle, we can construct semantic networks for much more complicated images, not just A and B. Here is another ex- ample of a semantic network for another set of images. Once again, we have the objects and the relationships. And then the relationship be- tween the objects in the first image and that in the second image.
04 – Exercise Constructing Semantic Nets I
Click here to watch the video
Figure 61: Exercise Constructing Semantic Nets I
Okay, very good. Here is C and I’ve just cho- sen one of the choices out of the six choices, five here. And so we’re going to try to build a se- mantic network for C and five, just the way we builtitforAandB.SoforCandfive,Ihave already shown all the objects. Now, your task is to come up with the labels with the links that are between these objects here, as well as labels for the link in the, between the object for five.
05 – Exercise Constructing Semantic Nets I
Click here to watch the video
Figure 62: Exercise Constructing Semantic Nets I
Now David made an important point here. He said that the vocabulary he’s using here of inside and above, is the same as the vocabulary that I had used of inside and above here. And that’s a good point because we want to have a consistent vocabulary throughout the represen- tation for the class of problems. So here we have decided that for representings, problems of this kind in semantic networks, we will use a vocab- ulary of inside and above and we will try to use it consistently.
Page 30 of 357 ⃝c 2016 Ashok Goel and David Joyner

06 – Exercise Constructing Semantic Nets II
Click here to watch the video
changed, so it’s unchanged. Just like dot z dis- appeared, dot t also disappeared so I marked it deleted like we did before. Good, that seems like a good answer.
08 – Structure of Semantic Networks
Click here to watch the video
Figure 65: Structure of Semantic Networks
Now that we have seen some examples of se- mantic networks, let us try to characterize se- mantic networks as a knowledgeable presenta- tion. A knowledgeable presentation, will have a lexicon. That tells us something about the vo- cabulary of the presentation language. A struc- ture which tells us about how the words of that vocabulary can be composed together into com- plex representations and the semantics which tells us how the representation allows us to draw inferences so that we can in fact reason. In case of semantic network the basic lexicon consists of nodes that capture objects. So, x, y, z. What about this structural specification? Structural specification here consists of links which have di- rections. These links capture relationships and allows to compose these notes together into com- plex representations. What about the seman- tics? In case of semantics, we are going to put labels on these links which are then going to al- low us to do, draw inferences and do reasoning over these representations.
09 – Characteristics of Good Representations
LESSON 03 – SEMANTIC NETWORKS
Figure 63: Exercise Constructing Semantic Nets II
Let’s go one step further. Now we have the semantic network for C, and the semantic net- work for 5. But we have yet to capture the knowledge of the transformation from C to 5. So we have to label the, these three links.
07 – Exercise Constructing Semantic Nets II
Click here to watch the video
Figure 64: Exercise Constructing Semantic Nets II
Let’s do this exercise together. Derrick, what labels did you come up with? So just like I tried to transfer the vocabulary we used to de- scribe the relationships between shapes and a fig- ure, I decided to try and transfer the vocabulary we used to describe transformations between the two figures. So just like X was unchanged be- tween A and B, r is unchanged between C and five. In this case, s is also unchanged. It moved, but that’s captured in the relationship between the shapes in figure five. The shape itself hasn’t
Click here to watch the video
Page 31 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 03 – SEMANTIC NETWORKS
Figure 66: Characteristics of Good Representa- tions
Now that we have seen semantic networks in action, we can ask ourselves the important ques- tion. What makes a knowledge representation, a good representation? Well, a good knowledge representation makes relationships explicit. So in the two by one matrix problem, there were all these objects, circles and triangles and dots. There were there this relationship between them, left off and inside. And the semantic that worked made all of them explicit. It exposed the natu- ral constraints of the problem. A good repre- sentation works at the right level of abstraction. So that it captures everything that needs to be captured, and yet. Removes all the details that are not needed. So representation, a good repre- sentation, is transparent, concise, captures only what is needed, but complete, captures every- thing that is needed. It is fast, because it doesn’t have all the details that are not needed. And it is computable. It allows you to draw from the inferences that need to be drawn, in order to ad- dress the problem at hand.
10 – Discussion Good Representations
Click here to watch the video
So, what’s a good representation for everyday life? David, can you think of an example? So a good example that comes to mind pretty quickly for me is the example of the nutritional informa- tion on the side of a food or beverage container. It lists slots for each different kind of nutrient, and also lists the quantity that’s present in that food. So it seems like it’s a pretty good repre- sentation of what’s actually going on inside the food container. What do you think? Do you think David is right?
11 – Discussion Good Representations
Click here to watch the video
Figure 68: Discussion Good Representations
Let us think through this a little bit more deeply. Does the nutritional label make all the information explicit, David? So it seems like it does, for each given nutrient in the food, it lists the explicit amount of that, that is present in the food. So it seems like it makes all the infor- mation explicit. Would you say then, it enables me to draw the right kind of inferences? Well, it certainly seems like it does. So, if I’m wor- ried about my diet and I’m worried about how many calories I’m consuming, it tells me right there on the label exactly how many calories it has. So, I can infer the right amount of food to eat per day. If you’re concerned with something different in your diet, though, it actually gives you the information to make a different kind of inference. What about extraneous information, information that I may not need? Well, that’s a good point, actually. Because it gives the in- formation that anyone might need and, as a re- sult, it’s going to give information that’s extra- neous to somebody. So, for example, in my diet,
Figure 67: Discussion Good Representations
Page 32 of 357 ⃝c 2016 Ashok Goel and David Joyner

I might not care about the number of carbohy- drates I consume. So, for me, that’s extraneous information. But, for somebody else, that’s very important. So it doesn’t avoid extraneous infor- mation, but it would be really hard for it to do so. What about relationships? Does it make all the concepts of all the relationships between them really explicit? So actually, now that you men- tion it, Ashoke, it really doesn’t. So for example, the number of calories from fat in a particular food is based, in large part, on the amount of fat that’s in it. It gives the number of calories from fat and the amount of fat in it right there on the label, but it doesn’t tell me that there’s a relationship there. So I really can’t make any inferences based on that relationship. I don’t even know that relationship exists. So note how this connects with the ability to make inferences. Nutritional labels capture some information that allows us to make good inferences, do not cap- ture all the information.
12 – Guards and Prisoners
Click here to watch the video
Figure 69: Guards and Prisoners
Figure 70: Guards and Prisoners
Let us now look at a different problem, not a 2 by 1 matrix problem but a problem called
the guards and prisoners problem. Actually this problem goes by many names, Cannibals and missionaries problem, the jealous husbands prob- lem and so on. It was first seen in a math text book about 880 and has been used by many peo- ple in AI for discussing problem representation. Imagine that there are three guards and three prisoners, on one bank of the river and they must all cross to the other bank. There is one boat, just one boat and they can only take one or two people at a time, not more and the boat can- not travel alone. On either bank, prisoners can never outnumber the guards, if they do they will overpower the guards. So, the number of guards must at least be equal to the number of prisoners on each bank. We’ll assume these are good pris- oners. They won’t runaway if they’re left alone. Although they might beat up the guards if they outnumber them. That’s the beauty of this class. We lead with real problems, practical problems. We also make up problems to help illustrate spe- cific things. I think you’re going to have fun with this one.
13 – Semantic Networks for Guards Prisoners
Click here to watch the video
Figure 71: Semantic Networks for Guards Pris- oners
Let us try to construct a semantic network representation, for this guards and prisoners problem, and see how we can use it to, do the problem solving. So in this representation, I’m going to say that each node is a state in the prob- lem solving. In this particular state, there hap- pens to be one guard and one prisoner on the left side. The boat is on the right side, and two of the prisoners and two of the guards are also on the right side. So this is a node, one single
LESSON 03 – SEMANTIC NETWORKS
Page 33 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 03 – SEMANTIC NETWORKS
node. So the node captured, the lexicon of the semantic network. Now, we’ll add the structural part. And the structural part has to do with the transformation. That is going connect different nodes, into a more complex sentence. We’ll la- bel the links between the nodes, and these labels then, will capture some of the semantics of this representation, that will allow us to make inter- esting inferences, when it comes time to do the problem solving. Here is a second node, and this node represents a different state in the problem solving. In this case, there are two guards and two prisoners on the left side. The boat is also on the left side. There is one guard and one pris- oner on the right side. So this now, is a, semantic network. A node, another node, a link between them and the link is labelled. Note that in this representation, I used icons to represent objects, as well as icons to represent labels of the links between the nodes. This is perfectly valid. You don’t have to use words. You can use icons, as long as you’re capturing the nodes and the ob- jects inside each state, as well as the labels on the links between the different nodes.
14 – Solving the Guards and Prisoners Problem
Click here to watch the video
Figure 72: Solving the Guards and Prisoners Problem
Figure 73: Solving the Guards and Prisoners Problem
Figure 74: Solving the Guards and Prisoners Problem
There’s an old saying in AI, which goes like, if you have the right knowledge representation, problem solving becomes very easy. Let’s see whether that also works here. We now have a knowledge representation for this problem of guards and prisoners. Does this knowledge rep- resentation immediately afford effective problem solving? So, here we are in the first node, the first state. There are three guards and three prisoners in the boat, all in the left-hand side. Let us see what moves are possible from this ini- tial state. Now, using this representation, we can quickly figure out that there are five possi- ble moves from the initial state. And the first move, we move only guard to the right. On the second move, we move a guard and a prisoner to the right. In the third move, we can move two guards, or two prisoners. Or, in the fifth move, just one prisoner to the right. Five possi- ble moves. Of course, we know that some of these moves are illegal and some of them are likely to be not very productive. Will the semantic net- work allow us to make inferences about which moves are productive and which moves are not
Page 34 of 357 ⃝c 2016 Ashok Goel and David Joyner

productive? Let’s see further. So, let’s look at the legal moves first. So we can immediately make out from this representation, that the first move is not legal because we are not allowed to have more prisoners than guards on one side, of the river. Similarly, we know that the third move is illegal for the same reason. So, we can immedi- ately rule out the first and the third moves. The fifth move, too, can be ruled out. Let’s see how. We have one prisoner on the other side. But the only way to go back would be to take the pris- oner to the, back to the previous side. And if we do that, we reach the initial state. So we did not make any forward progress. Therefore, we can rule out this move as well. This leaves us with two possible moves that are both legal and productive. The, we have already removed the moves that were not legal and not productive. Later, we will see how AI programs can use var- ious methods to figure out what moves are pro- ductive and what moves are unproductive. For the time being, let’s go along with our problem solving.
15 – Exercise Guards and Prisoners I
Click here to watch the video
Write the number of guards on the left coast in the top left box, just as a number zero, one, two, or three. The number of prisoners on the left coast in the bottom left box, the number of guards on the right coast in the top right box, and the number of prisoners on the right coast in the bottom right box.
16 – Exercise Guards and Prisoners I
Click here to watch the video
So what answers did you come up with, David? So we knew that because the boat is traveling from the right back to the left, that the boat is going to be on the left in each of the next states, so we didn’t even ask for that. In the top state, the only things we could do are move both people back, just the guard back, or just the prisoner back. Moving both back would just take us back to our original state, so while it’s le- gal, it’s not productive. Moving just our prisoner back would have more prisoners on the left than
guards, so that wouldn’t be a legal move. So our only move is to move our guard back to the left. Similarly on the bottom, we could either move both prisoners back to the left, or just one. Mov- ing both would take us back to our original state which isn’t productive. Moving just one, then, is our only legal next state. That was a good an- swer, David. Thank you. Note David, that these two states that he came up with, the one at the top here and one at the bottom here, are in fact identical. And because they’re identical, there- fore we can collapse them into one state. So, now we get the representation shown in this fig- ure, the two states have been collapsed into one. So in this semantic network, we don’t really care how we got into a state, just as long as we know what state we’re in. And that makes sense in this problem solving process. Once we’re in this state, we don’t care if we got to it this way, or this way, all we care about is the current state of the problem.
17 – Exercise Guards and Prisoners II
Click here to watch the video
Let us take this problem solving a little bit further. Now that we’re in this state, let us write down all the legal moves that can follow. It will turn out that some of these legal moves will be unproductive, but first, let’s just write down the legal moves that can follow from here.
18 – Exercise Guards and Prisoners II
Click here to watch the video
LESSON 03 – SEMANTIC NETWORKS
Figure 75: Exercise Guards and Prisoners II Page 35 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 03 – SEMANTIC NETWORKS
Figure 76: Exercise Guards and Prisoners II
Figure 77: Exercise Guards and Prisoners II
David, did you solve this problem? So just like the original state, there could be five moves that come out of this. Two of the moves we can already say are illegal. Moving two guards would have more prisoners than guards on the left. And moving one guard and one prisoner would end up with too many prisoners on the right. So we don’t include those states. Then our three legal moves are to move one prisoner, two prisoners, or one guard. But, now I notice that this state is actually identical to this state. Like we said before, once we’re in a state, we don’t really care how we got there. So going back to an earlier state is not a productive move. So, we can rule this out as an unproductive move. Similarly, this state is the same as this state. So we can rule this out as an unproductive move as well. That leaves us with only one legal pro- ductive move that can follow from the previous state. That is a very good point, David. So this representation is a good representation for this problem, because it is making all the constraints of the problem solving explicit. So that we can quickly compare states and say, which moves are productive and moves are not productive? I can tell you that when I tried to solve this problem
on my own, it took me a while because I didn’t recognize the fact that I kept going around in a circle because I didn’t realize I kept coming back to the exact same state. In fact, David, most of us have the same difficulty. So the power of this semantic network as a representation is arising because it allows us to systematically solve this problem, because it makes all the constraints, all the objects, all the relationships, all the moves, very explicit.
19 – Exercise Guards and Prisoners III
Click here to watch the video
Figure 78: Exercise Guards and Prisoners III
We can continue this problem solving process further and solve this guards and prisoners prob- lem. I’ll not do that here, both because it will take a long time, and because the entire picture will not fit into the screen. But I would like you to do it yourself. And I want you to do it and tell me how many moves does it take to move all the guards and all the prisoners from one side to the other side of the river? Once you are done. Once you have solved the problem and moved all the guards and prisoners to the other side, write the number of moves here in this box.
20 – Exercise Guards and Prisoners III
Click here to watch the video
Page 36 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 03 – SEMANTIC NETWORKS
Figure 79: Exercise Guards and Prisoners III
How many moves did you come up with, David? So, I was able to do the problem in 11 moves. I won’t talk you through the entire pro- cess, but if you’d like to pause this video you can take a look and see the exact moves I used, and see if they match yours. We know that 11 moves are the most efficient way to solve the problem, but these aren’t the only 11 moves that can actu- ally solve the problem. Good, David. That’s the correct answer. So now that we have solved this problem together, next time you go to a cocktail party, you can entertain all of your guests by showing how you can do this problem so effec- tively and so efficiently. Even if all of them floun- der trying to do things on their napkin that’s not succeeding. So we’ve not yet talked about how an AI method can determine which states are productive and which states are unproductive. We’ll revisit this issue in the next couple lessons.
21 – Represent Reason for Analogy Problems
Click here to watch the video
Figure 80: Represent Reason for Analogy Prob- lems
Figure 81: Represent Reason for Analogy Prob- lems
Now that we have seen how, the semantic network knowledge representation, enables prob- lem solving, let us return to that earlier problem that we were talking about. The problem of A is to B, as C is to 5. Recall that we have worked out the representations for both A is to B and C is to 5. The question now becomes, whether we can use this representation, to decide whether or not 5 is the correct answer. If we look at the two representations in detail, then we see part of the representation here, is the same as the rep- resentation here. Except that, this part is dif- ferent from this part. Here we have y expanded and right here, we have s remain unchanged. So this may not be the best answer. Perhaps there is a better answer. Where the representation on the left, will exactly match representation on the right.
22 – Exercise Represent Reason for Ravens
Click here to watch the video
Figure 82: Exercise Represent Reason for Ravens
So, let us do another exercise together. This time I have picked a different choice, choice 2 here. So now, we can build a representation for
Page 37 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 03 – SEMANTIC NETWORKS
A is to B like earlier, and here is a representa- tion of C is to 2. I would like you to fill out these boxes for the labels on the links here. And then answer whether or not two is the right answer for this problem.
23 – Exercise Represent Reason for Ravens
Click here to watch the video
Figure 83: Exercise Represent Reason for Ravens
What answer did you come up with, David? Is two the correct answer? So I said that that was the correct answer. It looks to me like the relationships at play in frame A and frame C are the same. And the relationships at play in frame B and frame 2 are the same. We saw that x was unchanged between the two frames, just as r is. Y expanded, just s does. And z was deleted, just as t is. Similarly, y was above x, just as s is above r. So I think it’s the right answer. Good David, that’s in fact the correct answer. Two is the best choice of a level here. But imagine that for 2 s row, the match between the representa- tion on the left side and the representation on the right side was only partial. Just like it was when we had five over here. How then would we make a choice between two and five, David? So it sounds like so far we’ve been talking about an all- or-nothing match of transformations. But if we didn’t have an exact match between the transfor- mations, we’d have to come up with some way to evaluate how well two transformations actually fit together. So we might say that these trans- formations are 95
24 – Exercise How do we choose a match
Click here to watch the video
Figure 84: Exercise How do we choose a match
Let us do another exercise. This is actually an exercise we’ve come across earlier, however this exercise has an interesting property. Often the world presents input to us, for which there is no one single right answer. Instead, there are multiple answers that could be right. The world is ambiguous. So, here we again have A is to B, C is to D, and we have six choices. So, what choice do you think is the right choice here?
25 – Exercise How do we choose a match
Click here to watch the video
Figure 85: Exercise How do we choose a match
What answer did you think about, David? So this is a tiny bit different than the one we saw earlier. Earlier, we saw this exercise with- out the square as an option, so we were forced to pick the triangle. But here, since we actually have the square as the option, I think the easier transformation is to say that the middle shape is disappearing. Thus, the triangle disappears and leaves us with just that square. So, I’d say that five is the correct answer. That’s a good answer, David, but note that three could also be an an- swer because one could imagine the relationship between A and B a little differently. Suppose we
Page 38 of 357 ⃝c 2016 Ashok Goel and David Joyner

were to say that the outer circle is disappearing and the inner circle is expanding. In that case, we will again get B. So in that case, we might say that the outer image is disappearing, this square, and the inner shape is expanding to give us three. So three is also a legitimate answer. So I imagine though, that most people would choose answer five over answer three. But why would most of us choose answer five over answer three? That’s a great question. Let’s look at this in more detail.
26 – Choosing Matches by Weights
Click here to watch the video
Figure 86: Choosing Matches by Weights
Figure 87: Choosing Matches by Weights
So let us look at the semantic network repre- sentation of the relationship between A and B. In one view of the transformation from A to B, we can think of q, the outer circle, as remain- ing unchanged, and p the inner circle, as getting deleted. Let’s look at another view of the trans- formation from A to B. In this view, we can think of p as getting expanded and q, the outer circle, as getting deleted. Both of these views are valid views. If both of these views are valid, then how would anyone decide? How would an AI agent decide which view to select? Let us suppose that
the AI agent had a metric by which it could de- cide upon the ease of transformation from A to B. Let us suppose that, that metric assigned dif- ferent weights to different kind of transforma- tions. You will notice that these transformations like scaling, rotation, reflection make for a fine transformations. In this scale, a larger value like 5 points, means more ease of transformation and greater similarity. A lower value means less ease of transformation and more difficult transforma- tion and less similarity. Given the scale, let us calculate the weight of transformations for both transformation #1, and transformation #2. In transformation #1, you can see that p is getting deleted, which we gave a weight of 1. And q re- mains unchanged, which we gave a weight of 5. So the total weight here is 6. In case of transfor- mation #2, the weight of p being expanded, we said will be 2, scaled. And, q getting deleted is 1, so the total weight is 3. If you prefer the first transformation over the second transformation, then we can see why someone will answer the square is the correct answer, and not the trian- gle. Let us return to this exercise. And now we can see why both 3 and 5 are legitimate answers. We can also see why an AI agent may prefer 5, given the similarity metric that we talked about in the last shot.
27 – Discussion Choosing a Match by Weight
Click here to watch the video
Figure 88: Discussion Choosing a Match by Weight
In order to make sure that they’re getting the point here let us revisit an exercise we had come across earlier. This is a truncated version of the exercise. That one had six choices, here there
LESSON 03 – SEMANTIC NETWORKS
Page 39 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 03 – SEMANTIC NETWORKS
are only four choices. The similarity weights are shown here. David, which one do you think is the right choice for this problem? So it seems to me that given these four choices, the right choice is going to be number 2. What does everyone think about David’s answer? Did David give the right answer with 2?
28 – Discussion Choosing a Match by Weight
Click here to watch the video
What is everyone think? Is 2 the right an- swer here? Well, lets look at the choices. First note, that both 2 and 4 are legitimate answers. 2 is legitimate because we can think of the trans- formation from A to B as a reflection around the vertical axis. And so if we think of the transfor- mation from C to D, again as a reflection of the vertical axis, we’ll get 2. 4 is also a correct an- swer, because we can think of the transformation from A to B as a rotation of 180 degrees, and if we rotate C by 180 degrees we’ll get 4. However, if we look at our weights again, we gave reflec- tion a higher weight than we gave rotation. And therefore, David is right, 2 indeed is the correct answer.
29 – Connections
Click here to watch the video
Before we end this lesson, I want to draw several connections. The first has to do with memory. We have often said that memory is an integral part of the cognitive systems architec- ture. One can imagine that A and B are stood inamemory. ThenCand1,andCand2,and C and 3, and so on, are probes into the memory. And the question would then become, which one of these probes is most similar to what’s stored in memory? We may decide on that answer based on some similarity metric. In fact we’ll revisit this exactly the same issue when we talk about case-based reasoning later on in this class. An- other connection we can draw here has to do with reasoning. When we are talking about the trans- formation from A to B and then the transforma- tion to from C to 1 of these choices, one question that arose was should we make the connection
between the outer circle here and B? Or the in- ner circle and A and B. This is a correspondence problem. The correspondence problem is: given two situations, what object in one situation cor- responds to what object in another situation? We will come across this problem again when we discuss analogical reason a little bit later. The third connection has to do with cognition, of knowledge based AI as a whole. Notice that in- stead of just talking about properties of objects, like this is a circle and the size of the circle, our emphasis here has been on the relationships be- tween the objects. The fact that this is inside the outer circle, or the fact that the outer circle re- mains the same here, the inner circle disappears. In knowledge-based AI and in cognition in gen- eral, the focus is always on relationships, not just on objects and the features of those objects.
30 – Assignment Semantic Nets
Click here to watch the video
Figure 89: Assignment Semantic Nets
The first assignment you can chose to do for this course is to talk about how these semantic networks can be used to represent Raven’s Pro- gressive Matrices. We saw a few different prob- lems in the first lesson. So take a look at how the semantic networks we’ve talked about today can be used to represent some of those other prob- lems, and write your own kind of representation scheme. In addition to writing a representation scheme, also talk about how that representation scheme actually enables problem solving. Re- member what Ashok mentioned about the dif- ferent qualities of a good knowledge representa- tion that is complete. It captures information at the right level of abstraction, and it enables
Page 40 of 357 ⃝c 2016 Ashok Goel and David Joyner

problem solving. So write how your representa- tion can enable problem solving of two by one, two by two, and three by three problems. You don’t need to use the exact same representa- tion scheme that we use, and in fact you can and should use your own. Also remember that your representation should not capture any de- tails about what the actual answer to the prob- lem is, but rather it should only capture what’s actually in the figures in the particular problem.
31 – Wrap Up
Click here to watch the video
Figure 90: Wrap Up
So let’s recap what we’ve talked about to- day. We started off today by talking about one of the most important concepts in all of knowledge based AI, which are knowledge based represen- tations. As we go forward in this class, we’ll see knowledge representations are really at the heart of nearly everything we’ll do. We then talked about semantic networks, which are a good par- ticular kind of [knowledge] representation and we used those to talk about the different crite- ria for a good knowledge representation. What do good knowledge representations enable us to do and what to they help us avoid? We then talked about kind of an abstract class of prob- lem solving methods called Represent and Rea- son. Represent and reason really lies under all of knowledge based AI and it’s a way of represent- ing knowledge and then reasoning over it. We then talked a little bit about augmenting that with weight, which allows us to come to more nuanced and specific conclusions. In the next couple weeks, we are going to use these semantic networks to talk about a few different problem
solving methods. Next time, we’ll talk about generating tests and then we’ll move on to a couple slightly different ones called Means and Analysis and Proper Reduction.
32 – The Cognitive Connection
Click here to watch the video
How is semantic networks connected with hu- man cognition? Well we can make at least two connections immediately. First, semantic net- works are kind of knowledge representation. We saw hive knowledge is presented as a semantic network. If the results of [power of] representa- tion, then you can use the knowledge presenta- tion to address the problem. We can now say similarly for human mind that human mind rep- resents problems. It represents knowledge. Then it uses that knowledge to address the problem. So, representation then becomes the key. Sec- ond, and most specifically, semantic networks are related to spreading activation networks, which is a very popular theory of human memory. Let me give you an example. Supposing I told you a story consisting of just two sentences. John wanted to become rich. He got a gun. And no- tice that I did not tell you the entire story, but I’m sure you all made up a story based on what I told you. John wanted to become rich. He de- cided to rob a bank. He got a gun in order to rob the bank. But how did you end this story? How did it draw the inferences about robbing a bank which I did not tell you anything about? Imag- ine if you have a semantic network that consisted of a large number of nodes. So when I gave you the first sentence, John wanted to become rich, the nodes corresponding to John and wanted and become and rich, got activated, and the activa- tion started spreading from those nodes. And when I said John, he got a gun, then the gun node also got activated and that activation also started spreading. As this activation spread, it merged. And a path they could walk on. And all the nodes on that pathway now become part of the story, and if you happen to have nodes like, rob a bank along the pathway, now you have un- derstanding of story.
33 – Final Quiz
LESSON 03 – SEMANTIC NETWORKS
Click here to watch the video
Page 41 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 03 – SEMANTIC NETWORKS
Please write down what you learned in this lesson.
34 – Final Quiz
Click here to watch the video
Figure 91: Final Quiz
Figure 92: Final Quiz
Figure 93: Final Quiz
Figure 94: Final Quiz
Figure 95: Final Quiz
Figure 96: Final Quiz
Great. Thank you so much for your feedback.
Summary
This lesson cover the following topics:
1. Knowledge representation and Reasoning using that representation is the key to problem-solving.
2. Semantic Networks are one of the many ways for knowledge representation.
3. Pathways along spreading activation networks could potentially help with memorizing and recalling solutions instead of solving them every time for new recurring problems.
References
1. Winston P., Artificial Intelligence, Chapter 2, Pages 15-33.
Optional Reading:
1. Winston Chapter 2, pp. 16-32; Click here
Exercises
None.
Page 42 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 04 – GENERATE & TEST
Lesson 04 – Generate & Test
It is evidently necessary to generate and test candidates for solutions in some systematic manner. – Niklaus Wirth: Swiss computer scientist, creator of the Pascal language.
01 – Preview
Click here to watch the video
Figure 97: Preview
Figure 98: Preview
Today, we’ll talk about a very general method called generate and test. We have looked at knowledge representations like semantic net- works. We’ll shift our attention now to problem solving methods. Generate and test is a prob- lem solving method. This is another item in our fundamental topics part of the course. The gen- erate and test method in a way, is very simple.
Page 43 of 357
Given a problem, generate potential solutions to it, and then test the solutions for the efficiency for addressing the problem. If you had complete knowledge of the world, complete and correct knowledge of the world. If you had infinite com- putational resources. And if you had a method of reasoning that was guaranteed to be correct, then you can generate the correct, the optimal solution. You don’t need to test it. In general however, you do not have complete or correct knowledge of the world. You do not have infi- nite computational resources, and not all meth- ods are guaranteed to be correct. In that case, you can generate potential solutions. Plausible solutions, and then test them. Estimates that will generate, and test. We will use this method in conjunction with semantic networks, or the prisoners and guards problem that we discussed last time.
02 – Guards and Prisoners
Click here to watch the video
Figure 99: Guards and Prisoners
⃝c 2016 Ashok Goel and David Joyner

LESSON 04 – GENERATE & TEST
Figure 100: Guards and Prisoners
Knowledge-based AI is a collection of three things. Knowledge representations, problem solving techniques and architectures. We have already look at one knowledge representation, se- mantic networks. We have not so far looked at problem solving methods or architectures. To- day, I’d like to start by talking about the prob- lem solving method. Let us illustrate the prob- lem solving method of generate and test with the same examples that we have discussed ear- lier. When we were discussing this example in the case of semantic networks, we simply came up with various states and pruned some of them without saying about how an AI agent would know what states to prune. So imagine that we have a generator that takes the initial state and from that initial or current state, generates all the possible successive states. For now, imagine it’s not a very smart generator, it’s a dumb gen- erator. So it generates all the possible states. So the generator test method not only has a gener- ator but also has a tester. The tester looks at all the possible states the generator has gener- ated and removes some of them. For now, let’s also assume that the tester is is dumb as well. And so the tester is removes only those states that are are clearly illegal based on the specific of the problem. Namely, that one cannot have more prisoners than guards on either back. So the first and the third states are removed by the tester.
03 – Exercise Generate and Test I
Click here to watch the video
Figure 101: Exercise Generate and Test I
Let us continue with this exercise one step further. So now we have three successor states to the initial state. Given these three successor states, what states might the dumb generator generate next?
04 – Exercise Generate and Test I
Click here to watch the video
Figure 102: Exercise Generate and Test I
So from the top state we have three possible next states. We can move both of them, we can move just the prisoner, or we can move just the guard. From this one we can either move one prisoner or two prisoners, and from this one all we can really do is move the prisoner back over to the left. Remember that David is not generat- ing these successive states. David is saying that the DOM generator will generate the successive states.
05 – Exercise Generate and Test II
Click here to watch the video
Page 44 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 04 – GENERATE & TEST
Figure 103: Exercise Generate and Test II
So now that we have all of these states that the generator has generated, given that we have a dump tester what states will the dump tester dismiss?
06 – Exercise Generate and Test II
Click here to watch the video
Figure 104: Exercise Generate and Test II
Figure 106: Exercise Generate and Test II
So the only one of these six states that dis- obeys our one rule against having more prison- ers than guards on either shore, is this state over here. So, that’s the only state that’s going to get thrown out. These five states are all legal ac- cording to our dumb testers understanding of the problem. So after we dismiss that state, though. We’ll notice that we only have two unique states, we have everyone on the left coast and one pris- oner on the right coast. So like we did earlier, we can collapse these two down into only these two states. It won’t matter how we got there, once we’re there.
07 – Dumb Generators, Dumb Testers
Click here to watch the video
Figure 107: Dumb Generators, Dumb Testers
Now we can continue to apply this method of generate and test iteratively. So we can ap- ply it on this state and that state and see what successor states we get. If we do so, then we get a very large number of successor states. This is a problem of call many total explosion. While one was tasked with a small number of states, but the number of successor states keeps on in- creasing very rapidly. Now, the reason it is oc- curring here and it did not occur when we are
Figure 105: Exercise Generate and Test II
Page 45 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 04 – GENERATE & TEST
talk, dealing with semantic networks is because here we have states like this one which have three guards and three prisoners on the same side of the bank, exactly the same state that was the initial state to begin with. This is because we have a dumb generator and a dumb tester. So this state never got pruned away, although this particular state is identical to the initial state that we started from. This method of gener- ating test, even with a dumb generator and a dumb tester, if applied iteratively could finally lead to the goal state. In which case, we will have a path from the initial state all the way to the goal state, but this will be computationally very inefficient. This is because we have a dumb generator and a dumb tester. So the question now becomes, can we make a smarter generator and a smarter tester? Before we make a smarter generator and a smarter tester, we should note that generate and test is a very powerful problem solving method.
08 – Smart Testers
Click here to watch the video
Figure 108: Smart Testers
Figure 109: Smart Testers
Figure 110: Smart Testers
Figure 111: Smart Testers
Figure 112: Smart Testers
Figure 113: Smart Testers
So suppose that we have a smarter tester, a tester which can detect when any state is iden- tical to a previously visited state. In that case
Page 46 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 04 – GENERATE & TEST
the tester may decide that this, this, and this state are identical to the initial state and there- fore dismiss them. The tester also dismisses this state, as usual, because of the problem specifica- tion that one cannot have more prisoners than guards on any one bank. This leaves the follow- ing state of affairs. Note also that this particular state has no successor states, all successor states of this have been ruled out. Therefore this par- ticular part clearly is not a good path to get to the gold state. If we notice also, that these two states are identical, then we can merge them. If we do so, then we get exactly the same kind of configuration of states that we had when we were dealing with the semantic network in the previ- ous lesson. There is something to note here. We had this semantic network in the last lesson, but the knowledge representation of semantics net- work, while very useful, by itself and of itself doesn’t solve any problems. You need a problem solving method that uses knowledge afforded by the knowledge representation to actually do the problem solving. Generating test is one of those problem solving methods. In general, when we do problem solving or reasoning, then there is a coupling between a knowledge representation and a problem solving method, like semantic net- works and generating test. What we did so far had a dumb generator, but we made the testers smarter. The testers started looking for what states had been repeated. Alternatively we can shift the balance of responsibility between them and make the generator smarter. Let’s see how that might happen.
09 – Smart Generators
Click here to watch the video
Figure 114: Smart Generators
Figure 115: Smart Generators
Figure 116: Smart Generators
Instead of the generator generating all the successive states and then a tester finding out that this state, this state and this state are iden- tical to the initial state. One could make the generator itself smarter and say that a generator will not even generate these three states, but it will know that it should not generate states that are already up here. This means that we can ei- ther provide the generator with some additional abilities or the tester with some additional abil- ities or both. If the generator was smarter, then it would not even generate these three states be- cause they are nonproductive. I would exclude maybe the tester, the determinant of this state is illegal and therefore dismisses it. We could even go one step further and make the generator even smarter, so the generator will not gener- ate this particular state. And thus, the balance within the generator and the tester can shift de- pending on where we try to put knowledge. For this problem, for this relatively simple and small problem, the balance will responsibility between the generator and test might look like a tree re- lationship. But imagine a problem in if there are a million such states. Then whether we have generated very smart or the tests are very smart
Page 47 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 04 – GENERATE & TEST
or both can become a important issue. Despite that, genetic testing factors are a very popular method used in some schools of AI. Genetic al- gorithms, for instance, can be viewed as genetic generate and test. Given a number of states, they try to find out all the potential successive states that are possible, given some simple rules of recombination. And then of a fitness func- tion that acts as a tester. Genetic algorithms, therefore, are an effective method for a very large number of problems. They’re also a very ineffi- cient method because neither the generator nor the testing generator algorithms are especially smart.
10 – Discussion Smart Generators and Testers
Click here to watch the video
Figure 117: Discussion Smart Generators and Testers
Figure 118: Discussion Smart Generators and Testers
Figure 119: Discussion Smart Generators and Testers
Recall that we had this state as a kind of hanging state. It had no successes state. And we said that, well this state can be dismissed, but here is a question. Who will dismiss it, the gen- erator or the tester? What do you think, David? So I think the tester would do it. We could have the tester basically say any state where there is only one person on the side of the river that has the boat can be pruned off, because the only way to get into that state is to send that person over. And the only way to get out of that state is to undo the previous move. So my rule would be for the tester, any time only one person is on the side of the river with the boat, throw out that state. What does everyone else think? Is David right about this?
11 – Discussion Smart Generators and Testers
Click here to watch the video
Figure 120: Discussion Smart Generators and Testers
David is right. The tester could, in fact, test and dismiss the state using the kind of rule David was talking about. But, David, do you think there is another way that this could be done?
Page 48 of 357 ⃝c 2016 Ashok Goel and David Joyner

So, I guess, actually, the generator could do it as well. So, in this case, we could also have the generator say, I don’t need to ever generate a state that involves sending one person over to an empty coast. That’s always going to result in a state that the tester would have thrown out. And it’s not going to result in any states that the tester wouldn’t have thrown out. So, generator could do it, too. That sounds like a good answer to me. So once again, we are back to the issue of where do we draw the balance of responsibil- ity between the generator and the tester? The important thing to note from here, however, is that generate and test, when endowed with the right kind of knowledge, can be a very powerful method.
12 – Generate Test for Ravens Problems
Click here to watch the video
Figure 121: Generate Test for Ravens Problems
Figure 122: Generate Test for Ravens Problems
Let us return to our problem from the intel- ligence test to see how generate and test might apply as a problem solving method. Again, here is a problem that we encountered earlier. Notice that this is a more complicated problem than the guards and prisoners problem. Here is why. In
case of the guards and prisoner problem, each transformation from one state to another, was a discrete transformation. One could take a cer- tain number of guards to the other side. One could take a certain number of prisoners to the other side, or one could take a certain of num- ber of guards and prisoners to the other side. In this case, if I look at the approximation between A and B, and I notice that the diamond inside the circle is now outside the circle and is larger. Now suppose I were to try the same transfor- mation from C to D. So I can look at the circle inside the triangle, put it outside, and also make it larger. I notice that when I put it outside, I can put it outside right next to the triangle, a little bit farther, a little bit farther, a little bit farther away. I can make it the same size, or a little larger, or a lot larger. Increase its size by 50
13 – Semantic Networks for Generate and Test
Click here to watch the video
Figure 123: Semantic Networks for Generate and Test
This is where the knowledge representation helps a lot. The semantic network knowledge representation provides a level of abstraction at which the problem gets represented and ana- lyzed. So, although this particular diamond y could have been displaced here or a little bit fur- ther, it could have been of this size, maybe a little smaller, a little bit larger. The semantic network really doesn’t care about it. With the level of extraction which a semantic network is dealing, y gets expanded, and that is all that matters. An important point to note here is that any knowledge representation picks a level of extraction at which it represents the world.
LESSON 04 – GENERATE & TEST
Page 49 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 04 – GENERATE & TEST
There’s a lot of power in it because that knowl- edge representation ignores things that are at a low level of detail. And therefore the problem- solving method doesn’t have to worry about those things. So it is not the knowledge rep- resentation alone that solves the problem, or the problem solving method that solves the problem. It is the knowledge representation and the prob- lem solving method coupled together that solve the problem, that provide the reasoning.
14 – Generate Test for Ravens Problems II
Click here to watch the video
Figure 124: Generate Test for Ravens Problems II
Figure 125: Generate Test for Ravens Problems II
So let’s assume that we’re using semantic net- work as a representation for this particular class of problem. Given that, how would you apply generate and matter to this problem, David? So it sounds like would I would do is I would use the transformation between A and B, transfer that transformation to C and use it to generate my answer for D. I then take my answer for D and compare it against 1, 2, 3, 4, 5 and 6 and see
which one most closely matched what I gener- ated. If I wanted to make my tester and genera- tor even smarter, I might say that in order to be the correct answer, it has to meet the generated answer with a certain level of confidence. And if it doesn’t meet that level of confidence, it should go back and see if there’s a different transforma- tion we could have transferred. That would take care of the problem earlier where either the mid- dle shape disappeared or the outer shape dis- appeared. That’s a good answer, David. It is another way of solving this problem. It is an- other way of solving this problem using test and semantic networks. One could take one, put it under D. Generate the transformation from C to D and then test it against the transforma- tion from A to B. One could do the same thing with 2, put 2 here into D, directly transforma- tion tested against the transformation A to B. One could do this for all six choices and then find out, which one of these transformations is clos- est with the transformation from A to B. Thus, in this problem, one can use generate and test methods in two very different ways, all of the knowledge representation ribbon is the same. So knowledge representation captures some knowl- edge about the world at a level of abstraction. It is coupled with problem solving methods, but more than one problem solving method, more than one variation of a problem solving method might be applicable using technology represen- tation.
15 – Assignment Generate Test
Click here to watch the video
So how would you use generate and test to actually solve Raven’s Progressive Matrices? We’ve talked about this a little bit already, but take it a little bit further and talk about how you would actually implement the problem solving approach you’ve seen today. We talked about a couple different ways of going about it. We talked about generating multiple answers and testing them against the answer options. Or gen- erating one answer and testing it more intelli- gently against the different options available to you. So talk about which one you would do and how you would actually implement it. In doing
Page 50 of 357 ⃝c 2016 Ashok Goel and David Joyner

so, make sure to think of three by three problems as well. With more transformations and more figures going on, it can be a lot more difficult to figure out what to generate, and the problem space can explode very quickly. Also make sure to think about how you’re actually going to in- fer the mapping between different figures in the problem. How do you know which shape in one frame maps up to a different shape in another frame? And then talk about how you would use that information to generate what you think the answer is.
16 – Wrap Up
Click here to watch the video
Let’s wrap up our topic for today. So today, we’ve talked about generate and test, which is a very general purpose problem solving method. As Ashok mentioned earlier in our lesson, we see generate and test every day in our regu- lar lives and it’s something in which we engage very naturally. We talked about strong gener- ators and strong testers and how we can build intelligence into one side or the other in order to make the problem solving process easier and more efficient. We also talked about how gen- erating tests is more difficult and unconstrained domains and how our generator and tester need to be equipped with special kinds of knowledge in order to make this problem solvable. Next, we’re going to be looking at two different prob- lem solving methods that build on what we’ve seen today with generate and test. Means and analysis and problem reduction. Like generate and test, these are both very general purpose, but they’re going to do things a little bit differ- ently and make certain problems easier.
17 – The Cognitive Connection
Click here to watch the video
Let us examine the relationship between the method of generate and test, and human cog- nition. Humans use generate and test as the problem-solving method all the time. This is be- cause we do not have complete or correct knowl- edge of the world. We do not have infinite com- putational resources. And we also do not always
have recourse to a method of reasoning that is guaranteed to be correct. When you do not have these things, then you use your own test method. You come up with particular solutions to a prob- lem, you test the solutions out. Beyond human cognition, I’m sure you’ve come across the no- tion of genetic algorithms. Genetic algorithms are inspired by the processes of biological evolu- tion. Through operations like crossover and mu- tation, one can generate solutions that can then be tested against some fitness function. Genetic algorithm are a good example of the genetical test method. First, genetic solutions, then test them out. So this method of generating test is connected not only with human cognition, but dependently, also with biological evolution. It’s all over the place.
18 – Final Quiz
Click here to watch the video
Once again, will you please complete the quiz at the end of this lesson? What did you learn in this lesson?
19 – Final Quiz
Click here to watch the video
Great. Thank you so much for your feedback.
Summary
This lesson cover the following topics:
1. Generate and Test is a very commonly used problem-solving method used by humans and in nature by biological evolution (similar to Genetic algorithms).
2. We need both knowledge representation and problem-solving methods together to provide reasoning to solve problems.
3. Smart generators and smart testers help prune multitude number of states that are possible due to combinatorial explosion of successor states, thereby helping solve intractable problems efficiently using limited computational resources and limited knowledge of the world as compared to dumb generators and dumb testers.
LESSON 04 – GENERATE & TEST
Page 51 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 04 – GENERATE & TEST
References
1. Winston P., Artificial Intelligence, Chapter 3.
Optional Reading:
1. Winston Chapter 3, pp. 47-50; Click here
Exercises
Exercise:
You are working on your computer in your apartment when you get attacked by an army of ants. You run to the nearest supermarket and go aisle to aisle looking for a useful weapon – foods, beverages, cosmetics, medicines, alcohol, ice cream, anything. You are using the strategy of generate and test of course, but does your specific strategy the three properties of a good generator?
Page 52 of 357 ⃝c 2016 Ashok Goel and David Joyner

Lesson 05 – Means-Ends Analysis
In the final analysis, means and ends must cohere because the ends is preexistent in the means, and, ultimately, destructive means cannot bring about constructive ends. – Martin Luther King: American leader in the African-American Civil Rights Movement.
01 – Preview
Click here to watch the video
Figure 126: Preview
Figure 127: Preview
Today we will discuss two other very gen- eral AR methods of problem solving called means end analysis and problem reduction. Like gener- ate and test these two methods, means analysis and problem reduction, are really useful for very
well-formed problems. Not all problems are well- formed. But some problems are. And then these methods are very useful. These three methods, generate and test, means-ends analysis, form re- duction, together with semantic networks as a knowledge representation, form the basic unit of all fundamental topics in this course. We’ll be- gin with the notion of state spaces. Then talk about means-end analysis. Then we’ll illustrate means-end analysis as a matter for solving prob- lems and then we’ll move onto the method of problem reduction.
02 – Exercise The Block Problem
Click here to watch the video
LESSON 05 – MEANS-ENDS ANALYSIS
Figure 128: Exercise The Block Problem Page 53 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 05 – MEANS-ENDS ANALYSIS
Figure 129: Exercise The Block Problem
To understand a method of means and anal- ysis. Let us look at this blocks word problem. This is a very famous problem in AI. It has oc- curred again and again. And almost every text- book in AI has this problem. You’re given a table on which there are three blocks. And A is on table, B is on table, and C is on A. This is the initial state. And you want to move these blocks, to the gold state. On this configuration, so that C is on table, B is on C and A is on B. The problem looks very simple listen, doesn’t it? Let’s introduce a couple of constraints. You may move only one block at a time, so you can’t pick both A and B together. And second, you may only move a block that has nothing on top of it. So, you cannot move block A in this configura- tion, because it has C on top of it. Let us also suppose that we’re given some operators in this world. These operators essentially move some object to some location. For example, we could move C to the table, or C onto B, or C onto A. Not all the operators may be applicable in the current state. C is already on A, but in princi- ple, all these, all of these operators are available. Given these operators, and this initial state and this goal state, write a sequence of operations that will move the blocks from the initial state to the goal state.
03 – Exercise The Block Problem
Click here to watch the video
Figure 130: Exercise The Block Problem
That’s a good answer, David, that’s a correct answer. Now the question becomes how can we make in AI agent that will come up with the sim- ilar sequence of operations? In particular, how does the matter of means-end analysis work on this problem and come up with a particular se- quence of operations?
04 – State Spaces
Click here to watch the video
Figure 131: State Spaces
Figure 132: State Spaces
So, we can imagine problem solving as oc- curring in a state space. Here is the initial state, here is the goal state. And the state space con- sists of all of the states that could be potentially
Page 54 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 05 – MEANS-ENDS ANALYSIS
produced from the initial state by iterative ap- plication of the various operators in this micro world. I want to come up with a path in the state space, takes me from initial state to the goal state. There is one path, this is not the only path, but this is one path to go from the initial state to the goal state. The question then becomes, how might an AI agent derive this path that may take it from the initial state to the goal state. Let us see how this notion of path finding applies to our blocks world problem. ¿From the initial state, here it is one path of going to the goal state. First, we put C on the table. Then we put B on top C. And then we put A on top of B. Which is exactly the answer that David had given. This is one sequence, one path from the initial state to the goal state. The question then becomes, how does AI method know what oper- ation to select in a given state? Consider this state, for example. There are several operations possible here. One could put C on top of B or B on top of A. How does the AI agent know which operation to select at this particular state?
05 – Differences in State Spaces
Click here to watch the video
Figure 133: Differences in State Spaces
Figure 135: Differences in State Spaces
Figure 136: Differences in State Spaces
One way of thinking about this is to talk in terms of differences. This chart illustrates the differences between different states and the goal state. So, for example, if the current state was this one then this red line illustrates the differ- ence from the goal state. So we should pick an operator that will help reduce the difference be- tween the current state and the goal state. So the reduction between the difference with the cur- rent state and the goal state is the end. The application of the operator is the means. That’s why it’s called the means-ends analysis. At any given state, I’m going to pick an operator that will help you deduce the difference between the current state and the goal state. Note in a way this problem is similar to the problem of part finding in robotics, where we have to design a robot that could go from one point to another point in some navigation space. ¿From my of- fice to your office, for example, if all our offices were in the same building. There too we would use the notion of distances between offices. Here we using the notion of distance in a metaphori- cal sense, in a figurative sense, not in a physical sense. So I’ll sometimes use the word difference instead of distance but it’s the same idea. We
Figure 134: Differences in State Spaces
Page 55 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 05 – MEANS-ENDS ANALYSIS
are trying to deduce the distance or the differ- ence but in an abstract space. So going back to an example of going from this initial state to this goal state. I can look at initial state and see that there are three differences between the ini- tial state and the goal state. First, A is on table here, but A should be on B. B is on table here, but B should be on C. And third, C is on top of A here, the C should be on top, on table there. So three differences. Here the number of operations are available to us. Nine operations in partic- ular. Let us do a means-end analysis. We can apply an operator that would put C on table. In which case the difference between the new state and the goal state will be two. We could apply an operator that will put C on top of B, in that case the difference between the current state and the goal state will still be three. Or we can ap- ply the operator putting B on top of C, in which case the distance between the current state and the goal state will be 2. Notice that the notion of reducing differences now leads to two possible choices. One could go with this state or with this one. Means-end analysis by itself does not help an AI agent decide between this course of action and that course of action. This is something that we will return to, both a little bit later in this lesson and even much more in detail when we come to planning in this course. For now, let us resume that we choose the top course of action just like they had done already there. So this chart illustrates the pot taken from the initial state to the goal state. And the important thing to notice here is that with each different move the distance between the current state and the goal state is decreasing, from three to two to one to zero. This is why means-end analysis comes up with this path because at each time it reduces a difference
Figure 137: Process of Means End Analysis
We can summarize the means-ends analysis method like this. Compare the current state and the goal state. Find the differences between them. For each difference, look at what oper- ators might be applicable. Select that opera- tor that gets you closest to the goal state from the current state. We did this for the blocks and worlds problem. We also did this with re- gards to the business problem. But through- out those states in regards to business problem, which we’re not getting us close to the goal state. This is the means-ends analysis method in sum- mary.
07 – Exercise Block Problem I
Click here to watch the video
Figure 138: Exercise Block Problem I
06 – Process of Means End Analysis
Click here to watch the video
Figure 139: Exercise Block Problem I Page 56 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 05 – MEANS-ENDS ANALYSIS
To understand more deeply the properties of means and analysis, let us look at another, slightly more complicated example. In this ex- ample, there are four blocks instead of the three in the previous example. A, B, C, D. In the ini- tial state, the blocks are arranged as shown here. The goal state is shown here on the right. The four blocks are arranged in a particular order. Now if you compare the configuration of blocks on the left with the configuration of blocks on the right, in the goal state, you can see there are three differences. First, A is on Table, where A is on B here. B is on C. That’s not a difference. CisonTable. CisonDhere,D’sonB,D’son Table here. So there are three differences. So, this is a heuristic measure of the difference be- tween the initial state and the goal state. Once again, we’ll assume that the AI agent can move only one block at a time. Given the specification of the problem, what states are possible from the initial state? Please write down your answers in these boxes.
08 – Exercise Block Problem I
Click here to watch the video
Figure 140: Exercise Block Problem I
That’s good David.
09 – Exercise Block Problem II
Click here to watch the video
Figure 141: Exercise Block Problem II
Okay now for each of these states that is pos- sible from the initial state what are the differ- ences as compared to the goal state? Please write down your answers in these boxes.
10 – Exercise Block Problem II
Click here to watch the video
Figure 142: Exercise Block Problem II
What answers did you come up with David? So for the first one, if we put A up on D, we haven’t accomplished any of the goals that we hadn’t already accomplished. So our difference is still 3. Similarly, for putting D on A, our dif- ference is also still 3, because then we haven’t accomplished anything new. However, if we put D down on the table, we’ve accomplished one of the goals we hadn’t accomplished before. So there, our difference is 2. Good, David. So, in each state, David is comparing the state with the goal state, and finding differences between them.
11 – Exercise Block Problem III
Click here to watch the video
Page 57 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 05 – MEANS-ENDS ANALYSIS
Figure 143: Exercise Block Problem III
Given these three choices which operation would means-end analysis choose?
12 – Exercise Block Problem III
Click here to watch the video
Figure 144: Exercise Block Problem III
What was your answer David? So means- ends analysis always chooses the state that most reduces the distance to the goal state. In this case, that would be the third option, because it reduces the distance down to two. That’s correct David.
13 – Exercise Block Problem IV
Click here to watch the video
Given this current state, we can apply means ends analysis veritably. Now, if we apply means on some of those to this particular state, the number of choices here is very large, so I will not go through all of them here. But I’d like you to write down the number of possible next states. As well as, how many of those states reduce the difference to the goal? Which is given here.
14 – Exercise Block Problem IV
Click here to watch the video
Figure 146: Exercise Block Problem IV
What answers did you come up with, David? So I counted out seven possible next states. We can put B on A, B on D, B on the table, A on B,AonDorDonBorDonA.Sothat’sseven total operations. Of those, only one of them accomplishes a goal we hadn’t already accom- plished, and that’s putting A up on B. That’s good, David.
15 – Exercise Block Problem V
Click here to watch the video
Figure 147: Exercise Block Problem V
So, the operation of putting A on B will bring us to this state. Given this state, we can have, again, apply a means of analysis. Again, I’m not
Figure 145: Exercise Block Problem IV
Page 58 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 05 – MEANS-ENDS ANALYSIS
sure that all these states here, but I’d like you to find out how many possible states are there and how many of those states reduce the difference to the goal described.
16 – Exercise Block Problem V
Click here to watch the video
Figure 148: Exercise Block Problem V
That’s right David and that means that means-ends analysis doesn’t not always take us to what’s the goal. Sometimes it can take us away from the goal. And sometimes means-end analysis can get caught in loops. Means-end analysis, like genetic and test, is an example of universal error methods. These universal error methods are applicalbe to very large classes of problems. However, they can rate few guaran- tees of success, and they’re often very costly. They’re costly in terms of computational effi- ciency. They neither provide any guarantees of computational efficiency, nor provide any guar- antees of the optimality of the solution that they come up with. Their power lies in the fact that they can be applied to a very large class of problems. Later in this class, we’ll discuss problem-solving methods, which are very spe- cialized problem-solving methods. Those meth- ods are applicable to a smaller class of problems. However, they are more tuned to those prob- lems and often are more efficient and sometimes, also provide guarantees over the optimality of the solution. Although means-end analysis did not work very for this problem. It in fact works quite well for many other problems and there- fore is an important AI method. Later in this class when we come to planning, we will look at more powerful specialized methods that can in fact address this class of problems quite well.
17 – Assignment Means-Ends Analysis
Click here to watch the video
Figure 149: Assignment Means-Ends Analysis
So how do you use means ends analysis to solve Raven’s Progressive Matrices? What ex- actly is our goal in this context? You might think of the goal in different ways. We might think of it as, the goal is to solve the problem or in a different sense we might think of the goal as the transform sum frame into another frame. And then trace back and find what the transforma- tion was? In that context how would you then measure distance? We noticed that distance is important in doing means ends analysis because that helps us decide what to do next. Once you have a measure of how to actually measure dis- tance to your goal what are the individual opera- tors or moves that you can take to actually move closer to your goal and how would you weight them to be able to decide what to do at any given time. In addition, what are the overall strengths of using means and analysis as a problem solving approach in this context, and what are its limita- tions. Is it well suited for these problems, or are there perhaps other things that we can be do- ing that aren’t necessarily under this topic that would actually make the problem even easier.
18 – Problem Reduction
Click here to watch the video
Page 59 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 05 – MEANS-ENDS ANALYSIS
Figure 150: Problem Reduction
Let us now turn to the third problem solving method under this topic called problem reduc- tion. The method of problem reduction actually is quite intuitive. I’m sure you use it all the time. Given the hard complex problem, reduce it. De- compose it into multiple easier, smaller, simpler problems. Consider, for example, computer pro- gramming or software design that I’m sure many of you do all the time. Given a hard part of the address, you decompose it with a series of smaller problems. How do I read the input? How do I process it? How do I write the output? That itself is a decomposition. In fact, one of the fun- damental roles that knowledge plays is it tells you how to decompose a hard problem into sim- pler problems. Then once you have solutions to this simpler smaller problems. You can think about how to compose the sub-solutions to the sub-problems into a solution of the problem as a whole. That’s how problem reduction works.
19 – Problem Reduction in the Block Problem
Click here to watch the video
Figure 151: Problem Reduction in the Block Problem
Figure 152: Problem Reduction in the Block Problem
Figure 153: Problem Reduction in the Block Problem
Let us start from where we left off when we finished means ends analysis analysis. This was the current state, this was the goal state. As we saw from means ends analysis analysis, achiev- ing this goal state is not a very easy problem. However, we can think of this goal state as be- ing composed of several sub goals, so D on top of table. ContopofD.BontopofC.Aontopof B. Four sub goals here. Now, we can try to ad- dress this problem by looking at one sub goal at a time. Let us suppose that we have picked this sub goal, C on top of D. Give that sub goal, we can now start from this current state and try to achieve this sub goal. Now of course, one might ask the question, why did we pick the goal C over D, and not the goal, B over C, or the goal A over B? Well one reason is that, the differ- ence between this state and that state had to do with C over D. But in general, problem re- duction by itself does not tell us, what sub-goal to attack first. That is a problem, we’ll address later when we come to planning. Well now the major point is, that we can decompose the goal into several subgoals, and attack one subgoal at
Page 60 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 05 – MEANS-ENDS ANALYSIS
a time. Now that we have C over D as a subgoal, we really don’t carry about whether A is on B or B is on C. What we are focused on is the other two states, C on table, D on table, because those are the blocks that occur in the goal state. So let us now see how means ends analysis have been solved this sub problem means ends analysis goal C on D and D on Table.
20 – Exercise Problem Reduction I
Click here to watch the video
22 – Exercise Problem Reduction II
Click here to watch the video
Figure 156: Exercise Problem Reduction II
Let us now calculate the difference from each of the states to the goal state.
23 – Exercise Problem Reduction II
Click here to watch the video
Figure 154: Exercise Problem Reduction I
So given this is a current state, what succes- sor states are possible if we were to apply means and analysis? Please fill in these boxes.
21 – Exercise Problem Reduction I
Click here to watch the video
Figure 155: Exercise Problem Reduction I
David, how did you fill up these boxes? So there are three possible moves here. A on the table,AonD,orDonA.SouptopIhaveAon D, moving A to D. In the middle I have moving DuptoA,andonthebottomIhaveAonthe table. That looks right, David.
Figure 157: Exercise Problem Reduction II
So note that both the state at the top and this state at the bottom have a equal amount of difference compared to goal state. We could’ve chosen either state to go further. For now, we going to go with the one at the bottom. The reason of course is that if I put A on D that will get in the way of solving the rest of the problem. For now, let us go with this state. Later on we will see how an AI agent will decide that this is not a good path to take and this is the better pathtotake.
24 – Exercise Problem Reduction III
Click here to watch the video
Page 61 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 05 – MEANS-ENDS ANALYSIS
Figure 158: Exercise Problem Reduction III
So if we make the move that we had at the end of the last shot, we’ll get this state. So now we need to go from this state to the goal state. Please write down what is the sequence of oper- ators which might take us from the current state to the goal state.
25 – Exercise Problem Reduction III
Click here to watch the video
Figure 159: Exercise Problem Reduction III
What sequence did you come up with, David? So from this state, there’s seven possible moves we can make initially. Some of them are going to move us away from our goal state. So putting D on A or D on B are going to move us away from our goal state. To means and to analysis, the rest of the moves are relatively the same. Putting A on B doesn’t get us closer, putting B on C doesn’t get us closer, and putting B on D doesn’t get us closer. However, we can see that we really need to get B out of the way of C to move it up here. Like Ashad mentioned, later on we’ll talk about how an agent would decide thatitneedstogetBoutofthewayofC.But for right now, let’s just go ahead and choose B on Table as the next move. Given that, we now
see that of the next possible states, only one re- duces our difference, and that’s to put C up on D. That was the right answer, David. Thank you. You will note that we’re leaving several questions unanswered for now, and that is fine. But you will also note that this round reduction helps us make progress towards solving the problem.
26 – Exercise Problem Reduction III
Click here to watch the video
Figure 160: Exercise Problem Reduction III
So the application of the last move in the pre- vious shot will bring us to this state. In this state the the sub-goal C over D has been achieved. Now that we’ve achieved the first sub-goal, we can worry about achieving the other sub-goals. The other sub-goals, recall, were B over C and A over B. Given this as the current state and this as the goal state. Please write down the se- quence of operations that will take us from the current state to the goal state.
27 – Exercise Problem Reduction III
Click here to watch the video
Figure 161: Exercise Problem Reduction III
That was correct, David. Now this partic- ular problem might look very simple. Because for you and me as humans, going from this state
Page 62 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 05 – MEANS-ENDS ANALYSIS
to this state is almost trivial. But notice how many different questions arose in trying to ana- lyze this problem. Clearly, you and I as humans must be addressing these issues. This kind of A.I anaylsis makes explicit what is usually tacit when humans solve this problem. And that is one of the powers of A.I.. Indeed we have left a lot of questions unanswered. But each unan- swered question then requires an answer. Now we know that if you must develop methods that somehow will help to address those questions. Like genetic [x] tests and like [x] dialysis. Prob- lem reduction is a universal method. It is appli- cable very large class of problems. Once again, problem reduction does not provide guarantee of successes.
28 – Means-Ends Analysis for Ravens
Click here to watch the video
Figure 162: Means-Ends Analysis for Ravens
Figure 164: Means-Ends Analysis for Ravens
Figure 165: Means-Ends Analysis for Ravens
Now that we have discussed means and anal- ysis in problem production, let’s revisit one of the problems that we would encounter when we were talking about the Raven’s test of intelli- gence. So imagine that this is A and this is B. We can think of this as an initial state and this as a goal state. We know that A has been trans- formed into B. Now we can think in terms of a sequence of operations, that will transform this initial state into the goal state. It is one se- quence. Delete it out, then move the diamond out of the circle. Then expanded out. Let us now see, we can think of this as an outward or means of analysis because each move here, brings us a little closer to the goal state. The advantage of doing this analysis and coming up with a se- quence of transformations that will take us from the initial state of goal state as that. We cannot in where we are worried about our sub- of apply- ing the same set of transformations to the image free, let’s do that. We’ll apply one transforma- tion at a time, so we’ll apply delete. We delete the dot. Now we apply move to this state, and it can give rise to several states. We have shown two here. Both of these spheres fulfill the re- quirements of this move operation of taking the
Figure 163: Means-Ends Analysis for Ravens
Page 63 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 05 – MEANS-ENDS ANALYSIS
diamond outside the circle. And now for each of the states, we can apply the operation of ex- pand. Here we are expanding the circle, here too we are expanding the circle, although with dif- ferent amounts. Once again the question here is, what in the image A corresponds to what in im- age C? How do we know that the diamond inside here corresponds to the circle inside the triangle here? We’ll discuss this in detail when we dis- cuss analogical reasoning, but for now, here is a partial answer. Remember that we had a se- mantic network representation of the image A. And in that representation, we said that the di- amond is inside the circle. Now, we also have a semantic network representation of image C. And that semantic network representation says that the circle is inside the triangle. But it’s that inside relationship that hints that this cir- cle must correspond to the diamond. Because here the diamond is inside and here the circle is inside. So note then, that their presentation allows us to answer several questions about sim- ilarity, about correspondence and when we have metals, like means and analysis then we can do a systematic analysis of this transformations, and try to transfer this set of transformations to the new problem. What’s interesting is we can also see this as an example of problem reduction. We initially just had a big problem that we had to solve. But here, we’ve reduced it to three sub- goals. Our first subgoal is to find the transforma- tion between A and B. Our second subgoal, is to transfer that transformation to C and find some candidate states for D. And our third subgoal, would be to compare those candidate states for D to each of the choices in our problem. That’s good analysis, David. Let’s go one step further. This also has generated. We are generating so- lutions that we can then test against the various choices that were given to us. So in this par- ticular problem, you can see means and analy- sis working, problem reduction working, and the Raven’s test working. Often, solving the com- plex problem requires a combination of AI tech- niques. At one point, one might use problem reduction. At another point, one might use the Raven’s test, and at a third point, one might use means and analysis. Notice also, that the
one single knowledge representation of seman- tic network supports all three of these strategies. The coupling between the knowledge representa- tion of semantic network, and any of these three strategies, problem reduction, means and analy- sis, and generating test is weak. Later on we’ll come across methods in which knowledge and the problem solving method are closely coupled. The knowledge affords certain inferences, and infer- ences demand certain kinds of knowledge. This is why these methods are known as Weak Meth- ods. Because the coupling between this univer- sal method and the knowledge representation is weak.
29 – Assignment Problem Reduction
Click here to watch the video
Figure 166: Assignment Problem Reduction
So how would you apply a problem reduction to Raven’s Progressive Matrices? Before we ac- tually talk about how our agents would do it, we can think about how we would do it. When we are solving a matrix, where do the smaller or easier problems that we are actually breaking it down into? How are we solving those smaller problems, and how are we then combining them into an answer to the problem as a whole? Once we know how we’re doing it, how will your agent actually be able to do the same kind of reason- ing process? How will it recognize when to split a problem in to smaller problems? How will it solve the smaller problems? And how will it then combine those in to an answer to the problem as whole? During this process think about, what exactly is it that makes these smaller problems easier for your agent to answer than just answer- ing the problem as a whole? And how does that actually help you solve these problems better?
Page 64 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 05 – MEANS-ENDS ANALYSIS
30 – Wrap Up
Click here to watch the video
Figure 167: Wrap Up
So let’s wrap up what we’ve talked about to- day. We started off today by talking about state spaces and we used this to frame our discussion of mean-ends analysis. Means-ends analysis is a very general purpose problem solving method, that allows us to look at our goal and try to con- tinually move towards it. We then use means- ends analysis to try and address a couple of dif- ferent kinds of problems. But when we did so, we hit an obstacle. To overcome that obstacle, we used problem reduction. We can use prob- lem reduction in a lot of other problem solving contexts, but here we use it to specifically to overcome the obstacle we hit during means-ends analysis. Problem reduction occurs and we take a big hard problem and introduce it into smaller easier problems. By solving the smaller easier problems, we solve the big hard problem. Next time we’re going to talk about production sys- tems, which are the last part of the fundamental areas of our course. But if you’re particularly interested in what we’ve talked about today, you may wish to jump forward to logic and planning. Those were built specifically on the types of the problems we talked about today. And in fact in planning, we’ll see a more robust way of solving the kinds of obstacles that we hit, during our exercise with means and analysis earlier in this lesson.
31 – The Cognitive Connection
Click here to watch the video
Let us examine the connection between methods like means ends analysis and problem
reduction on one hand, and human cognition on the other. Methods like means ends analysis, problem reduction and even generate and test, are sometimes called weak methods. They are weak because they make only little use of knowl- edge. Later on, we’ll look at strong methods that are knowledge intensive. That will demand a lot of knowledge. The good thing about those knowledge intensive methods is, that they will actually use knowledge about the world, to come up with good solutions in an efficient manner. On the other hand, those knowledge intensive methods require knowledge, which is not always available. So humans, when they are working in a domain, in a world at which they are experts, tend to use those knowledge intensive methods because they know a lot about the world. But of course, you and I constantly work in worlds, in domains in which we are not experts. When we’re not an expert in our domain, a domain that might be unfamiliar to us, then we might well go with matters that are weak because they don’t require a lot of knowledge.
32 – Final Quiz
Click here to watch the video
We’re at the end of this lesson. Please sum- marize what you learned in this lesson, inside this box.
33 – Final Quiz
Click here to watch the video And thank you for doing it.
Summary
This lesson cover the following topics:
1. The knowledge representation of Semantic networks works well with Generate and Test, Means-Ends Analysis and Problem Reduction. These are examples of Universal AI methods.
2. Means-ends analysis uses a heuristic to guide the search from the initial state to the goal state. Convergence is not guaranteed. Optimality is not guaranteed. Computational efficiency is not guaranteed.
3. Problem reduction is used along with Means-ends analysis to help overcome problems with means-ends analysis.
Page 65 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 05 – MEANS-ENDS ANALYSIS
4. The Universal methods have weak coupling between the methods and the knowledge representation and hence are called Weak methods since they make little use of knowledge. Strong AI methods are knowledge-intensive and use knowledge of the world to come up with good solutions in an efficient manner.
References
1. Winston P., Artificial Intelligence, Chapter 3.
Optional Reading:
1. Winston Chapter 3, pp. 50-60; Click here
Exercises
Exercise 1:
The workers installed a new wall-to-wall carpet in your bedroom and left. Later you discover that the bedroom door will not close unless you trim off about 1/8 inch off the carpet at the bottom of the door. Construct a difference-operator table relating simple instruments such as a saw, a plane, and a file. Now show how the method of mean-ends
analysis would use the difference-operator table to address the carpet problem in your bedroom.
Exercise 2:
In the Monkey & Bananas problem, a monkey is faced with the problem of reaching bananas hanging from the ceiling. But a box is available that will enable the monkey to reach the bananas if he climbs on it. Initially the monkey is at location A, bananas at B, and the box at C. The bananas are at height Y, the monkey and the box have height X such that if the monkey climbs on the box, it too will be at height Y.
Invent operators Walk, Push, Climb, and Grasp, for walking to a location, pushing the box to a location, climbing up on the box, and grasping bananas, respectively. Show the preconditions and postconditions of each operator.
Write down the initial and final states in propositional form.
Show how the monkey may used means-ends analysis to form a plan to get the bananas in the above problem.
Page 66 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 06 – PRODUCTION SYSTEMS
Lesson 06 – Production Systems
Any problem that can be solved by your in-house expert in a 10-30 minute telephone call can be developed as an expert system. – M. Firebaugh, Artificial Intelligence: A Knowledge-Based Approach.
01 – Preview
Click here to watch the video
Figure 168: Preview
Figure 169: Preview
Today, we’ll talk about production systems. I think you’re going to enjoy this, because part of production systems is going to do with learning. And this is the first time in the course we’ll be talking about learning. Production systems are
Page 67 of 357
kind of cognitive architecture, in which knowl- edge is represented in the form of rules. This is the last topic under the fundamental topics part of the course. We’ll start by talking about cogni- tive architectures in general, then focus on pro- duction systems, then come to learning, a par- ticular mechanism of learning called chunking.
02 – Exercise A Pitcher
Click here to watch the video
Figure 170: Exercise A Pitcher
Figure 171: Exercise A Pitcher
⃝c 2016 Ashok Goel and David Joyner

LESSON 06 – PRODUCTION SYSTEMS
To illustrate production systems, let us imag- ine that you are a baseball pitcher. This illus- tration is coming from a game between Atlanta Braves and the Arizona Diamondbacks. Here is a pitcher on the mound, and a pitcher has to decide, whether to pitch a ball to the batter, or whether to walk the batter. To be more spe- cific, take a look at the story here in the left. Read it. And to decide what would the pitcher do. What would you do? What would an intel- ligent agent do? If you don’t know much about baseball, don’t worry about it. Part of the goal here is to see what someone who does not know about, a lot about baseball may do.
03 – Exercise A Pitcher
Click here to watch the video
Figure 172: Exercise A Pitcher
David, it’s clear that you know more about baseball than I do. So I assume that your answer is the right one. But notice what is happening here. David has a lot of knowledge about base- ball, and he’s using that knowledge to make a de- cision. How is he using his knowledge to make a decision? What is the architecture? What is the reasoning that leads him to make that specific decision? This is one of the things we’ll learn in this lesson. How might intelligent agents make complex decisions about the world?
04 – Function of a Cognitive Architecture
Click here to watch the video
Figure 173: Function of a Cognitive Architecture
Before we talk about cognitive architectures in more detail, first let us characterize what is a cognitive agent. Now, there are many views of what a cognitive agent is. Here is one characteri- zation of cognitive agent which is very popular in modern AI. A cognitive agent is a function that maps a perceptual history into an action. So it’s B asterisk map into A where the asterisk on P stands for the history percepts. So this charac- terization says that one of the major tasks of cog- nitive agents is to select actions. You’re driving a car. What action should you take next? You’re having lunch, what action should you do next? You’re conversing with someone, someone else, what action should you do next? All the time we are taking actions, we as humans. And the question is, what should we do next? We base that action in part on the history of percepts in that particular situation. So this characteriza- tion captures the basic notion of cognitive agent in a very concise manner.
05 – Levels of Cognitive Architectures
Click here to watch the video
Figure 174: Levels of Cognitive Architectures
We can build queries of knowledge based AI at many levels of instructions. This is the scale
Page 68 of 357 ⃝c 2016 Ashok Goel and David Joyner

here, low level to high level. At one level, we can build queries at hardware level. So we can talk about a brain or transistor sort of microchip. At the next level, we can talk about the kinds of methods and the kinds of representations we have been talking about, means-ends analysis that has an algorithm associated with it, or se- mantic network that’s a knowledge representa- tion in some symbolic form. At a yet higher level, we can talk about knowledge and tasks. So, the question here becomes what exactly is the task the decision maker has to make? What exactly is the knowledge the decision maker has? So, when David was giving his answer about what the pitcher might do in the situation I showed you earlier, David was clearly using a lot of knowl- edge, and he was trying to use this knowledge toward to a particular task. Now, in the his- tory of AI, David Mark talked about three levels, the level of tasks, which he called the [computa- tional] theory, the level of algorithms and the level of implementation. And [computational] talked also about multiple levels. He was talk- ing about the knowledge level, the symbol level and lower levels like the hardware. The various levels are connected with each other. So I might think that, the hardware level is a level for im- plementing what is happening at the algorithm level. And the algorithm level provides and ar- chitecture for implementing what is happening at the task level. In the opposite direction, I might think that the task level provides the con- tent of what needs to be represented or manipu- lated at the algorithm level. And the algorithm and symbol level provide the content for what needs to be manipulated at processor, the hard- ware level. So as an example, one might say, we’re representing this in a form of a semantic network, fair enough. But, what exactly are you going to represent in a semantic network? That’s going to come from the knowledge level. It is the knowledge level that tells us, what is the content of the knowledge that is required to play base- ball? Once you have the content of knowledge, you can perhaps implement it in many differ- ent ways. One way is through semantic network. Similarly, once you know what kind of decision you have to make, and what a decision-making
process might look like overall, there might be many different methods of making that particu- lar decision. Just like we can build a relationship between the task level and the algorithm level, a similar relationship exists between the algo- rithm level and the hardware level. This is an important point, so let me take another exam- ple. All of you are familiar with your standard smartphone. Let us suppose that I was coming from Mars, I was a Martian. And I did not know how your mobile phone works. So I would ask you, well, how, exactly, does your mobile phone work? And you might give an account of how the phone works at that level of distraction. There will be a legitimate account, you have somewhere else for give an account of how the smartphone works at a, at a level of tasks and knowledge. This person might say, well, a phone allows you to communicate with other people at long dis- tances. How that is implemented is a different matter. Now you will see, I’m sure, that all three of these interpretations, all three of these de- scriptions are legitimate and valid. You will see also, that we really need all three of these levels of description. We do need to understand what this smartphone does, and that kind of knowl- edge it uses to do it. We do need to understand what kind of algorithm and knowledge presen- tations it uses, and what kind of hardware im- plements all of this. Now, you can do a similar kind of analysis for other kinds of devices. Let’s say, like your calculator. Could we do a simi- lar kind of analysis for intelligent agents? Are these different layers also meaningful for analyz- ing what happens in cognitive systems, whether they are natural or artificial? And at what layer should we be building a theory? Our hypothesis is, that these three layers are also useful for try- ing to analyze how cognitive systems might work, but natural cognitive systems and artificial cog- nitive systems. Further, our hypothesis is that we want to build theories at all three of these different level, levels of abstraction, not at any one of them. In fact, their constraint’s flowing in both directions. If we know about what kind of tasks we want to do and what kind of knowl- edge we want to use, then that tells us some- thing about what kind of algorithms we need to
LESSON 06 – PRODUCTION SYSTEMS
Page 69 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 06 – PRODUCTION SYSTEMS
and what kind of knowledge representations we need. And that tells us something about what kind of hardware we need. In the other direction, if we know what kind of hardware we have that imposes constraints and provide [computational] for what kind algorithms and knowledge repre- sentations can be there, which then provides ac- cordance within constraints. Well, what kinds of tasks can be done and what kind of knowledge can be used. In this class, we’ll be concerned mostly with the top two layers, although I allude occasionally to the third layer as well. A lot of work in AI is at the top two layers of abstraction.
06 – Exercise Levels of Architectures
Click here to watch the video
Figure 175: Exercise Levels of Architectures
Now we have talked about Watson as a pos- sible example for cognitive system earlier. And now we have talked about various layers of ab- straction at which we can analyze a cognitive system. So what do you think are the layers of analysis of Watson?
07 – Exercise Levels of Architectures
Click here to watch the video
Derrick what do you think about this? So what we talked about before was that the bottom layer is the hardware layer. I’m not completely sure what the hardware of Watson looks like but I assume there has to be a physical computer there somewhere. At the next layer, the algo- rithm layer, Watson has some general searching and decision-making ability that allows him to search over his knowledge base and come to de- cisions. These are general abilities that are sep- arated from whatever individual thing he’s try- ing to think about right now. And then at the top layer we can think about exactly that, what he’s trying to think about right now. So the task here might be answering the inputted clue. This would involve searching on the individual information in the clue, processing his knowledge specifically about that data, and then coming to an answer specifically for that clue. That was a good answer David. So the again the three layers and note that in the task layer here, an- swering the inputted clue, knowledge is also a part of it. Knowledge that Watson must have in order to be able to answer that particular ques- tion, how that knowledge is implemented, what kind of presentations it uses goes in the second layer.
08 – Assumptions of Cognitive Architectures
Click here to watch the video
Figure 177: Assumptions of Cognitive Architec- tures
The school of AI that works on cognitive ar- chitectures makes sort of fundamental assump- tions about the nature of cognitive agents. First, that cognitive agents are goal oriented, or goal directed. They have goals and they take ac- tions in the pursuit of those goals. Second, that
Figure 176: Exercise Levels of Architectures
Page 70 of 357 ⃝c 2016 Ashok Goel and David Joyner

these cognitive agents live in a rich, complex, dy- namic environments. Third, this cognitive agent used knowledge of the world in order to pursue their goals in this rich complex dynamic envi- ronments. Fourth, that this knowledge is par- ticular abstraction that captures the important things about the world that the level of abstrac- tion and removes all the details. And at that level of abstraction, knowledge is captured in the form of symbols. Fifth, the cognitive agents are very flexible. The behavior is dependent upon the environment. As environment changes, so does the behavior. And sixth cognitive agents learn from their experiences. They’re constantly learning as they interact with the world.
09 – Architecture Content Behavior
Click here to watch the video
Figure 178: Architecture Content Behavior
Figure 179: Architecture Content Behavior
We can capture the basic intuition behind work on cognitive architectures by a simple equa- tion, architecture plus content equals behavior. Let us look at this equation from two different perspectives. First, imagine that you want to de- sign an intelligent machine that exhibits a partic- ular kind of behavior. This equation says that, in
order to do that, you have to design the right ar- chitecture, and then put the right kind of knowl- edge content into that architecture, to get the behavior that you want from it. That’s a com- plicated thing. But suppose that I could fix the architecture for you. In that case, if the architec- ture is fixed, I simply have to change the knowl- edge content to get different behaviors, which is a really powerful idea. From a different direc- tion, suppose that we were trying to understand human behavior. Now we could say, again, that the architecture is fixed, we could say that, this behavior is arising because the knowledge con- tent is different. We can map now, behavior to content because the architecture is fixed. That simplifies our understanding of how to design machines or how to understand human cogni- tion. By the way, the same thing happens in computer architecture. I’m sure you have, are familiar with computer architecture. Computer architecture has stored programs in it, that’s the content, and that running of the stored program gives you different behaviors. The computer ar- chitecture doesn’t change, the stored program keeps on changing, to give you different kind of behaviors. Same idea with cognitive architec- tures. Keep the architecture constant, change the content. Now, of course, the big question will become, what is a good architecture? And that’s what we’ll examine later.
10 – A Cognitive Architecture for Production Systems
Click here to watch the video
Figure 180: A Cognitive Architecture for Pro- duction Systems
LESSON 06 – PRODUCTION SYSTEMS
Page 71 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 06 – PRODUCTION SYSTEMS
Figure 181: A Cognitive Architecture for Pro- duction Systems
So we have come across this high level archi- tecture for deliberation earlier. Today we will talk about a specific cognitive architecture for deliberation. This architecture is called SOAR. I should mention that SOAR not only covers deliberation, SOAR can also cover certain as- pects of reaction, and some aspects of meta cog- nition. But we are going to focus mostly on the deliberation component and so on. SOAR was initiated by Allen Neville, John Lear, and Paul Rosenbloom. And John Lear and Paul Rosenbloom have been working on it for the last 30 years or so. The highest level consists of a long term memory and a working mem- ory. The [David] itself contains different kinds of knowledge. In particular SOAR talks about three kinds of knowledge. Procedural, seman- tic, and episodic. Episodic knowledge has to do with events. Specific instances of events, like, what did you have for dinner yesterday. Seman- tic knowledge has to do with generalizations in the form of concepts and models of the world. For example, your concept of a human being, or your model of how a plane flies in the air. Pro- cedural has to do with how to do certain things. So as an example, how do you pour water from a jug into a tumbler. Notice that this makes an ar- chitecture. There are different components that are interacting with each other. This arrange- ment of components will afford certain processes of reasoning and learning. That’s exactly the kind of processes of reasoning and learning that we’ll look at next.
11 – Return to the Pitcher
Click here to watch the video
Figure 182: Return to the Pitcher
Figure 183: Return to the Pitcher
Figure 184: Return to the Pitcher
Let us now go back to example of the base- ball pitcher who has to decide on a action to take in a particular circumstance. So we can think of this pitcher as mapping a percept history into an action. Now imagine that this pitcher is em- bodying a production system. We are back to a very specific situation, and you can certainly read it again. Recall that David had given the answer, the pitcher will intentionally walk the batter. So we want to make the theory of how might the pitcher or internal and AI agent come to this decision. Recall the very specific situation that the pitcher is facing. And recall also that David had come up with this answer. So, here is a set of percepts, and here is an action. And
Page 72 of 357 ⃝c 2016 Ashok Goel and David Joyner

the question is, how these percepts get mapped into this action? We are going to add one build a theory of how the human pitcher might be mak- ing these decisions, as well as a theory of how an AI agent could be built to make this decision. So let’s go back to the example of the pitcher having to decide on a action in a particular sit- uation in the world. So the pitcher has several kinds of knowledge. Some of its knowledge is in- ternal. It already has it. Some of it, it can per- ceive from the world around it. As an example, the pitcher can perceive the various objects here, such as the bases, first, second, third base. The pitcher can perceive the batter here. The pitcher can perceive the current state of the game. The specific score in the inning, the specific batter. The pitcher can perceive the positions of its own teammates. So, all these things the pitcher can perceive, and these then are become exact spe- cific kinds of knowledge that each pitcher has. The pitcher also has internal knowledge. The pitcher has knowledge about his goals and ob- jectives here.
12 – Action Selection
Click here to watch the video
Figure 185: Action Selection
Figure 186: Action Selection
LESSON 06 – PRODUCTION SYSTEMS
So imagine that Kris Medlen from Atlanta Braves is the pitcher. And Martin Prado from Arizona Diamondbacks is at the bat. Kris Medlen has the goal of finishing the inning with- out allowing any runs. How does Kris Medlen decide on an action? We may conceptual- ize Medlen’s decision making like the following. Medlen may look at various choices that are available to him. He may throw a pitch. Or he may choose to walk the batter. If he walks the batter, then there are additional possibilities that open up. He’ll need to face the next batter. If he chooses to pitch, then he’ll have to decide what kind of ball to throw. A slider, a fast ball, or a curve ball. If it was a slider, then there is a next set of possibilities open up. There might be a strike or a ball or a hit or he may just strike the batter out. Thus, Medlen is setting up a state space. Now, what we just did informally can be stated formally. So, we can imagine a number of states in the states space. The state space is a combination of all the states that can be achieved by applying various combinations of operators, starting from the initial state. Each state can be described in terms of some features, f1, f2, there could be more. Each feature can take on some values. For example, v1, there might be a range of values here. So initially, the picture is at state s0. And the pitcher wants to assume some state S101. And at a state S101 presumably the pitcher the pitcher’s goal has been accomplished. So we may think as the pitcher’s decision mak- ing as some kind of a part of its current state to this particular goal state. This is an abstract space. The pitcher has not yet made any action. The picture is still thinking. The picture is sit- ting up an abstract state space in his mind and exploding that state space.
13 – Putting Content in the Architecture
Click here to watch the video
Page 73 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 06 – PRODUCTION SYSTEMS
Figure 187: Putting Content in the Architecture
Okay, now in order to go further, let us start thinking in terms of, how we can put all of these precepts and goal, into some feature value lan- guage, so that we can store it inside Sole. It is one attempt at capturing all of this knowledge, so I can say that it’s the 7th inning. Inning is 7th. It’s the top of the 7th inning. It’s the top here. Runners are on 2nd and 3rd base. 2nd and 3rd base. And then so on and so forth. Note that at the bottom I have goal is to escape the inning. Which I think means in this particular context, to go to the next inning, without letting the bat- ter score anymore points. So now that we have. Put all of this precepts coming from the world and the goal, into some kind of simple represen- tation which has features and values in it, the fun is going to begin.
14 – Bringing in Memory
Click here to watch the video
Figure 188: Bringing in Memory
Figure 189: Bringing in Memory
So, source working memory not contains all the things that we had in the previous shot. Some of these are percepts. Some the things are the pitcher’s internal goals. Let us see how the contents of the working memory, now invoke different kinds of knowledge from the long term memory. So, let us imagine that the procedu- ral part of source long term memory contains the following rules. The procedural knowledge and source long term memory is represented in the form of rules. The system sometimes called production group. In fact, the term production systems comes from the term production group. So, each rule here is a production group. I’ve shown seven here, there could be more rules. Once again, these production rules are captured in the procedural knowledge, and soource long- term memory. Recall that one of the first things that the pitcher had to decide was whether the pitcher should throw a pitch or walk the batter. Therefore, we assume that there are some rules which allow the pitcher to make a decision be- tween these two choices. Thus there is a rule here. If the goal is to escape, and I perceive two outs, and I perceive on the second, and I per- ceive a runner on the second and I perceive no runner on the first base, then I’m suggest a goal of intentionally walk batter. There is another rule. The second rule says, if the goal is to es- cape, and I perceive two outs and I perceive a runner on the first base. Or if perceived not out on the second, or if perceived no runners, then suggest the goal to get the batter out via pitch- ing. And what might happen if I pick the goal of intentionally walking the batter? The goal is to intentionally walk the batter then suggest in- tentional walk operator. Now, this intentional
Page 74 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 06 – PRODUCTION SYSTEMS
walk operator corresponds to some action avail- able to all. And similarly, the other rules. Let’s consider one other rule, rule number seven. If only one operator has been selected, then send the operator to the motor system and add the pitch thrown to the state. So, there is both now an action has been selected, and the action is go- ing to be executed. As well as the state of the working memory is going to be changed, so it will say that now the pitch has been thrown. Before we go ahead, let me summarize what we just learned. Source long term memory consists of various kinds of knowledge. One kind of knowl- edge, the one that we are considering right now is procedural knowledge. Procedural knowledge is about how to do something. And so proce- dural knowledge is represented in the form of production rules. Each production rule is, is of the form, if something then something. There are antecedents and their consequence. These antecedents may be connected through various kind of relationships, like and, and or. The con- sequence too might be connected through various kind of relationships like and, and or. So I may have if some antecedent is true, and some other, other ante, antecedent is true, and so on, then do some consequent. Now that we understand a little bit about the representation of production rules. What about the content? What should be the content that we put into these produc- tion rules? Earlier we had said that cognitive architectures are goal oriented. So we’ll expect goals to appear in some of the production rules. Indeed, they do. R1, r2, r3, and so on. Earlier we had said that knowledge based AI cognitive systems, use a lot of knowledge. And you can see how detailed and specific this knowledge is. In fact, the knowledge is so detailed and specific that in principle we can hope that as different percepts come from the world, some rule is avail- able that will be useful for that set of percepts.
15 – Exercise Production System in Action I
Click here to watch the video
Figure 190: Exercise Production System in Ac- tion I
Okay, given these productions in the proce- dural part of sol’s long term memory. And given these are the contents of the working memory which capture the current set of percepts and the current goal. What operator do you think sol will select? Note that one of the choices here is none, the system cannot decide.
16 – Exercise Production System in Action I
Click here to watch the video
Figure 191: Exercise Production System in Ac- tion I
That was right, David. So note what hap- pened. There were the contents of the working memory. Here were all the rules of a level in the procedural part of the long-term memory. And so then, match the contents of the work- ing memory with the antecedents of the various productions. Depending on the match between the contents of the working memory, and the an- tecedents of the rules, some rules got activated, fired as some people say. Depending upon what rule got fired, that resulted in, perhaps, firing of additional rules. So as David said, if the rule number one got activated because the goal be- came intentionally walk the batter, that then
Page 75 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 06 – PRODUCTION SYSTEMS
lead to the activation of rule number three, which was to select the intentional-walk operator. In this way, given the set of contents of the work- ing memory and a mapping between those con- tents and the antecedents of the various produc- tion rules that capture the procedure knowledge. Some rules get activated, and this activation con- tinues until sort cannot activate any additional rules. At that point, sort has given an answer, based on the consequence of a rule that matches a motor action. Note that sort just provided an account of how the picture decided on a spe- cific page, on a specific action. Note that, we’re started with the goal of providing an account of how the pitcher selects on an action or how an AI agent selects on an action. So what is the account? Based on the goal and the percents, match them with the antecedence of the rules that captured the procedural knowledge. And then, accept the consequent of some production that matches some motor action from some pre- cepts we have gone to some action.
17 – Exercise Production System in Action II
Click here to watch the video
Figure 192: Exercise Production System in Ac- tion II
Now let us consider another situation. Sup- pose that our pitcher actually was able to walk the batter. So, now, there are runners on the first, second, ands third bases. Not just on the second and third bases, but one on the first, also. So the picture succeeded in accomplishing it’s goal in the last shot. So the current situation then is discard, but this side of percept and this goal. The confidence of the working memory have just changed. Of course, the production
rules capturing the pursuit of knowledge have not yet changed. So these are exactly the same productions that we had previously. Only the contents of the working memory has changed. We now have a runner at the first as well as the second and the third. And this exercise is very intrusting because it will lead us to a different set of conclusions. Given the set of precepts in this goal and the set of production rules, what operator do you think the picture will select?
18 – Exercise Production System in Action II
Click here to watch the video
Figure 193: Exercise Production System in Ac- tion II
David, what do you think the patient would select next? So unlike last time, the first pro- duction rule won’t fire because I do perceive a runner on first. Instead, while I don’t perceive fewer than two outs, I do perceive a runner on first. So this production rule will fire, and now by goal is to get the batter out via pitching. That’ll skip the next rule and come down to here. Given that the goal is to pitch and we have a new bat- ter, we’re going to add some information to our stake. So we can actually now, not just keep track of the game as a whole, but we can keep track of this individual exchange with the bat- ter. Then the goal is to pitch and the batter is not yet out, so we’re going to suggest the throw- curve-ball-operator. We then look and see that the batter bats right handed so the next rule doesn’t fire. So at this point, we’ve only suggest one operator, the throw-curve-ball-operator. So we’re going to send that to our motor system. So the answer will be that we’ll throw a curve ball. That was right, David, thank you. Let’s summarize some of the things that David noted.
Page 76 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 06 – PRODUCTION SYSTEMS
So, based on the contents of the working mem- ory, some rules get activated. As these rules get activated, some consequence get established. As this consequence get established, they get writ- ten. Those consequence get written on the work- ing memory. So the contents of working mem- ory are constantly changing. As the contents of the working memory change, nodules can get activated. So there is a constant interaction be- tween the working memory and the long term memory. The contents of the working memory change quite rapidly. The contents of the long term memory change very, very slowly.
19 – Exercise System in Action III
Click here to watch the video
Figure 194: Exercise System in Action III
Aha, so this situation keeps becoming more complicated David. Let’s think about what might happen if the manager of the Arizona Dia- mondbacks anticipated what the Atlanta Braves pitcher would do, and actually change the batter so the batter now is left handed? If the batter is left handed, then the percept is slightly different. The content of the pitcher’s working memory is slightly different. The production rules captur- ing the pursuit of knowledge are still the same. What do you think will happen now? What kind of decision will the pitcher make now?
20 – Exercise System in Action III
Click here to watch the video
Figure 195: Exercise System in Action III
What do you think, David? So just like last time we’ll set that the goal is to get the batter out via pitching. And we’ll add the necessary information to our current working memory, but when we get down here something confusing hap- pens. So we suggest the throw-curve-ball oper- ator because our goal is to pitch and the batter isn’t out. But then, we also suggest they throw a fast ball operator because the goal is to pitch, the batter’s not out and the batter bats left-handed. So, when we get down to rule seven, which is if only one operator has been selected, it doesn’t fire. So our current rules don’t actually lead any- where. We never bottom out. We never figure out what we want to do. Good David. That was the correct answer. So note what has happened? So far we had assumed that the match between the percept and the production rules captioning the personal knowledge was such that, given the percept we always have one rule which will tell us what action to take. It may take some time to get to this rule. Some rules may need to be established. And then only so the rules get es- tablished, then only we get the action. But never the less, the system would work. The difficulty now is, there is no rule which tells us exactly what action to take.
21 – Chunking
Click here to watch the video
Page 77 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 06 – PRODUCTION SYSTEMS
Figure 196: Chunking
So for this situation source cognitive architec- tures selected not one goal but to. So this SOAR theory this is called an impasse. An impasse oc- curs when the decision maker cannot make a de- cision either because not enough knowledge is available or because multiple courses of action there are being selected and the agent cannot decide among them. In this case two actions have been selected and the agent cannot decide between them. Should the pitch throw a curve ball or a fast ball? At this point SOAR will at- tempt to learn a rule that might break the im- passe. If the decision maker has a choice be- tween the fast ball and the curve ball and it can- not decide it, might there be a way of learning a rule that decides between what to throw in a particular situation given the choice of the fast falling curve ball. For this now SOAR will in- voke episodic knowledge. Let’s see how SOAR does that and how it can help SOAR learn the rule that results in the breaking of the impasse. So imagine that SOAR had episodic knowledge about the previous event, about the previous in- stance of an event. And this previous instance of an event in another game it was a fifth in- ning bottom of the fifth inning, if the weather was windy it was the same batter though, Parra, who bats left handed. It was a similar kind of situation and the pitcher threw a fastball and Parra hit a homerun out of it. Now we want to avoid that. The current pitcher wants to avoid it. So given this episodic knowledge about this even set occurred earlier, SOAR has learning mech- anism that allows it to encapsulate knowledge from this event into the form of a production rule that can be used as part of the procedural knowledge. And the learned rule is, if two oper-
ators are suggested, and threw a fast ball is one of those operators, and the batter is Parra, then dismiss throw-fast-ball operator. This is the pro- cess of learning called chunking. So, chunking is a process, a learning technique that’s SOAR uses to learn rules that can break impasse. First note, that chunking is triggered when impasse occurs. In this situation, the impasse is that two rules got activated and there is no way of resolv- ing between them. So the impasse imagery tells the process of chunking, what the goal of chunk- ing is. Find a rule that can break the impasse. SOAR now searches for the episodic memory and finds an event that has some knowledge that may break the impulse. In particular, it looks like a perceptual current situation that we had in pre- vious shot. And compared to the perceptions of previous situations, of the event memory, the episodic memory, and find that any information available of the current batter. If some informa- tion is available that tells, SOAR the result of some previous action that also occurs in the cur- rent impasse, then SOAR picks that event. So now it tries to encapsulate the result of the pre- vious event, in the form of a rule. In this case, it wants to avoid the result of a homerun, and therefore it says dismiss that particular operator. If it wanted that particular result, it would have said throw that particular operator. We said ear- lier that in cognitive systems, reasoning, learn- ing and memory are closely connected. Here is an example of that. We’re dealing with memory, procedural memory, we’re dealing with memory that can deal with procedural knowledge and episodic knowledge. Dealing with reasoning, de- cision making. We’re also dealing with learn- ing, chunking. If you want to learn more about chunking then the reading by Lehman Leodon Rosenblum, and the further readings at the end of this lesson gives lot many more details.
22 – Exercise Chunking
Click here to watch the video
Page 78 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 06 – PRODUCTION SYSTEMS
Figure 197: Exercise Chunking
Let’s do one more exercise on the same prob- lem. Note that, I have added one more rule into the procedural knowledge. This is the rule that was the result of chunking. If two opera- tors are suggested, and throw-fast-ball operator suggested, and the batter is Parra. Then dismiss the throw-fast-ball operator. Okay, given these rules and the same situation, what do you think will be the operator that will be selected?
23 – Exercise Chunking
Click here to watch the video
Figure 198: Exercise Chunking
So it looks like the entire goal of that chunk- ing process was to help us figure out between these two operators which one we should actu- ally select. We decided that, if a fast ball is sug- gested, which it was, and if two operators are suggested, which they were, and the batter is Parra, which it is, then to dismiss the throw- fast-ball operator. That means we only have one more operator suggested, throw-curve-ball. So that would be selected.
24 – Fundamentals of Learning
Click here to watch the video
This is the first time we have come across the topic of learning in this course, so let us examine it a little bit more closely. We are all interested in asking the question, how do agents learn? But this question is not isolated from a series of other questions. What do agents learn? What is the source of their learning? When do they learn? And why do they learn at all? For the purpose of addressing what goal or what task? Now here is the fundamental stance that knowledge based AI takes. It says that we’ll start with a theory of reasoning. That will help us address ques- tions like, what to learn, when to learn, why to do learning? And only then will we go to the question, of how to do the learning. So, we reasoning first, and then backwards to learning. This happened in production systems. When the production system reach an impasse, then it said let’s learn in order to resolve this impasse from episodic knowledge. So once again, we are trying to build a unified theory of reasoning, memory, and learning where the demands of memory and reasoning constrain the processing of learning.
25 – Assignment Production Systems
Click here to watch the video
Figure 199: Assignment Production Systems
So how would you use a production system to design an agent that can solve Raven’s Progres- sive Matrices. We could think about this kind of at two different levels. At one level we could imagine a production system that’s able to ad- dress any incoming problem. It has a set of rules for what to look for in a new problem and it knows how to reply when it finds those things. But on the other hand, we can also imagine pro- duction rules that are specific to a given prob- lem. When the agent receives a new problem,
Page 79 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 06 – PRODUCTION SYSTEMS
it induces some production rules that govern the transformation between certain figures and then transfers that to other rows and columns. So in that way, it’s able to use that same kind of production system methodology to answer these problems, even though it doesn’t come into the problem with any production rules written in ad- vance. So, inherent in this idea though, is the idea of learning from the problem that it receives. How is this learning going to take place? How is it actually going to write these production rules, based on a new problem? And what’s the bene- fit of doing it this way? What do we get out of actually having these production rules, that are written based on individual problems?
26 – Wrap Up
Click here to watch the video
Figure 200: Wrap Up
So let’s wrap up our discussion for today and also wrap up the foundational unit of our course as a whole. We started off today by revisiting this notion of Cognitive architectures that we talked about at the very beginning of the course. We use that to contextual our discussion of Pro- duction systems, specifically those implemented in a framework called SOAR. As we saw, produc- tion systems enable action selection. They help us map percepts in the world into actions. Of course, this is only one of the many things that a production system can do. It can really map any kind of antecedent into any kind of consequent. But in our example, we saw how the produc- tion system for a pitcher can map percepts from a baseball game into pitch selection. We then talked about impasses and how when a produc- tion system hits an impasse, it can use chunking
to learn a new rule to overcome that impasse. This is the first time we’ve encountered learning in our course, but learning is actually going to be foundational to everything we talk about from here on. This wraps up the fundamentals unit of our course. Next time we’re going to talk about frames, which we actually saw a little bit of to- day. Frames are going to become a knowledge representation that we’ll use throughout the rest of our course.
27 – The Cognitive Connection
Click here to watch the video
Figure 201: The Cognitive Connection
Figure 202: The Cognitive Connection
Figure 203: The Cognitive Connection Page 80 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 06 – PRODUCTION SYSTEMS
The connection between production systems and human cognition is both powerful and straightforward. In fact, production systems, right from the beginning were proposed as mod- els of human cognition. We can look at it from several perspectives. First, the working memory in production system has a counterpart in hu- man cognition in the form of short-term mem- ory. Short-term memory and human cognition, at least for the verbal part, has a capacity for approximately seven plus or minus two elements. Working memory and production systems plays a similar role. Second, people have connected studies which they have given the same prob- lems, both to humans and to cognitive architec- tures [affordances]. These problems typically are from closed worlds like arithmetic or algebra. At a consult, there are strong similarities between the behavior of programs like SOAR and the be- havior of humans when they address problems in arithmetic and algebra. This, however, does not mean that we already have a very good com- plete model of human cognition. This is just the beginning. Humans engage in a very large num- ber of problems, not just arithmetic or algebra problems in closed worlds. So there still remain a large number of questions open about how do you build a cognitive architecture that can cap- ture human cognition at large in the open?
28 – Final Quiz
Click here to watch the video
So we are now at the final quiz for this par- ticular lesson. What did you learn in this lesson?
29 – Final Quiz
Click here to watch the video And thank you for doing it.
Summary
This lesson covers the fundamentals of Production Systems which are similar to Expert Systems and based on rules known to domain experts. Production Systems helps map percepts in the world into actions. When the production system reaches an impasse, it uses chunking to learn a new rule to overcome that impasse.
References
1. Winston P., Artificial Intelligence, Chapter 7, Pages 119-137.
Optional Reading:
1. A Gentle Introduction to SOAR; T-Square Resources (GentleIntroductionToSOAR- ExtraReading Rules .pdf)
2. Winston Chapter 7, pages 119-137; Click here
3. Winston Chapter 8, 163-171; Click here
Exercises
Exercise 1:
In the classical Monkey & Bananas problem, a monkey is faced with the problem of reaching bananas hanging from the ceiling. But a box is available that will enable the monkey to reach the bananas if he climbs on it. Initially the monkey is at location A, bananas at B, and the box at C. The bananas are at height Y, the monkey and the box have height X such that if the monkey climbs on the box, it too will be at height Y.
R1: If My-location = Bananas-location AND My-height = Bananas-height, Then Grasp Bananas
R2: If NOT (My-location = Bananas-location) AND My-height = Bananas-height, Then Walk to Bananas-location
R3: If My-location = Box-location AND Box-location = Bananas-location AND My-height ¡ Bananas-height,
Then Climb Box to Bananas-height
R4: If My-location = Box-location AND NOT (Box-location = Bananas-location) AND My-height ¡ Bananas-height,
Then Push Box to Bananas-location
Page 81 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 07 – FRAMES
Lesson 07 – Frames
I am so stereotyped into being this Hollywood girl. – Kim Kardashian: American actress and model.
If a problem can’t be solved within the frame it was conceived, the solution lies in reframing the problem. – Brian McGreevy, Hemlock Grove (novel).
01 – Preview
Click here to watch the video
Figure 204: Preview
Figure 205: Preview
Today we’ll talk about frames. Frames are a very powerful and very common knowledge rep- resentation. Frames are our first step, a basic
unit towards building a creative common sense reasoning. They’ll also come up in several other topics, such as understanding. We’ll begin by talking about the function of frames, what are they useful for, and what makes them so use- ful. Then we’ll talk about several properties of frames. We’ll relate the knowledge representa- tion of frames with other knowledge representa- tions, such as semantic networks and production systems. And finally, we will show how frames can be very useful for sense-making. For story understanding.
02 – Exercise Ashok Ate a Frog
Click here to watch the video
Figure 206: Exercise Ashok Ate a Frog
We started this unit by saying, that frames are a useful knowledge representation, for en-
Page 82 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 07 – FRAMES
abling common sense reasoning. But what is common sense reasoning? You can do it, I can do it. How do we make a machine do it? To il- lustrate common sense reasoning, let us consider a simple sentence. Ashok ate a frog. All right, you understand the sentence. You understand the meaning of the sentence. But, what is the meaning of the meaning? What did you just un- derstand? Try to answer the questions on the right.
03 – Exercise Ashok Ate a Frog
Click here to watch the video
Figure 207: Exercise Ashok Ate a Frog
I believe I did. So is the first frog dead or alive? I can’t imagine you eating a frog and the frog staying alive, so I’m going to say the frog is dead. Where is the frog if you ate it? It’s proba- bly in your stomach. And are you happy or sad? I don’t know if you like to eat frogs, but I’m going to assume that you do. So I’m going to as- sume that you are happy. Thank you, David. So David just did common sense reasoning. There was nothing in this input which said whether the frog was dead or alive. There was nothing in the sentence which said Ashok was happy or sad. But David made sensible inferences. I will dis- cuss a lot more about common sense reasoning a little bit later. For now, I want to talk about the knowledge representation called Frames that will allow us to make some inferences of this kind.
04 – How do we make sense of a sentence
Click here to watch the video
Figure 208: How do we make sense of a sentence
Figure 209: How do we make sense of a sentence
Let us look at the meaning of the sentence, Ashok ate a frog. When I say the sentence, you understand its meaning immediately. But what did you understand? What is the meaning, of the meaning, of the sentence? How can I capture that meaning? How we capture it in a machine? Let us focus for now, on the verb in the sentence, which is ate. We’ll associate a frame. With the verb in the sentence. Later on we will see that frames can also be associated with the objects or the nouns in the sentence, but for now we will focus on the verb. Now what is it that we know about the stereotypical action of eating? What happens when people eat, when you and I eat? Usually there is an agent, that does the eating. And that particular agent that corresponded the subject of the sentence. Usually something is be- ing eaten, that’s the object. There is often a lo- cation where the eating is done or the time when the eating is being done. Someone might use a, utensil to do the eating. You might eat with a fork or a spoon for example. There might be other things that we know about the stereotypi- cal action of eating. For example, what is being eaten typically is not alive. At least not when hu- mans eat it. Now this vertical slot object-is, this
Page 83 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 07 – FRAMES
concerns the location of the object. Where is the object after it has been eaten? And you might say well, it’s inside the subject’s body. What might be the mood of the subject? Well, af- ter people have eaten, typically they are happier. So, here is a list of slots that we associate with the stereotypical action of eating. This is not an exhaustive list, you can add some more. So each of the slots may take some values. We’ll call these values fillers. So slots and fillers. Some of the fillers are here by default. Some of the fillers may come from. Parsing the sentence. So, we know that in this particular sentence, the sub- ject is Ashok and the object is a frog. Okay so, frame then, is a knowledge structure. Note the word structure. There are, a number of things happening in this knowledge representation. If I may take an analogy with something, with which I’m sure you are familiar. Consider the differ- ence between an atom of knowledge representa- tion, and a molecule of knowledge representa- tion. Some knowledge representations are like atoms, other knowledge representations are like molecules. An atom is a unit by itself, a pro- duction rule is like an atom. On the other hand, frames are like molecules, they have a structure. There are a large number of things happening. These molecules could expand or could contract. You can do a lot more with frames, that you can do with a simple production rule. So frame isn’t like a knowledge structure, which has slots, and which has fillers that go with it. Some of these fillers, are by default. A frame deals with the stereotypical situation. Consider now a different sentence. Suppose we had the sentence, David ate a pizza at home. Now here, I have filled out what a frame for this particular sentence would look like. The subject is different, the object is different. This time, there is some information about location, in the previous sentence there was no information about location. Let us com- pare these two frames for another second. Note that these slots. In case of both the frames are exactly the same, because the frame corresponds to the action of eating. The fillers on the other hand are different, at least some of the fillers are different, because these fillers corresponded the various input sentences. The only fillers that are
the same, are those fillers which have to do with default values for particular slots.
05 – Exercise Making sense of a sentence
Click here to watch the video
Figure 210: Exercise Making sense of a sentence
Okay, let us do an exercise. On the left I have shown you a sentence. On the right is a frame for Ate. Please write down the slots for the frame for Ate, as well as the fillers that will go for these slots for this particular input sentence.
06 – Exercise Making sense of a sentence
Click here to watch the video
Figure 211: Exercise Making sense of a sentence
That’s a very good answer, David. First of all, your answer is correct. And in addition, you were able to point out that there is no slot here which is able to take care of the information com- ing in as input about her dad. Before we worry about what information that Angela had lasagna with her dad. Let us look at some of the prop- erties of frames. So once again there are slots. You can put fillers in the slots. Each filler may come from a range of values. Some of these slots have default fillers. Now you can see how some kind of common sense inferences become possi- ble. Some of them become possible from these
Page 84 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 07 – FRAMES
default fillers for these slots. So for example, when we said Ashok ate a frog, and David an- swered the question whether the frog was dead or alive by saying the frog was dead. Well, we know about it because there is a default value here, the object that has been eaten is not alive, it’s false to say it’s alive. And the location of the object after it has been eaten is inside the subject’s stomach, or inside the subject’s body. And so on. We could put here more slots, with more default values for them. Once again, we’ll discuss a lot more about common sense reason- ing a little bit later in this particular course. For now, we are trying to understand the knowledge and presentation of frames.
07 – Complex Frame Systems
Click here to watch the video
Figure 212: Complex Frame Systems
Figure 213: Complex Frame Systems
Now I want to talk about two more ideas. Re- call when I had the centers [Ashok ate] a frog, I said lets focus on the verb formula. That was in- deed correct, but one can have frames for nouns as well. So one could have a frame for Angela, or for lasagna, or for Olive Garden, or for night. If one had a frame for Angela and lasagna, and
so on, in that case, one could, instead of saying Angela here, point to a frame for Angela. Here is an illustration that shows you that. We may have then information about Angela, quite apart from the sentence about Angela having lasagna with her dad. And that information might be pulled together, with this frame for ate to the pointer. So that now this frame for ate is con- nected with this frame for Angela. Similarly we may have some information for the restaurant of Olive Garden. We may know for example, that the Olive Garden is located in Atlanta, or that it has a particular price range. So, two ideas. First, not only frames for words, but also for nouns, and second frames can get connected with each other, so that the filler of a slot in one frame, can point to another frame. So Ashok [sp?] it sounds like this kind of representation can be used to make even more advanced inferences. So if I have a frame for Angela, my frame for Angela might have a slot that says food preferences. And un- der that food preference slot, the filler might be Italian food. And then, when I see this represen- tation, based on that slot and that filler, I can then infer that she’s not only happy, she’s very happy because she had one of her favorite foods. That’s a good point, David. So far we have been talking about sentence level understanding. The sentence that Angela ate lasagna at Olive Gar- den with her dad, for example. But we can also talk about this cost level understanding, or this cost may contain a series of sentences, one after the other. So the first sentence, for instance, may say something about Angela and her food prefer- ences. And we may construct a frame for Angela. The second sentence may say something about, a restaurant called Olive Garden, which is lo- cated in Atlanta. And we may construct a frame for the Olive Garden. When the third sentence comes, and says that Angela had lasagna with her dad at Olive Garden, we construct a frame, and then we can hook up these various frames. And now we beginning to get a disclosed level understanding. Not just a sentence level under- standing. So indeed, just like a frame enables us to understand some unit of language. For ex- ample, a sentence or a phrase. When we start hooking up these frames together, we can start
Page 85 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 07 – FRAMES
understanding larger units of language, for ex- ample, a group of sentences of discourse. As we go along, we will see these frames also allow us to pull information from the input sentences, to put in the [Ashok ate] of this slot. So indeed, the ability to hook these frames together, allows for a lot of complex inferences and they will be a major part of common sense reasoning, as we continue with this course.
08 – Properties of Frames
Click here to watch the video
Figure 214: Properties of Frames
Figure 215: Properties of Frames
Figure 216: Properties of Frames
Figure 217: Properties of Frames
Figure 218: Properties of Frames
Figure 219: Properties of Frames
There are three cardinal properties of frames. The first property is that frames represents stereotypes. Now we all know about stereotypes. We deal with stereotypes all the time. Here’s a stereotype for the world eat or ate. And this par- ticular stereotype, the slots are dealing with our stereotypical, my stereotypical notion of what happens when something is eaten. There is a subject and it is a frog. There is a location. There is a time. You may have a different set of stereotypes. In fact, stereotypes often are very culture specific. Second, frames provide default values. So not only do they have these slots which come from other notions of a stereotype of this particular word, but many of these slots
Page 86 of 357 ⃝c 2016 Ashok Goel and David Joyner

may have values already filled in. As an exam- ple, I may already have a default value which says that after the object has been eaten, it is no longer alive. It is inside the subject’s stomach, and the subject’s mood is now happy. There are our default values. Of course, when you have default, you can also have exceptions to them. As an example, it may be that when Ashok ate a frog, it made him sad because frogs don’t suit him very well. Now the exception handling is both very powerful and a problem. It is pow- erful because I can have stereotypes or default values, and when needed, I can override the de- fault values. But it’s also a problem, because you can see what will happen. The more in- stances that I have, the more times where I’ll be overriding some default value. And then I have to go to worry about how to manage all of this exceptional handling. Nevertheless, frames provide a very nice way of capturing both de- fault values and exception handling. The third cardinal property of frames is that they exhibit inheritance. So I can organize this frames in a frame hierarchy. Here is a frame for an animal, and then, that has two subclasses, a frame for an ant and a frame for a human. Note, I’m us- ing the language of classes and subclasses here. Now inheritance works, in that I may have some slot for the class animal, and then, I may spec- ify for the ant more specific values for some of those slots. For example, number of legs is six or the number of arms is zero. But, the impor- tant thing is that I inherited these slots from the super-class. Of course, when I specify the sub- classes, when I go down this frame hierarchy, I may keep on adding additional slots. So for a human man, we may also add the job and the name. There’s classes then we have instances, as an example, Ashock is the name of the person and the job is a professor. And so, this instance is also inheriting all these slots and the slot val- ues from the class. We can also see that when the frames provide default values, that’s very similar to a constructor when we’re dealing with object oriented programming that supplies some initial values when an object is first instantiated. So it seems like there’s actually a very rich connection between classes and frames here. David, that’s a
very good point. In fact, there is a history to it. Frames and object-oriented programming came about the same time, the 1960s and the 1970s. And I’m sure they influenced each other in both directions.
09 – Exercise Interpeting a Frame System
Click here to watch the video
LESSON 07 – FRAMES
Figure 220: Exercise Interpeting a Frame System
Let us do an exercise together. Imagine that there is a set of frames here that is capturing a conceptual knowledge. What sentences is ex- pressed by these frames?
10 – Exercise Interpeting a Frame System
Click here to watch the video
Figure 221: Exercise Interpeting a Frame System
That’s good, David. But here’s something interesting to note. It could have been that this was the input sentence and that this frame rep- resentation got constructed from this input sen- tence. So Haruto became the subject and the person and ate became the verb and so on. Al- ternately, this could have been the frame rep- resentation and perhaps the sentence which er- ror gets through language generation from this frame representation. So the frame represen- tation could potentially act as an intermediate
Page 87 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 07 – FRAMES
representation for both sentence comprehension and for sentence generation. Of course, there’s a lot more to sentence generation and to sentence comprehension than what we have shown so far.
11 – Frames and Semantic Nets
Click here to watch the video
Figure 222: Frames and Semantic Nets
We can also use frames to address the Raven’s Matrices problems that we have been talking about all throughout this course. In fact as we do so we’ll note another interesting fact, frames in semantic networks are closely related. So let’s do this problem. Here is a particular image and here is a semantic network for this particular image that we had come across ear- lier. I could rewrite this semantic network in the language of frames. But, first of all building a frame for each of these specific objects. I have frame for x, a frame for y and a frame for z. So, here are the frames for the three objects, x, y and z. Let’s look at the frame for z in more detail for just a second. So, here are the slots, the name is z, the shape is a circle the size is small and it is filled, you can see it here. We can also cap- ture the relationship between these two objects. So let’s consider a relationship example. Here y is inside x, y is inside x. We can capture that through this slot for the object y. Here is the slot for inside, for the object y, and it is pointing to x, indicating that y is inside x. Note again the equivalence between the semantic network and the frame representations. The three objects and the three frames corresponding to three objects. The relationship between the objects and the re- lationships being captured by these blue lines here between the frames. While we can capture
relationships between frames through lines like this where one frame points to another frame, we could also capture them more directly by ac- tually specifying variables of other frame names. So for example, for the frame y, we might say, inside x which captures the same idea that we were capturing by drawing a line between them. In fact, this is a notation we’ll use with the rest of the exercises in this lesson.
12 – Exercise Frames and Semantic Networks
Click here to watch the video
Figure 223: Exercise Frames and Semantic Net- works
Let us do an exercise together to make sure that we understand frame representations for im- ages like this. So consider the image shown here on the top left. Can you write down all the slots and the fillers for these three frames?
13 – Exercise Frames and Semantic Networks
Click here to watch the video
Figure 224: Exercise Frames and Semantic Net- works
David, were you able to write down the slots and the fillers. I was. So, for object x, I have that it’s a large triangle, that is not filled in. For object y, I have it’s a large circle that’s not filled
Page 88 of 357 ⃝c 2016 Ashok Goel and David Joyner

in. And for object z, I have that it’s a small cir- cle, that is filled in. As far as the relationships go, in this case we have that z is inside y. Z is inside y. Z is above x, which it is, and y is also above x. Y is above x. Good David, that sounds right to me.
14 – Frames and Production Systems
Click here to watch the video
Figure 225: Frames and Production Systems
Figure 226: Frames and Production Systems
We have actually come across the notion of frames earlier, when we were talking about pro- duction systems. You may recall we had a di- agram like this, where we had procedural, se- mantic and episodic knowledge, and the working memory container structure like this. You can see this is really a frame, here are the slots, here are the values for the slots. We can think of these frames as capturing conceptual knowledge, that is stored in the semantic memory. So let’s take an example. Suppose an input is a shark ate a frog. Remember the word ate there, and that verb ate gets returned to working memory, and the entire frame for ate gets pulled out. Once this frame is pulled out of semantic memory, it immediately generates expectations. So we now
know, that ate is likely to have a subject, an ob- ject and location, perhaps time utensils and so on. So we can ask ourselves the question, well what will go, under subject here? What will go under object here? And in the sentence a shark ate a frog. This frame tells us, what to look for. As a result of which, the processing is not just bottom up, coming from natural language or the world in general, and going into mind. Also, mind provides knowledge structures like frames, which, structured knowledge representa- tions, which generate expectations and make the processing, partially top down.
15 – Exercise Frames Complex Understanding
Click here to watch the video
Figure 227: Exercise Frames Complex Under- standing
To see both the power and the limitations of the frame knowledge representation, let’s do an exercise together. So, please read the story. The story is talking about an earthquake. And then fill out the slots and the fillers that you might think might go with the frame of earthquake.
16 – Exercise Frames Complex Understanding
LESSON 07 – FRAMES
Click here to watch the video
Page 89 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 07 – FRAMES
Figure 228: Exercise Frames Complex Under- standing
Figure 229: Exercise Frames Complex Under- standing
How do you fill out this frame, David? The way I did it is I started off by writing down what I need to expect about an earthquake. I knew that earthquakes happen on a particular day. They happen at a particular location. They cause a certain amount of damage, a certain number of fatalities. They happen on a certain fault line with certain magnitude. They occur at a certain time. There are different types of earthquakes, and they all have a certain duration to them. I then went to the story to try and find the fillers for the slots I had just written down. So the time was today, the location was Lower Slabovia, and so on. Some slots didn’t have fillers in the story, but that’s all right. That’s good, David. Let us note a couple of things in David’s answer. First, the slots are part of David’s background knowl- edge about stereotypical earthquakes. Second, these fillers for the slots are coming from the story. This is a very good example of how both bottom-up processing and top-down processing getting combined. As the story came, David no- ticed the word earthquake, went into a long-term memory. ¿From a semantic memory he pulled
out the frame for the earthquake which told him what slots to look for, and then he used bottom- up processing to try to figure out what values to put in there. But note the limitation of this com- bination of top-down and bottom-up processing also. Imagine a different story. Here is a second story. If you read the second story and com- pare it to the first one, you begin to see that there are lots of subtle and nuanced meanings here. So killed here will happen to 25 proposals, killing here refers to 25 people. Sadie Hawkins here was a science advisor, Sadie Hawkins here was the name of a fault. The frame knowledge representation of itself and by itself doesn’t tell us how to pick Sadie Hawkins as a science advi- sor, and not as a fault. Or whether the killing of 25 proposals, how does it relate with killing of 25 people? We will return to this topic, and we’ll talk more about it when we come to under- standing and common-sense reasoning in a few weeks. Or if you’re interested in reading about this now, you can go ahead and go watch those lessons.
17 – Assignment Frames
Click here to watch the video
Figure 230: Assignment Frames
For this assignment, discuss how you’d use frames to represent Raven’s Progressive Matri- ces. At a basic level, what are the slots and fillers associated with different Raven’s prob- lems? Where are these frames going to come from? Is the agent going to receive the problem in terms of frames initially, or it going to generate these frames based on its own reasoning? Once it has these frames, what exactly are the reasoning methods it’s going to use to solve the problem
Page 90 of 357 ⃝c 2016 Ashok Goel and David Joyner

based on these frames? We’ve also talked about frames representing individual figures from the problem. But what about a frame represent- ing the problem, as a whole? What about a frame representing individual shapes within fig- ures? How would representing the problems at that different level of abstraction, help the agents solve the problem more easily. What are frames going to enable us to do, that we couldn’t do otherwise?
18 – Wrap Up
Click here to watch the video
Figure 231: Wrap Up
So, today we discussed frames, which are one of the knowledge representations that we’ll see throughout this course. We started off by talk- ing about the basic structure of frames which involves slots and fillers, and we talked about how similar they are to the variables and values that we see in object-oriented programming. We then talked about the three main properties of frames which are that they represent stereotypes of a certain concept, they provide default values, and they can inherit from one another. We then talked about frames in terms of other concepts we’ve already covered in this course. We talked about how frames are representationally equiv- alent to semantic nets, and we’ve talked about how frames were actually what we were using when we were doing projection systems last les- son. We finally talked about some of the ad- vanced reasoning and story understanding that we can do with frames. Now we’re going to move to a topic called learning by recording cases, where we learn from individual cases or individ- ual experiences. But if you’re very interested in
frames, you might want to jump forward to our lessons on understanding common sense reason- ing and scripts. This will all very heavily lever- age what we’ve learned about frames today
19 – The Cognitive Connection
Click here to watch the video
Frames are typical character of human cogni- tion. Let us consider three specific ways. First, frames are a structured knowledge representa- tion. We can think of production systems as being atoms of knowledge representation, and frames as being molecules of knowledge represen- tation. A production rule captures a very small amount of information. A frame can capture a large amount of information in organized man- ner as a packet. Second, frames enable me to construct a theory of cognitive possessing which is not entirely bottom-up, but is partially top- down. I have to see a lot of data from the world. But not all of the cognitive processing is bottom- up. The data results in the retrieval of informa- tion from my memory. That information, that knowledge in the form of frames then help to make sense of the data. It has been generating expectations of the world. So then the processing becomes not just bottom-up, but also top-down. Third, frames capture the notion of stereotypes. Stereotypes of situations, stereotypes of events. Now, stereotypes can sometimes lead us to incor- rect inferences. Yet you and I have stereotypes of whereas kind of events and situations. So why do we have state effects, because they’re cogni- tively efficient. And why are they cognitively ef- ficient? Because instead of reasoning about the world anew each time, they already have default values associated with them. That’s the prop- erty of frame. All the default values then, enable me to generate certain number of expectations very rapidly. That’s cognitively efficient. Here are three formative connections between frames and human cognition. There are a lot more that we’ll get into slowly.
20 – Final Quiz
Click here to watch the video
Please fill out what you learned in this lesson in this box.
LESSON 07 – FRAMES
Page 91 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 07 – FRAMES
21 – Final Quiz
Click here to watch the video Great. Thank you very much.
Summary
Frames represent stereotypes of a certain concept (e.g. situation, event, etc.) and are composed of Slots and Fillers. Frames provide default values for the Slots and can inherit from one another. Frames are representationally equivalent to Semantic Nets. In other words, a frame can capture a large amount of information in an organized manner as a packet. Frames enable us to construct a theory of cognitive processing which is both bottom-up and top-down. The data in the frames generates expectations of the world in a cognitive-efficient manner.
References
1. Winston P., Artificial Intelligence, Chapter 9, Pages 179-190, 197-206.
Optional Reading:
1. Winston Chapter 9, pages 179-182, 202-206; Click here
Exercises
Exercise 1:
(a) Write the frame representation for the following sentence:
Robbie kicked the ball to Suzie.
(b) Now write the frame representation for: Suzie kicked it right back at him.
(c) Invent frames for Robbie, Suzie and Ball. (d) Now write the frame representation for the following discourse:
Robbie kicked the ball to Suzie.
Suzie kicked the ball right back at him.
Exercise 2:
(a)Write the frame representation for the following sentence:
Suzie said she wanted vanilla ice cream.
(b) Now write the frame representation for: Robbie said “Me too!”
(c) Now write the frame representation for the following discourse:
Suzie said she wanted vanilla ice cream. Robbie said “Me too!”
(d) Now translate the frame for the second sentence in the discourse into English:
Page 92 of 357 ⃝c 2016 Ashok Goel and David Joyner

01 – Preview
Click here to watch the video
LESSON 08 – LEARNING BY RECORDING CASES
Lesson 08 – Learning by Recording Cases
Science is built upon facts, as a house is built of stones; but an accumulation of facts is no more a science than a heap of stones is a house. – Henry Poincare, Science and Hypothesis.
Figure 232: Preview
Figure 234: Preview
Today we’ll talk about learning by record- ing cases. This is our first topic of learning, one of the fundamental elements of knowledge- based AI. It is also a first topic in analogical reasoning, often considered to be a core process of cognition. We’ll start talking about record- ing cases in a general sense. Then we’ll discuss a specific method for recording cases called the nearest neighbor method. We’ll generalize this method into the k-nearest neighbor method and end by talking about complex cases in the real world.
02 – Exercise Block World I
Click here to watch the video
Page 93 of 357 ⃝c 2016 Ashok Goel and David Joyner
Figure 233: Preview

LESSON 08 – LEARNING BY RECORDING CASES
Figure 235: Exercise Block World I
To see how learning, the recording cases might work. Consider a world of blocks. Color blocks, with various shapes and sizes. Six blocks in all. Now let us suppose, that I were to give you a question. So, based on your experiences in this world. What do you think is the color, of this block?
03 – Exercise Block World I
Click here to watch the video
Figure 236: Exercise Block World I
You’re right, David. Of the various blocks given here, this block best resembles the black block. And therefore the best guess would be, this is in fact, a black block. This is an example of learning by recording cases, because six cases were recorded in the agent’s memory. So when now when a new problem comes along, then the agent gives an answer to that new problem based on the cases that it already had recorded in its memory, it simply sees which case most closely resembles the new situation. And gives the an- swer to the new situation for that most closely resembling case.
04 – Learning by Recording Cases
Click here to watch the video
Figure 237: Learning by Recording Cases
This gives a visualization of what is happen- ing in learning by recording cases. There’s a new problem a shown by the color here, and memory contains a large number of cases, again repre- sented by the different colors here. So we re- trieve the case b that is most similar to the new problem a. In this particular case, we’re decid- ing by color. And whatever was the solution to b, we apply to the situation a. While this visu- alization is useful, it’s still very abstract. Let’s think in terms of some practical, everyday ex- amples. So you get up in the morning and you want to go for a run. You put on your sneakers, you have to tie your shoelaces. Well, how do you tie your shoelaces? That’s a new problem. But of course, you have tied shoelaces many, many times earlier. So you have a memory of tying shoelaces to different kind of shoes. That’s all’s to it is cases in your memory. So as you start ty- ing the shoelaces for the shoe today, you simply retrieve the closest matching case and apply it. None of us really thinks very hard in the morning about how exactly to tie shoelaces. If you were to do it, it would take us a very long time. So in learning by recording cases, memory guardedly supplies us with the answer. We don’t have to think about it. So another example of this that comes to mind is in programming. Oftentimes in programming, we deal with the same type of problem over and over again. So I might imagine I’m starting out a new program and I’m writing a program in Java. So I’m given a new problem of creating a new program in Java. All I’m go- ing to do is look back in my memory of cases and retrieve another case of starting a new program in Java. And I’m going to apply the solution to that program directly to this one. In this case,
Page 94 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 08 – LEARNING BY RECORDING CASES
it’s going to be something like, when I’m start- ing a new program in Java, last time, I started with public static void main. I’m going to apply that solution directly to my new problem, and it works. The solution can just be transferred directly to the new problem without any kind of modification. Then later in developing that same program, I might hit, for example, a null pointer error. I’m going to use that null pointer error as a new problem and use it as a probe into my memory. I’m then going to retrieve a case of when I encountered a null pointer error in the most similar program I’ve worked on, and then that’s going to give me a solution that I poten- tially can apply directly to my current problem. So for example, the solution to the last time I encountered that same error might be to run the program in debug mode and allow it to tell me exactly what variable is null at the time of exe- cution. That’s a good example, David. And we could even try to generalize it to medical diagno- sis. Imagine that you went to a medical doctor with a set of signs and symptoms. So the doctor is faced with a new problem. What is a diag- nosis for your signs and symptoms? The doctor may even have a number of cases recorded in her memory. These are the cases she has encoun- tered during her experience. So the doctor must select the most similar case, the most closely re- sembling case, which in this case might be b, and say that I will apply to a exactly the same diag- nosis that I applied to b. So a case then is an encapsulation of a past experience. And learn- ing by recording cases is a very powerful method that works in a very large number of situations ranging from tying your shoelaces to medical di- agnosis.
Figure 238: Case Retrieval by Nearest Neighbor
Figure 239: Case Retrieval by Nearest Neighbor
Figure 240: Case Retrieval by Nearest Neighbor
Figure 241: Case Retrieval by Nearest Neighbor
Let us look at this learning by the recalling cases a little bit more closely. Implicit in our discussion so far has been the notion of most
05 – Case Retrieval by Nearest Neighbor
Click here to watch the video
Page 95 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 08 – LEARNING BY RECORDING CASES
similar or most closely resembling. But how can we operationalize it? How can we make it more explicit? So once again here is a world of various colored blocks and we can represent these vari- ous blocks back to the notion of knowledge for presentation. We can represent our knowledge of these various blocks. In a two dimensional grid, the width of the block and the height of the block. So the blue block may right here, the red block here and so on. So when the new prob- lem comes along we may represent it on the same two dimensional grid. In this particular case the new problem might have been represented in this particular dot. Now given all the cases in the new problem we may calculate the distance be- tween the new problem to each of the previous known cases. Once we have calculated between the new problem and each of the previous cases we can simply select a case which is closest to the new problem. This method is called the nearest neighbor method. Now we need a way of calcu- lating the distance between a problem, in that case. One measure of the distance is called the Euclidean distance. Here is a formula for the Euclidean distance. The Euclidean distance be- tween two points, x of c and y of c, which define the case, and the x of n and the y of n, which de- fine the problem, is given by this formula. Now we can easily calculate the Euclidean distance between each of the cases and new problem, and this table summarizes the distances. Given this table, we can very quickly see that the case of the black block is closest to the new problem and therefore one might give the answer the new block is also black in color. So the nearest neigh- bor method is one method of finding the most similar case or the most closely resembling case.
Figure 242: Exercise Retrieval by Nearest Neigh- bor
Let us do an exercise together. Given the block shown here with the width of 0.8 and the height of 0.8, what do you think is the color of this block?
07 – Exercise Retrieval by Nearest Neighbor
Click here to watch the video
Figure 243: Exercise Retrieval by Nearest Neigh- bor
Figure 244: Exercise Retrieval by Nearest Neigh- bor
So in this problem, we are dealing with a two- dimensional grid, because here, two coordinates, x and y, are enough to represent any one point. In the real world, of course, problems are not
06 – Exercise Retrieval by Nearest Neighbor
Click here to watch the video
Page 96 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 08 – LEARNING BY RECORDING CASES
that easy to represent, and one might need a multi-dimensional space in order to be able to represent all the cases in the new problem. Let’s examine a problem like that now.
08 – Exercise Recording Cases in Real Life
Click here to watch the video
What do you think, David? So personally I said that D is the most similar case. There are a couple of cases that are closer to the origin, like A and B, but they both go in a very dif- ferent direction than we’re trying to go with Q. Similarly, E ends even closer to Q, but E starts much further away. D looks like it’s the one that both starts closest to Q and ends closest to Q. D here is the right answer. Let us think how we can program an air agent to come up with this answer.
10 – Nearest Neighbor for Complex Problems
Click here to watch the video
Figure 247: Nearest Neighbor for Complex Prob- lems
Figure 248: Nearest Neighbor for Complex Prob- lems
Now we can try to calculate the most similar case of the new problem based solely on the ori- gin. The two dimensional grid here tries to rep- resent both all the cases and in your problem. Of course we can also calculate the similarity of the new problem with the old cases based on desti- nation. This two dimensional grid captures the cases and the problem based on the destination. You can compute the [Euclidean] distance from Q in all the cases placed on the origin, shown
Figure 245: Exercise Recording Cases in Real Life
So, here is a map of a small portion of Long Island, New York. Imagine there is an auto- mated car that can navigate the streets of this neighborhood. It comes from the factory with these six cases bootstrapped in it. A, B, C, and so on. For the time being, assume that the car navigates it’s way in this neighborhood solely by the method of learning where the car in case is. So all it can use is this cases that is knows about. Now, suppose that we have a new problem. The new problem is how to go from Q to this end destination denoted by the arrow. What route is most similar to this new problem?
09 – Exercise Recording Cases in Real Life
Click here to watch the video
Figure 246: Exercise Recording Cases in Real Life
Page 97 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 08 – LEARNING BY RECORDING CASES
here. And you can do the same thing with the destination, shown here. If we focus only on the origin, then the B case seems the closest. If we focus solely on the destination, the E case seems the closest. However, the B case is not very good when we look at the destination. And the E case is not very good when you look at the origin. How then might an AI agent find out which is the best route of all of these choices? How might it decide D is the best route?
11 – Nearest Neighbor in k-Dimensional Space
Click here to watch the video
Figure 249: Nearest Neighbor in k-Dimensional Space
Figure 250: Nearest Neighbor in k-Dimensional Space
Figure 251: Nearest Neighbor in k-Dimensional Space
Figure 252: Nearest Neighbor in k-Dimensional Space
Earlier we had this formula for calculating the Euclidean distance in two dimensions. Now we can generalize it to many dimensions. So here is a generalization of the previous formula com- puting nearest neighbor. In this new formula, both the case and the problem are defined in K dimensions. And we’ll find the Euclidean dis- tance between them in this K space. So this ta- ble summarizes Euclidean distance between the cases and the new problem in this multidimen- sional space where we are dealing both with the origin and the destination, and where the ori- gin as well as the destination are specified by the x and y coordinates. Looking at this table, we can very quickly see that D and not B or E, is the closest case, your most similar case, lin- ear problem Q. This method is called the KNN method where NN stands here for nearest neigh- bor, K nearest neighbor method. This is a prob- ably method as simple as it is. Of course, it also has limitations. One limitations is that, in the real world, the number of dimensions in which I might want to compute the distance between the new problem and old cases might be very large, a high dimensional low space. In such a situation, deciding which of the stored cases is closest to the new problem may not be as sim- ple as it appears here. A second difficulty with this method is, that even if the new problem isn’t very close to an existing case, that does not mean that the existing cases solution can or should be darkly applied to the new problem. So, we need both alternative methods of retrieving cases from memory, and methods for adapting passed cases to fit the requirements of the new problem. That
Page 98 of 357 ⃝c 2016 Ashok Goel and David Joyner

is called [Case-Based Reasoning] and we will dis- cuss that in the next lesson.
12 – Assignment Learning by Recording Cases
Click here to watch the video
So today we discussed a learning method called learning by recording cases. In learning by recording cases, we file away individual cases we have encountered in the past in order to use them for future problem solving. We talked about the nearest neighbor method as a way of finding the most similar case to the current problem that we faced in the past. But in the real world, this can often be very difficult. So we talked about using nearest neighbor to find very complex sim- ilar cases to our current problem, such as our navigation example. However, there are still a lot of limitations to this method. Oftentimes, just executing a solution we’ve used in the past doesn’t work. And oftentimes, we have to store cases based on qualitative labels instead of nu- meric labels. These weaknesses will be addressed in our next lesson when we talk about case-based reasoning. There we’ll add adaptation and eval- uation into our process, and start to be able to use cases in a much more thorough and robust way.
14 – The Cognitive Connection
Click here to watch the video
Learning by storing cases in memory has a very strong connection to cognition. Cognitive agents like you and I are situated in a world. Our interactions with the world have certain pat- terns of regularity. The world offers us the same problems again and again. If we think about it, the kinds of problems that you and I deal within a routine everyday basis are the same problems that occurred yesterday and the day before. Ty- ing shoelaces is a good example of that. When we have to tie shoelaces, none of us thinks a lot about how to do it. Memory supplies us with the answer. We don’t think as much as we think we do. If you recall we have drawn a cognitive architecture earlier that had three components in it, reasoning, memory, and learning. When we think of intelligence, we typically focus on the reasoning component. We think intelligence has to do with reasoning, with solving problems, with decision making. To some degree, that is true. By learning by recording cases, shifts the balance between the component. It says that, learning is very important and so is memory. We
Figure 253: Assignment Learning by Recording Cases
For this assignment, talk about how you might use notion of recording cases to design an agent that can solve Raven’s Progressive Matri- ces. You might think of cases in a variety of different ways here. For example, each figure in a problem could be a case. Each transforma- tion between figures could be a case. Or more broadly, each problem that your agent has en- countered in the past could be a case. As part of this, you’ll also need to think about how to evalu- ate similarity. If you’re using figures, how do you evaluate the similarity between two figures in a problem? Or how do you evaluate the similar- ity between two transformations and a problem? Or more broadly, how do you find what problem that you face in the past, is most similar to the new one you’re facing now?
13 – Wrap Up
Click here to watch the video
LESSON 08 – LEARNING BY RECORDING CASES
Figure 254: Wrap Up
Page 99 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 08 – LEARNING BY RECORDING CASES
recall things in memory and then memory sup- plies us with the answers so that we don’t actu- ally have to reason as much as we think we need to.
15 – Final Quiz
Click here to watch the video
Please write down what all you learned in this lesson, in this box.
16 – Final Quiz
Click here to watch the video And thank you for doing it.
Summary
This lesson cover the following topics:
1. Memory is as important as Learning/Reasoning so that we can fetch the answer to similar cases encountered in the past and avoid having to redo the non-trivial task of learning and reasoning, thereby saving effort.
2. A case is an encapsulation of a past experience that can be applied to a large number of similar situations in future. The similarity metric can be as simple as the Euclidean distance metric or a complex metric involving higher dimensions.
3. kNN method is one method to find the most similar case from memory for a new problem.
4. In some cases, we need to adapt the cases from our memory to fit the requirements of the new problem. In some cases, we also need to store cases based on qualitative labels along with numeric labels to make the comparison applicable for particular situations.
5. Learning by storing cases in memory has a very strong connection to Cognition since human cognition works in a similar manner by recording cases and applying them to new problems in real world by exploting the patterns of regularity in them.
References
1. Winston P., Artificial Intelligence, Chapter 19.
Optional Reading:
1. Winston Chapter 19; Click here
2. These Robots Learn How to Cook by Watching YouTube; Click here
3. The wonderful and terrifying im-
plications of computers that can learn; Click here
Exercises
None.
Page 100 of 357
⃝c 2016 Ashok Goel and David Joyner

Lesson 09 – Case-Based Reasoning
There are three basic approaches to AI: Case-based, rule-based, and Connectionist reasoning. – Marvin Minsky.
A few observations and much reasoning lead to error; many observations and a little reasoning to truth. – Alexis Carrel.
01 – Preview
Click here to watch the video
Figure 255: Preview
Figure 256: Preview
Today we will talk about Case-Based Reason- ing.InCase-basedreasoning,thecognitiveagent addresses new problems by tweaking solutions to
similar previously encountered problems. Case- based reasoning builds on the previous lesson on learning recording cases. In learning record- ing cases, the new problem is identical to the previous problem. In case-based reasoning, the new problem is similar to a previously encoun- tered problem. Case-based reasoning typically has several phases, case retrieval, case adapta- tion, case evaluation, and case storage. We’ll also discuss certain advanced processes of case- based reasoning which will include new methods for case retrieval.
02 – Exercise Return to Block World
Click here to watch the video
Figure 257: Exercise Return to Block World
To illustrate the difference between case- based reasoning and learning by recording cases,
LESSON 09 – CASE-BASED REASONING
Page 101 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 09 – CASE-BASED REASONING
or instance-based learning, let’s revisit our micro-world of blocks. Once again, you can see all of these blocks in this micro-world. So you can see the colors, you can see the shapes, and you could even touch them, so you have some idea about their approximate sizes. Now let us suppose I give you a new block. Note that this new block, the size, is very different from the size of any of the other blocks. What color do you think this block will be?
03 – Exercise Return to Block World
Click here to watch the video
Figure 258: Exercise Return to Block World
Figure 259: Exercise Return to Block World
And that’s the point. The point being that often, the new problem is not identical to the old problem. And when it’s not identical, then we have to do some reasoning. We can not just re- trieve something from memory, and use the same solution that was used earlier. Case-based rea- soning, the phrase case-based reasoning, has two parts to it, case-based, and reasoning. So far we have looked at the case-based part, where we can just extract something from memory and reuse it. Now we can look at the reasoning part. Once you have extracted something off memory, how
can you reason about it, and adapt it, but for the new problem?
04 – Recording Cases to Case-Based Reasoning
Click here to watch the video
Figure 260: Recording Cases to Case-Based Rea- soning
Figure 261: Recording Cases to Case-Based Rea- soning
To examine a more realistic problem, let’s re- visit the problem that we had in our last lesson. Once again, this is a map of a part of Long Is- land, and the problem is to go from Q to the end location here. So I’ll call it Q problem. We’ll retrieve from memory the D case, which takes us from this initial location to this collocation. Clearly, this D case is potentially useful for ad- dressing the Q problem. But it is not useful as is. The initial location of the D case is not the same as the initial location of the Q problem. And the end location of the D case is not the same as the end location of the Q problem. So we can start with this D case but we need to adapt it. So, this leads us to the overall process of case- based reasoning. The basic process of case-based reasoning consists of four steps. The first step is retrieval, and we already and considered this
Page 102 of 357 ⃝c 2016 Ashok Goel and David Joyner

when we were considering learning by recording cases. K nearest neighbor is one way of retriev- ing cases from memory. Once we have retrieved a case from memory that is delivered to the cur- rent problem, we need to adapt it. For example, in the previous problem we had the D case and the Q problem. And we needed to adapt the D case into the Q problem. There are many sim- ilar examples. All of us program and all of us, as computer programmers, sometimes use case- based reasoning. We are given a new problem to address, and we often look at the design of a program that we have come across earlier. So there’s retrieving a case and they’re adapting a particular design of the old program to solve the new problem. Once we have adapted the case to meet the requirements of the new problem, we have a candidate solution for the new problem. With it, the candidate solution is to be evalu- ated. For example, in the navigation problem, when we have a solution of the Q problem, we can evaluate it but they would actually take us to the end location. We can do a simulation, we can walk through it. As we walk thought it, we will be able to evaluate whether the solution actually succeeds in meeting the requirements of the problem. For the programming problem, once we have a new program that we obtain by adapting the old program, we can actually run the program to see, whether or not it will meet the requirements of the new problem. Let us suppose for a moment that we evaluate a can- didate solution and it succeeds. Then, we could encapsulate the new problem and the new solu- tion into a case, and store it back into the case memory, so that case memory is constantly in- creasing. Notice that this case-based reasoning process unifies memory, reasoning, and learning. There is a case memory that contains a large number of cases and that’s how we retrieve cases that are relevant to the current problem. We’ll reason when we adapt and evaluate. And we learn when we store the new case back into the case memory.
05 – Assumptions of Case-Based Reasoning
Click here to watch the video
Figure 262: Assumptions of Case-Based Reason- ing
Figure 263: Assumptions of Case-Based Reason- ing
So like any other theory of intelligence, case- based reasoning has some assumptions. The first assumption is that there are patterns to the problems that agents encounter in the world. The same kinds of problem tend to reoccur, again and again. A lot of science is about finding patterns that are crowded in the world. Physics finds patterns that are crowded in the world that are expressed by various kinds of laws, like Newton’s second law of motion. Presumably, if you’re going to build a theory of intelligence, that theory too will give an account of what kind of patterns exist in the world that mind, that in- telligence, must encounter. And case-based rea- soning says, one of the common patterns is that the same kinds of problems occur again, and again, and again. So that’s the first assumption. The second assumption is that similar problems often have similar solutions. Here is a grid of a part of Long Island. Here is a grid of part of Dal- las, Texas. Now if you look at the one in Long Island, you can see that if there are two problems which are very close to each other, they’re likely to have very similar solutions. And the same is
LESSON 09 – CASE-BASED REASONING
Page 103 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 09 – CASE-BASED REASONING
true for the grid in Dallas. Similarly, the second assumption is not always valid. Here is an exam- ple of it. I’m sure all of you know how to tie your shoelaces. But imagine that you buy a new pair of shoes, and this new pair of shoes have velcro straps. Now the problem’s very similar, how to tighten your shoes, but the solution is radically different. So Ashoke, another example of this that comes to mind, for me, is the example of touch screens. Some of the early touch screens could only handle one touch at a time. If you touched it with two fingers at a time, it either wouldn’t register, or it’d only register one of the touches. Current touchscreens, on smartphones and tablets that we use today, can handle two or three or four fingers at a time. The problem is very similar. We’re still touching the screen and interacting with it with our fingers, but the solution is actually very, very different. It uses a completely different kind of technology, differ- ent material for the screen, and a different way of detecting where the screen is being touched. That’s a good example, David. So we have at least two examples now where similar problems can have quite different solutions. Nevertheless, this assumption is valid most of the time. Most of the time, two problems that are quite similar will end up having two solutions that are quite similar, as well.
06 – Case Adaptation
Click here to watch the video
Figure 264: Case Adaptation
Let us look at adaptation a little bit more deeply. So once again here is the process of case- based reasoning. I have kind of blurred the re- trieval step. We’re going to assume here that
the retrieval of the case has already occurred, perhaps using the KNN method that we dis- cussed last time. Last time we also said two other things. One, that a fundamental conun- drum that AR agent faces that the problems they encounter are usually very complex from a computational perspective. And they have only limited calculative resources. So then how can they address computationally complex problems, with limited calculative resources, in near real- time? Seemingly effortlessly. And we said part of the answer might be that memory supplies with an answer. But we are going to make a small amendment to it. Memory supplies with an answer, an almost correct answe,r so that the adaptation that we have to do is very small, very minor. It’s a tweak. As an example of adapta- tion being mostly tweaking, consider this sim- ple problem, the everyday problem of cooking meals. So you may have a recipe for your fa- vorite kind of meal. And imagine at this time you’re going to have your favorite meal, perhaps with different company, or perhaps with a differ- ent kind of salad or appetizer. Well in that case you might tweak your recipe for that particular dish. You’re not going to change it in a radical way, you’re simply making a small change to it. So, Ashoke, another example of this that comes to mind very readily for me, goes back to your programming example from earlier in this lesson. One thing that almost every program I write has to do is input data from a file. But right now, I couldn’t write that process from scratch. What I always do is I look at however I did it the pre- vious time, and I’ll modify it for the new folder or the new kind of data or the new kind of file I’m reading from. But really I’m just taking the same process and tweaking it for my new prob- lem. That’s a good point, David. In fact in the design commonly there’s an old cliche, which says that all designers redesign. Design is fun- damentally evolutionary, we take all designs and we evolve them slightly and that’s how we get a new design. And the same thing is happening in case-based reasoning here. It is saying that often this particular solutions that we come up with are revolutionary in the nature in the sense that they are small tweaks over previous solu-
Page 104 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 09 – CASE-BASED REASONING
tions. So the next question becomes, how can we adapt an old case to meet the requirements of new problem? There are potentially several ways of doing it. We will discuss three impor- tant ways, perhaps the three most common ways of adapting a case. They are called the model- based method, the recursive case-based method, and the rule-based method.
07 – Case Adaptation by Model of the World
Click here to watch the video
Figure 265: Case Adaptation by Model of the World
Figure 266: Case Adaptation by Model of the World
Figure 267: Case Adaptation by Model of the World
Figure 268: Case Adaptation by Model of the World
Let us look at the first, the model base method for adapting our case. Once again we’re in this micro world. Let us suppose that we begin from our office, and we need to go to a restau- rant. Given the problem of going from the office to the restaurant, let us suppose that we retrieve from memory a case that takes us to a doctor’s office, which is quite close to the restaurant but not the same as the restaurant. So one way in which I might be able to allot this case that I have received to address the problem going from the office to the restaurant, is to do a search using this model, this map of the world, which tells me that to go from the doctor’s office to the restaurant office, you can take this particular route. So now, I have the earlier case, which I’ve adapted, using some model of the world. This is an example of using models In order to adapt cases. So in my programming example earlier, instead of having a map of the world, we might have for example an API for interacting with a particular language. I’ve done input from a file in Python several hundred times, but I’ve never done it in Java before. I know that the overall process of doing in from Java is going to be very similar to the process of doing it in Python. And I have a model of the way Java works, to know how to actually translate my case of doing in it in Python to doing it in Java. Good example David. It is another one. This one is from design. When we design with this kind of product, let’s suppose a VLSI circuit for example, than we not only know something about the configuration of the elements in the design, we also have a model of how that particular configuration is supposed to work. In fact, it might amuse you, David, that
Page 105 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 09 – CASE-BASED REASONING
about 25 years back in the 80s, when I wrote my PhD dissertation, it was one of the first PhD dis- sertations that integrated model-based spacing and case-based spacing. That was exactly the idea in my PhD dissertation. You used models to be able to adapt, evaluate, and store cases.
08 – Case Adaptation by Recursive Reasoning
Click here to watch the video
Figure 269: Case Adaptation by Recursive Rea- soning
Figure 270: Case Adaptation by Recursive Rea- soning
Figure 271: Case Adaptation by Recursive Rea- soning
Figure 272: Case Adaptation by Recursive Rea- soning
A second method to adapt cases is to use case based reasoning recursively. So last time we considered problem which I had to go from my office to a restaurant, and I found a way of do- ing that. Now suppose that I have to go from my home to the same restaurant. So I don’t yet know how to go from my home to the restaurant, but I know how to go from my home to my of- fice. And this last time, I figured out a way of going from office to the restaurant. So there we have it. Now I have a case retrieved for going from home to office, another case retrieved for going from office to the restaurant, and I have a solution. We’re going from home all the way to the restaurant. This is an example of case based reasoning. Your first time you retrieve a case for solving a problem, the case provides a partial solution. So I take the remaining part which was not solved, make it a new problem, and send it back into the case memory. Now the case memory finds me a new case. And I take this new case and I compose it with the previous case to get a full solution. So to return again to our programming example, when I’m design- ing a program, my file input is usually part of a broader problem of persisting data between in- stances of the program. And thus, the real prob- lem I’m solving is solving this problem of how to save data when the program isn’t running. I can then solve that problem recursively by breaking it down into the first problem of file input and the second problem of file output. I might draw a case for solving file input from one program I’ve done in the past and a case for solving file out- put from another program in the past. So I’ve solved it recursively by breaking it down into sub
Page 106 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 09 – CASE-BASED REASONING
problems. David, to build on what you just said, the same kind of thing occurs in design in gen- eral. Often when we do design, we get partial solutions for multiple cases. For example, con- sider the problem of designing a microbot that can swim underwater in a very stealthy man- ner. This might remind me of a case of a cope- pod which has large number of appendages and swims in the water at very slow velocity mak- ing minimum wake in the water. That’s good, I’ve now solved part of the problem, the part which had to do with moving stealthily under- water under slow speeds. But that now sets up a new goal, how do I achieve stealthy motion underwater at high speeds? And I may come up with a solution from a different case. So a squid, for example, also swims stealthily under- water, but it does so by creating a wake that matches the natural wake of water around it. So here I first used the goal of designing a microbot that can swim underwater stealthily to retrieve a case of the copepod. That provide me with a partial solution. So I set up a new sub-goal to complete the solution. The new sub-goal found a new case, that of the squid, which gave me the rest of the solution. And if I compose the two partial solutions, I get the complete solution. So what Ashok just described is something that we call compound analogy, which is a specific type of adaptation by recursive reasoning. If you’re in- terested in that example, we’ve provided a paper on it in the course materials for this lesson. So you can read more about the process of adapting those cases to solve that very unique and com- plex design problem.
Figure 273: Case Adaptation by Rules
Figure 274: Case Adaptation by Rules
Let us now consider a third method for adapting cases. This method uses heuristics ex- pressed in the form of rules. A heuristic is a rule of thumb. Let’s take an example. Imagine that you went to a new city, and you wanted to find out where the downtown was. How could you do that? A simple heuristic is that you just look around and you find where the tallest buildings are. At least in North America, the tallest build- ings tend to be in the center, in the downtown of the city. And this heuristic doesn’t work all the time. Outside North America, this heuristic sometimes fails. And that’s the point. A heuris- tic is a rule of thumb that works often, but not always. To see how the heuristic method works for adapting cases, consider our problem. Imag- ine that we’re at a restaurant and we need to go back home. Recall that we just found a solu- tion for going from the home to the restaurant. Having found that solution, having evaluated it and executed it, we stored it as a case in mem- ory. So now when we have to go back from the restaurant to the home, we can retrieve that pre- vious case of going from home to the restaurant. Given a new problem and a case, how do we adapt the case to achieve the new problem? In
09 – Case Adaptation by Rules
Click here to watch the video
Page 107 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 09 – CASE-BASED REASONING
this case, we may have a heuristic which says that to go back from where you came originally, you simple have to flip back all the terms. This might give us a solution that is shown here. Note that this heuristic may not always work. It’s a rule of thumb. It works often, but of course, we know that we cannot reverse all the turns all the time. So to return to our programming example, we were doing file input, and file input is often a very resource intensive process. So let’s say I’m designing a new program and for this new program, efficiency is a much bigger concern. I might have a rule that says when doing file input, it’s more efficient to read entire arrays of data at a time instead of just reading one byte at a time. The previous case that I’m adapting might have had file input as 1 byte at a time. But I’m going to use that rule to adapt the case to read arrays of data at a time. So, in that way, that rule has helped me design a file input method that’s more efficient. David, to generalize on your answer to design. Designers often use heuristics of the kind that you mentioned. For example, if you want to make an artifact lighter, try a different material. It’s a heuristic expressed as a rule.
10 – Case Evaluation
Click here to watch the video
Figure 275: Case Evaluation
Figure 276: Case Evaluation
Figure 277: Case Evaluation
So let us return to our overall process for case based reasoning. We have looked at adaptation a little bit. Let’s not look at evaluation. The adaptation step has not given us a candidate so- lution. The evaluation step is concerned with how to assess the suitability of the candidate so- lution to the problem at hand. So one method of doing evaluation of a case based solution is through simulation. Consider the problem going from the home to the restaurant. Case based rea- soning proposed a candidate solution. In order to find out whether this solution actually works, I can do a simulation. I can even do an execu- tion in the [world]. In this case, we might find out if solution actually works. And we might accept the solution. Now, consider an alterna- tive problem. This time, we have to go from the restaurant to the home, and we decided we would simply flip all the turns. But as we execute the solution, we find out that some of the turns are only one way. Now this particular solution fails. In this particular domain, the cost of executing a solution may be low, therefore we can just go ahead and execute it. In other domains, the cost of execution may in fact be quite high and the best we can do is to first simulate it before we
Page 108 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 09 – CASE-BASED REASONING
decide to execute it. So evaluation is built very closely into our programming example. Every time we run a program and see whether or not it worked, we’re in fact evaluating whether or not our adaptation successfully solved our new prob- lem. When it didn’t, we return to the adaptation phase and we try again or we might return to the retrieval phase, and retrieve another case to use to inform our solution. In design more generally, we can simulate the design, or we can actually prototype a design. Under the matter for eval- uating a design could be to share it with other designers and let them critique it. So there are a number of different methods that are possible for evaluation as well.
11 – Case Storage
Click here to watch the video
Figure 278: Case Storage
So we just talked about how the evolution step in the case based reasoning process when decided a correct solution in fact meets the re- quirements of the given problem. Now that we have the new problem and the solution for it, we can encapsulate them as a case, and store them in a case memory. We saw the advantages of this kind of storage earlier, when we went from home to restaurant. We stored that case is memory so that when wanted to go back from restaurant to home. We could retrieve that case and try to adapt it. So case choice is an important way of learning. We are constantly accumulating and assimilating new cases. We talk about two kinds of storage mechanisms. Indexing and discrimi- nation crease.
12 – Case Storage by Index
Click here to watch the video
Figure 279: Case Storage by Index
Figure 280: Case Storage by Index
The rest of the notion of indexing, let’s go back to our navigation world. Imagine that we already have cases A, B, C and D. We might use a very simple indexing scheme to begin with. We might say well simply index each case with its initial location and the initial location will have a X coordinate and a Y coordinate. So the case A may be indexed by its initial location, which is 3E and 9N and similarly for B, C and D. Now imagine that we have a new case, X of going from the office to the restaurant. Recall that we’re indexing cases right now very simply by the XY coordinates of the initial location. So in index case X by the XY coordinates of the initial location here. Let me repeat, this is re- ally a very simple indexical scheme we are us- ing here. As we learned in the lesson last time, we really should be using a more complicated indexical scheme, which takes into account both the initial location and final locations. Neverthe- less, this can raise the basic notion of an index. An index is like a tag. At least in principle, we could come up with which index equals key for this particular class of problems? We don’t have to limit our social suggesting numerical coordi- nates of the initial and the goal locations. For
Page 109 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 09 – CASE-BASED REASONING
example, in this navigation MicroWorld, the in- dexes may include whether they are scenic or not scenic, whether their route is fast or not fast. So going back to our programming example we were working with file input and we could have a very rich indexical structure for organizing cases of file input according to various different parameters and variables. For example, I might tag the in- dividual cases of file input according to whether I use Java, Python, C++. I might tag them ac- cording to whether there were very fast or very slow and I tagged them according to what kind of file they read in. Did they read text? Did they read XML? Did they read some other kind of file format? Each of those value then becomes a particular way of identifying each individual case, such that when I’m given a new problem, I can find the most similar case by seeing which one matches the most of those variables. That’s an important point. We want to use an indexical structure, which allows for effective and efficient retrieval, because we are storing things only, be- cause we want to retrieve them at a later time. In case of design more generally, people have de- veloped indexical structures that have to do with functions, with operating environment, with per- formance criteria and so on.
13 – Exercise Case Storage by Index I
Click here to watch the video
Figure 281: Exercise Case Storage by Index I
But for now, let’s go back to where, original navigation micro world. Imagine that we have a nucleus Y. Given our index equals scheme here, of X were coordinates of the initial location, what do you think of the indices of the case Y?
14 – Exercise Case Storage by Index I
Click here to watch the video
Figure 282: Exercise Case Storage by Index I
Hey Rick, what’s your answer? So we can see pretty easily that Y aligns with 1 E, in the hor- izontal direction, and approximately 9 N in the vertical direction. So, it’s 1 E and 9 N. Precisely.
15 – Exercise Case Storage by Index II
Click here to watch the video
Figure 283: Exercise Case Storage by Index II
Let’s consider a different case. Supposing we have a case Z of going back from the restau- rant or the home. Let’s also suppose that we’re change our index equal Kim. Now we are in- dexing things by the x square coordinates of the destination not the origin. What will be the in- dices for the case Z?
16 – Exercise Case Storage by Index II
Click here to watch the video
Page 110 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 09 – CASE-BASED REASONING
Figure 284: Exercise Case Storage by Index II
That’s a good point David. Remember that we’re trying to store things, because we want to retrieve things later. And if our storage mecha- nism is such that it doesn’t not allow for efficient retrieval, then it’s not a very good storage mech- anism. And as you correctly point out, David, as the number of entries increase in this table, and the number of dimensions we are looking at in- crease also increases. This is going to be coming an inefficient for retrieval. Therefore, let’s look at a second method called discrimination trees which provides an alternate way of storing these cases in memory.
17 – Case Storage by Discrimination Tree
Click here to watch the video
Figure 285: Case Storage by Discrimination Tree
A discrimination tree is a knowledge struc- ture, in which the cases themselves are the leaf nodes of the tree. At the root node, and at all the intimated nodes are questions. The ques- tions of the root node and the intimidated node pertain to the pertain to the indexical structures of the cases. So recall that, we were using the origins of the cases as the index equal structure. Let’s stay with that point just a while longer. So now I might have a question that the root node which says is the origin not of 5N? If the answer to that question is yes, then it brings us to this branch. If the answer is no, it takes us to the other branch. At this node I might ask, is the origin east of 5 of E? If yes, it brings us to this branch. If no, it brings us to that branch. In this way we are able to discriminate between C and A, in fact we able to disconnect with C not all of the cases. Similarly for this part of the graph. So now that we have learned, what is the knowledge structure discrimination trees for organization the case memory, let us now look at how will we store a new case. How will we incrementally learn this knowledge structure as new cases are put into the case library? Imagine that there is a new case, X. So we can navigate this tree using X. Is the origin of X North of 5 of A? Yes it is. So we come to this branch. Is the origin of X East of 5 of E? No it is not, so we come to this branch. But now we have a problem. Both A and X, have the same answer no to this question. We must find a way of dis- criminating between A and X, so we’ll add a new question here. Perhaps we can add a new ques- tion. Is the origin East of 3 of E? In the case of X, the answer is yes. In the case of A, the answer is no. That’s why adding a right node at the right place, we have found a way of discrimi- nating between X and A. This now is a modified discrimination tree. Each time we add a location to memory, the organization of the case of mem- ory changes. This is an example of incremen- tal learning, with the addition of each case some new knowledge structure is learned. We learn more about incremental learning in the next les- son. So going back to our programming example, we were dealing with cases of file input, and we could use the same indexical structure according
Figure 286: Case Storage by Discrimination Tree
Page 111 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 09 – CASE-BASED REASONING
to which we organize our cases to now design a discrimination tree. At the very top level I would probably ask, what language is the casing? Is it in Java, C++, Python? Now the discrimina- tion trees don’t have to be binary like they are right here. We can have more than two answers coming out. So at the top level, I could have a question of what language is the case in, and the branches could be JAVA, C++, and Python, and so on. I could similarly have questions about, is it an efficient solution, is it for a big problem or a small problem, is it for my personal use or is it for consumer use, and so on until I get down to individual cases that represent different things I might want to consider when I’m doing a new solution. David a point you make about this not being a but a very important one. Let’s go back to our original example, where we had a micro world of blocks and the blocks had different col- ors. So I can ask a question at the root node, what is the color of the block? And have a large number of branches coming out of it correspond- ing to different colors. Here’s an example of a discrimination tree, not a binary print.
18 – Exercise Storage by Discrimin Tree I
Click here to watch the video
Figure 287: Exercise Storage by Discrimin Tree I
Let us do an exercise. Supposing we’re given the case Y, as shown here. And we’re given the discrimination tree, shown on the left. Where would you store the case Y in this discrimina- tion tree?
19 – Exercise Storage by Discrimin Tree I
Figure 288: Exercise Storage by Discrimin Tree I
What did you come up with, David? So I started at the root, is the origin North of 5N? It certainly is. Is the origin East of 5E? No, it’s not. And is the origin East of 3E? No, it’s still not. So I said Y would go down here alongside A. That’s good, David, but of course, we must find a way of discriminating between A and Y.
20 – Exercise Storage by Discrimin Tree II
Click here to watch the video
Figure 289: Exercise Storage by Discrimin Tree II
But know that A and Y were in this same branch. So we now we need to find a way of dis- criminating between A and Y. How could we do that?
21 – Exercise Storage by Discrimin Tree II
Click here to watch the video
Click here to watch the video
Page 112 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 09 – CASE-BASED REASONING
Figure 290: Exercise Storage by Discrimin Tree II
What did you find, David? So we’ve got A right here and Y right here. We’ve got a line that goes through the two that differenti- ates them that roughly lines up with 2E. So I said 2E. That looks like a good answer to me. Recall that when we were using the table to or- ganize the case memory previously, we were very concerned that this side of the table would grow very large. It will become very difficult to search for a specific case in that table. The potential answer to that. By asking a question we are quickly able to prune away one part of the tree. That makes this search process much more effi- cient. And that’s the point of the discrimination tree. In both organizational scheme, the table and the discrimination tree, we are trying to ac- commodate and accumulate new cases. But in the case of the discrimination tree, by asking the right questions to the right nodes, we make the search process more efficient. So for those of you familiar with big O notation, you’ll notice that the efficiency of searching the case library or- ganized by indices was linear, whereas here it’s logarithmic.
Figure 291: Case Retrieval Revisited
Figure 292: Case Retrieval Revisited
Now that we have considered storage, let’s revisit retrieval. We talked about two different ways of organizing the case memory, a tabular way and a discrimination tree. How can we re- trieve the case relevant to a given problem? We assume here that the new problem has the same features in its description as the cases stored in the memory. Earlier when we were storing a case in memory, at that time we were navigating this tree to find where in this tree should we store the new case. This time, we’ll use the problem to navigate this tree and find out which case is most similar to the problem.
23 – Exercise Retrieval by Index
Click here to watch the video
22 – Case Retrieval Revisited
Click here to watch the video
Figure 293: Exercise Retrieval by Index Page 113 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 09 – CASE-BASED REASONING
Let us suppose that the case library is orga- nized in the form of a table as shown here. Let us also suppose that we’re given a new problem, how to go from this initial location to this goal location. Which case should be retrieved?
24 – Exercise Retrieval by Index
Click here to watch the video
the initial location, to the goal location. Given this problem, what case would be retrieved from this discrimination tree?
26 – Exercise Retrieval by Discrimin Tree
Click here to watch the video
Figure 296: Exercise Retrieval by Discrimin Tree
David what was your answer? So this time we’re looking at the origin instead of the desti- nation. We start at the route and ask, is the origin north of 5N? Just barely it is. Is it East of5E?No,isiteastof3E?No,isiteastof2E? It’s really not east of anything. So the case we retrieve is going to be Y. That’s right David. Y is the closest matching case to the new problem.
27 – Advanced Case-Based Reasoning
Click here to watch the video
Figure 294: Exercise Retrieval by Index
So what was your answer, David? So com- paring the X coordinate of the various cases I found that there’s two cases that match the X coordinate of the new problem, A and C. Com- paring the Y coordinates, though, A is all the way up here, so I would choose C which matches the X and the Y coordinate exactly. That’s right, David.
25 – Exercise Retrieval by Discrimin Tree
Click here to watch the video
Figure 295: Exercise Retrieval by Discrimin Tree
Let’s repeat this exercise, but this time us- ing discrimination tree for organizing the case memory. So here is a discrimination tree, con- taining the cases currently in the case memory. And here is the, new problem. You could go to
Figure 297: Advanced Case-Based Reasoning Page 114 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 09 – CASE-BASED REASONING
Figure 298: Advanced Case-Based Reasoning
Figure 299: Advanced Case-Based Reasoning
Figure 300: Advanced Case-Based Reasoning
Figure 301: Advanced Case-Based Reasoning
So far we have talked about the very basic process of case based reasoning and we have por- trayed as if this process was linear. But of course
the case based reasoning process may not neces- sarily be linear. As an example, if the evaluation fails, then we might want to adapt that particu- lar case in a different way. As an example of the evaluation of the candidate solution, that adap- tation had produced fails. Then, instead of aban- doning that particular case, you might want to try to adapt it again. Alternatively, if we try to adapt the same case several times, but we just cannot adapt it, we might want to abandon that case and try to find a different case from the case memory. There is another possibility. Suppose that we retrieve a case from memory. And we try to adapt it but we are unable to adapt it to meet the requirements of the new problem. In that case, you might want to abandon the case and try to do a new one. There is yet another possibility. Let us suppose that we retrieve a case from memory and it exactly matches the new problem. In that case, no adaptation needs to be done and we can jump down to evaluation. In fact this is what happened when we’re dis- cussing the KNN method. In this way we can see that there are many ways in which this process need not necessarily be linear. So Ashok, earlier you said that if the evaluation shows that the new solution is good, then we should store it. If the evaluation shows that the new solution is not good, we should try adapting again or we should try retrieving again. But what about evaluation showing that new solution is not good? Should we ever store those? Indeed, sometimes studying failed cases is also very useful. Failed cases can help us anticipate problems. So imagine if you’re given a new problem, and you retrieve from your case memory a failed case. That failed case can be very useful because it can help you anticipate the kinds of problems that will occur in solving the new problem. So that reminds me of another example from our file input problem. One thing I’ve encountered a lot when I’m doing a file input is that if you read too far in the file, then the pro- gram will crash and it’ll give you an error. It will always give you the same error, and it’s a very common problem because different languages do file input slightly differently. So in my mind, I must have cases of the different ways that it’s failed in the past, so I can anticipate those and
Page 115 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 09 – CASE-BASED REASONING
do it correctly in the future. Failures are great opportunities for learning. When failures occur, we can try to repair the failure by going back from the evaluation step to the adaptation step. Or we can try to recover from the failure by go- ing from the evaluation step all the way to the retrieval step. In addition, we can store these failures in the case memory. When we store them in the case memory, then these failures can help us anticipate failures that might occur with new problems. There’s a flip side to this. Just like it is useful to store failed cases, it is not useful to store every successful case. If we stored every successful case, then very soon the case memory will become very, very large, and the retrieval step will become less efficient. This is sometimes called the utility problem. We want to store only those successful cases that in fact help us cover a larger span of problems. This means that, even when a case succeeds, we want to store it only if there is something interesting or noteworthy about that case.
28 – Assignment Case-Based Reasoning
Click here to watch the video
Figure 302: Assignment Case-Based Reasoning
In this assignment, discuss how you’d use case-based reasoning to develop an agent that can answer Raven’s Progressive Matrices. Make sure to describe how this is different from learn- ing by recording cases alone. Where is your adaptation phase? How are you adapting past solutions to the new problem? What is evalua- tion in this context? How are you evaluating the strength of your answer? Are you going to record the cases that your agent encounters as they’re solving the test, or are you going to equip them
with past cases beforehand for them to use to solve new problems?
29 – Wrap Up
Click here to watch the video
Figure 303: Wrap Up
So today we talked about the broad process of case-based reasoning. Learning by recording cases gave us a method for case retrieval called nearest neighbor method. So we went ahead and jumped into the adaptation phase. Given an old solution to a problem, how do we adapt that old solution to a new problem? We talked about three ways of doing that. We can do it by model of the world, we can do it by rules, or we can do it by recursion. Then once we’ve adapted that old case, how do we then evaluate how good it was for our problem? Then after we evaluated how good it is we looked at storing it back in our memory. We want to build up a case library of past solutions, so if we’ve solved a new problem we will now sort that back into our case library. Then based on that we revisited the notion of case retrieval. Based on how our case library is organized, how do we retrieve a prior case that’s most similar to our new problem? Now there are a lot of open issues here. For example, should we store failed cases? Should we store failed adap- tations? Do we want to store them so we can avoid failing in the future? Should we ever for- get cases? Can our case library ever get so big that it’s intractable, and we can’t really use it efficiently? Should we abstract over cases, so should we use these individual cases to develop a more abstract understanding of a concept, or should we stick the individual cases and adapt them from there? If you’re interested in these
Page 116 of 357 ⃝c 2016 Ashok Goel and David Joyner

questions you can over to our forums and we’ll talk about it there. But we’ll also be revisiting these questions throughout the rest of the course. Next time we’ll talk about incremental concept learning, which takes individual cases and ab- stracts over them to learn some kind of higher level concepts.
30 – The Cognitive Connection
Click here to watch the video
Caseless reasoning has a very strong connec- tion with human cognition as well. Analogical reasoning in general is considered to be a core process of cognition. But analogical reasoning depends upon a spectrum of similarity. At oned end of this spectrum are problems which are identical to previously encountered problems. In that case, we simply have to retrieve the pre- vious solution and apply it. At the other end of the spectrum, are problems with just seman- tically very dissimilar from previously encoun- tered problems. We’ll discuss those problems later in the class. In the middle of the spectrum are problems. Which are similar, but not identi- cal, to previously encountered parts. So now, we need to retrieve the past solutions, tweak them, and apply them. It is this middle of the spec- trum, which is most common in human cogni- tion. Again, going back over cognitive architec- ture, which had 3 components. Reasoning, learn- ing, and memory. Learning by recording cases shifted the balance from reasoning to learning and memory. Case we can contrast unifies the three of them. It says learning is important be- cause we need to acquire and store experiences. Memory is important because we need to be able to retrieve those experiences when needed. And reasoning is important because we need to be able to tweak those experiences to encounter the needs of new problems.
31 – Final Quiz
Click here to watch the video
Please write down what you learned in this lesson.
32 – Final Quiz
Click here to watch the video
And thank you for doing it.
Summary
This lesson cover the following topics:
1. In case-based reasoning, the cognitive agent addresses new problems by adapting or tweaking previously encountered solutions to new similar but not identical problems.
2. Case-based reasoning has 4 phases: 1) Case Retrieval, 2) Case Adaptation, 3) Case Evaluation and 4) Case Storage.
3. One method of Case Retrieval is kNN method.
4. 3 common ways of Case Adaptation are: 1) Model-based method, 2) Recursive case-based method, and 3) Rule-based method.
5. Designers often use heuristics for case adaptation. A heuristic is a rule of thumb that works often, but NOT always.
6. Case Evaluation can be performed through Simulation or if the cost is not high then through actual Execution. It can also be done by building a Prototype and testing it or through careful review of the design by experts. Simulation, Prototype or Execution.
7. Case Storage has 2 kinds of mechanisms to organize information for efficient retrieval: 1) Indexing/Tabular method (Linear time complexity) and 2) Discrimination Tree (Logarithmic)
8. Incremental Learning allows the addition of a new case which enables new knowledge structure to be learnt.
9. If the evaluation of a case retrieved fails, then it could be adapted and retried and if the failure continues, then we need to abandon the case. Sometimes, storing failed cases helps us anticipate future problems. Case Adaption is done using model of the world, by using rules or using recursion.
10. We do not need to store all successful cases, but yet need to store noteworthy and representative cases so that we get enough utility from the stored cases and at the same time keep the retrieval process tractable. This is also known as the Utility problem.
11. Case-based reasoning has a very strong connection with human cognition. Case-based
LESSON 09 – CASE-BASED REASONING
Page 117 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 09 – CASE-BASED REASONING
reasoning shifts the balance of importance from Reasoning to both Learning and Memory. Case-based reasoning unifies all the 3 concepts: Learning (to acquire experiences), Memory (to store and retrieve experiences) and Reasoning (to adapt experiences to similar new problems).
References
1. Kolodner Janet, An Introduction to Case-Based Reasoning.
2. Mantaras & Plaza, Case-Based Reasoning: An Overview.
3. Goel Ashok, Craw Susan, Design, innovation and case-based reasoning.
Optional Reading:
1. Design, innovation, and case-based reasoning; T-Square Resources (Casse Based Reasoning 3.pdf)
2. Case-Based Reasoning: An Overview; T-Square Resources
(case based reasoning an overview 1 .pdf)
3. Kolodner, Introduction to Case-Based Reading; T-Square Resources (Case Based Reasoning 1.pdf)
4.
Case-Cased Reasoning: A Love Story; Click here
Exercises
Exercise 1:
Let us suppose that a top IT company hires you to build a new, personalized, adaptive routing system for navigating urban areas (such as metro Atlanta) by car. Initially, the routing method works as in current systems (such as, say, Mapquest): it has a detailed map of Atlanta and uses a shortest-path algorithm to find a route from a given initial location on the map to the goal location.
However, as people (you, family, friends, perhaps even strangers) use the system, they enter a whole lot of additional information into the system in the form of routing cases: for example, they like some routes that worked very well, they were okay with some routes, they did not care for the routes that ended in failure, etc.
Write/draw a computational architecture, knowledge representations and pseudo-algorithms for a multiple-strategy route planning system that uses the case-based method when an appropriate case is available, and the map-based method otherwise.
Page 118 of 357 ⃝c 2016 Ashok Goel and David Joyner

01 – Preview
Click here to watch the video
Figure 304: Preview
Figure 305: Preview
Today we’ll talk about incremental concept
learning. In case based reasoning, we’re storing new examples in memory. Today we’ll talk about how we can abstract concepts out of those ex- amples. This is our second major topic of learn- ing. We’ll start with the learning goal. Then we’ll talk about very near spaces of learning like variabilization, specialization, and general- ization. We’ll also talk about heuristics for spe- cializing and generalizing concepts as examples come in incrementally.
02 – Exercise Identifying a Foo I
Click here to watch the video
LESSON 10 – INCREMENTAL CONCEPT LEARNING
Lesson 10 – Incremental Concept Learning
The difficult we do immediately. The impossible takes a little longer. – US Armed Forces slogan.
Learning and intelligence are intimately related to each other. It is usually agreed that a system capable of learning deserves to be called intelligent; and conversely, a system being considered as intelligent is, among other things, usually expected to be able to learn. Learning always has to do with the self-improvement of future behavior based on past experience. – Sandip Sen and Gerhard Weiss, Learning in Multiagent Systems.
Figure 306: Exercise Identifying a Foo I Page 119 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 10 – INCREMENTAL CONCEPT LEARNING
Figure 307: Exercise Identifying a Foo I
Figure 308: Exercise Identifying a Foo I
Figure 309: Exercise Identifying a Foo I
Let us try to do a problem together on incre- mental concept learning. I’m going to give you a series of examples, and we will see what kind of concept one can learn from it. I’ll not tell you what the concept really is, for the time being I’m just going to call it foo. Here is the first exam- ple. In this first example, there are four bricks. A brick at the bottom, horizontal brick at the bottom, or horizontal brick at the top. And two vertical bricks on the side. Here is a second ex- ample. And this time I’ll tell you that this par- ticular example is not a positive instance of the concept foo. Once again, we have four bricks, a brick at the bottom, a brick at the top, and two bricks on the side. This time the two bricks
aren’t touching each other. Here’s a third exam- ple of the concept foo. This is a positive example. This is a foo. Again we have four blocks. This time they are two bricks, and instead of having two bricks, vertical bricks, we have two cylinders. They are not touching each other. So I showed you three examples of the concept foo. And I’m sure, you learned some concept definition out of it. Now I’m going to show you another example and ask you, does this example fit your current definition of concept foo, what do you think?
03 – Exercise Identifying a Foo I
Click here to watch the video
Figure 310: Exercise Identifying a Foo I
And in coming up to this answer David used some background knowledge. The background knowledge that he used was that the bricks that were in the vertical position in the first example, and the cylinders that were in the vertical posi- tion in the third example, and the special blocks that are in the vertical position in this exam- ple. Are all examples of something called a block. They can be replaced by each other. So instead of having a brick, one could have a cylinder, or some other thing that’s vertically placed here. Now, someone else in the class may have a dif- ferent background knowledge, and he or she may not consider this to be an example of a block, in which case the answer might be no. The point here being that background knowledge is playing an important role in deciding whether or not this is an example of foo.
04 – Exercise Identifying a Foo II
Click here to watch the video
Page 120 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 10 – INCREMENTAL CONCEPT LEARNING
Figure 311: Exercise Identifying a Foo II
Let’s try another example. This time, again, there are four blocks. There are two bricks, at the bottom and the top. And the two cylinders, both vertical, but they are touching each other. Is this an example of the concept foo based on what we have learned so far?
05 – Exercise Identifying a Foo II
Click here to watch the video
Figure 312: Exercise Identifying a Foo II
Once again, David, is using his background knowledge. In his background knowledge he says that the bricks are like the cylinders. The ver- tical bricks are like the vertical cylinders. So, what holds for the vertical bricks, they must not be touching, also holds for the vertical cylinders. They too must not be touching. Again, someone else may have a different background knowledge and may come up with a different answer.
Figure 313: Exercise Identifying a Foo III
Lets try one last example in this series. So, in this example, there are four blocks again. There are three bricks at the bottom and two on the side, not touching each other. And there is a wedge this time at the top, not a brick. Is this an example of the concept foo?
07 – Exercise Identifying a Foo III
Click here to watch the video
Figure 314: Exercise Identifying a Foo III
06 – Exercise Identifying a Foo III
Click here to watch the video
Figure 315: Exercise Identifying a Foo III Page 121 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 10 – INCREMENTAL CONCEPT LEARNING
Figure 316: Exercise Identifying a Foo III
Figure 317: Exercise Identifying a Foo III
So to give this answer, David again uses back- ground knowledge. Someone else in the class might say that, well, he does not think that this particular wedge here is the same kind of block as the brick. And therefore this is not an example of foo. So I want to draw a number of lessons from this particular exercise. First, learning is often incremental. We learn from one example at a time. Cognitive agents, human beings, in- telligent agents in general, are not always given hundreds or thousands or millions of examples right from the beginning. We get one example at a time. Second, often the examples that we get, are labeled. There is a teacher which tells us this a positive example, or this is a negative ex- ample. This is called supervised learning in ma- chine learning literature. Because here there is a teacher which has labeled all the examples for you. Third, the examples can come in a particu- lar order. There are always some positive exam- ples, always some negative examples. The first example, typically is a positive example. Fourth, this is quite different from case based reasoning. In case based reasoning, which we had discussed last time, we had all of these examples, which we stored in their raw form in memory. We’ll reuse
them. I this particular case, however, we’re ab- stracting concepts from there. Fifth, the num- ber of examples from which we’re extracting con- cepts is very small. We’re not talking here about millions of examples from which we’re doing the abstraction. Sixth, when we are trying to ab- stract concepts from examples, then, what ex- actly to abstract? What exactly, to learn? What exactly to generalize, becomes a very hard prob- lem. There is a tendency to often overgeneral- ize, or often, to overspecialize. How does the intelligent agent find out, exactly what is [right kind of] generalization? These are hard ques- tions, and we’ll look at some of these questions in just a minute.
08 – Incremental Concept Learning
Click here to watch the video
Figure 318: Incremental Concept Learning
Here is the basic algorithm for incremental concept learning and David has created a visual illustration of this algorithm. We’re given an ex- ample and we’re also told whether it’s a positive example or a negative example. If this is a pos- itive example, then the algorithm comes to the left branch of this particular tree. And it asks does the current definition of the concept cover this positive example? We want to cover posi- tive examples. If it already covers the positive example, we don’t have to do anything. We don’t have to devise a current definition of the concept. On the other hand, if the current definition of the concept does not cover the positive example then we must revise it in some way so that it does, so we will generalize it. On the other half of the tree, if this example is not a positive in- stance of the example, then we can ask ourselves
Page 122 of 357 ⃝c 2016 Ashok Goel and David Joyner

does the current definition of the concept cover it? If it doesn’t cover it, it shouldn’t cover it. And if it doesn’t cover it, then we don’t have to do anything. On the other hand, if the example is a negative instance and if current definition does cover it, then we want to define our cur- rent definition to rule it out. So we’ll specialize in a current definition. So, oftentimes, we see children committing overgeneralization or over- specialization. So, to take an example of this, we can imagine a child that has a concept of a cat, but the cat has to be black. The child has only ever been around black cats, so part of their definition, part of their concept of the cat is that cats are black. When she goes over to her friend’s house, Is introduced to her friend’s cat, and her friend’s cat is orange. Right now, she’s told that this is an example of a cat, but it does not fit her current definition of a cat so she needs to generalize her definition that cats can be dif- ferent colors. Similarly, we can imagine another child that has only ever been exposed to dogs. Thus the child’s concept of a dog is that a dog is anything that is furry, has four legs and that we keep as a pet. This child goes over to the same friend’s house and is introduced to this orange cat. And right now, that orange cat fits his def- inition of a dog. It’s furry, it has four legs, and they keep it as a pet. But he’s told that this cat is not a dog. So he needs to specialize his concept of a dog to exclude this cat. That’s good, David. It connects things with our everyday lives.
09 – Variabilization
Click here to watch the video
Figure 319: Variabilization
Let us look at the algorithm for incremen- tal concept learning more systematical in more
detail. This time, imagine that there is an AI program, and there is a teacher which is going to teach the AI program about the concept of an arch. So teaching this first example and sup- pose the teacher gives the example which has four bricks in it. Two vertical bricks that are not touching each other and there is a third brick on top of it and a fourth brick on top of it. To the AI program, the input may look a little bit like this, there are four bricks, A, B, C and D. And there are some relationships between these four blocks. So brick C is on left of brick D. Brick C supports brick B. Brick D supports brick B as well, and brick B supports brick A. This then is the input. What may the error program learn from this one, single example? Not very much. For this one single example, the AI program can only variablize. There were these constants here, brick A, brick B, brick C, brick D. Instead, the AI program may be able to variablize these con- stants and say, well, brick A is an instance of brick, and therefore, I just have brick here. Brick B is an instance of a brick. Therefore, I’ll just have a brick here. So now, I can have any brick in these spaces as long as these relationships hold, it’s an example of an arch. Note the first ex- ample was the positive example. Now we are going to see a series of positive and negative ex- amples, and each time we see an example, the AI program will either generalize or specialize. If it sees a positive example, then it may gener- alize, if the positive example is not covered by a current concept definition. If it sees a negative example, it may specialize the current definition of the concept to exclude that negative example.
LESSON 10 – INCREMENTAL CONCEPT LEARNING
10 – Generalization to Ignore Features
Click here to watch the video
Page 123 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 10 – INCREMENTAL CONCEPT LEARNING
Figure 320: Generalization to Ignore Features
Figure 321: Generalization to Ignore Features
Figure 322: Generalization to Ignore Features
Figure 323: Generalization to Ignore Features
Now suppose that the teacher gives the er- ror program this example as the second exam- ple, and the teacher also tells the error program
this is a positive example, so these are labeled examples. Here’s a representation of the second example. Again, I have done the variabilization, so the constant here, Brick A, has been replaced by Brick. This was the current concept defini- tion of the AI program for the concept of arch. And here is a new example. How should the AI programmer revise its current concept definition of an arch in order to accommodate this positive example? Because it is a positive example, there- fore the AI program should try to generalize. So one good way of generalizing the current concept definition is to drop this link. If the AI program can drop this link, in that case this will be the new current concept definition. Note that this current concept definition covers both the sec- ond example, as well as the first example. This is called the drop-link heuristic. It’s a heuristic because as we discussed earlier, a heuristic is a rule of thumb. So here is what has happened. When an AI program needs to learn from a very small set of examples, just one example or two examples, then the possible generalizations and specializations, the learning space, is potentially very large. In order to guide the AI program about how to navigate the learning space, we’ll develop some heuristics. The first such heuristic is drop a link if you need to generalize in such a way that the new concept can cover both earlier examples. So drop-link heuristic is useful when the structure of the current concept definition and the structure of the new example have a lot of overlap. They overlap almost exactly, except for one link that is extra in the current concept definition. The extra link can be dropped be- cause in the new definition will cover both the previous concept as well as the new example.
11 – Specialization to Require Features
Click here to watch the video
Page 124 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 10 – INCREMENTAL CONCEPT LEARNING
Figure 324: Specialization to Require Features
Figure 325: Specialization to Require Features
Figure 326: Specialization to Require Features
Figure 327: Specialization to Require Features
Page 125 of 357 ⃝c 2016 Ashok Goel and David Joyner
Figure 328: Specialization to Require Features
So here now is the, current concept defini- tion of arch that the AI program has. Now, the teacher shows a new example, here is the new example shown. There are three bricks, but the third brick here, is not on top of the first two. This is the input to the AI program with a third example. And the teacher tells, the AI program that this is not a positive example of an arch. So here is a current concept definition. Here is a representation of the input example, and information that this is a negative instance of the example. What may the AI program learn from it? The AI program must refine it’s cur- rent definition of the arch, in such a way that the, new negative example is ruled out. But how can we do that? One way of doing that is to say, that, we will put extra conditions on these links. These support links must be there. These are not optional. We’ll call it, the require-link heuristic. This require-link heuristic says that, if the structure of the presentation of the con- cept and is structure of the representation of the, negative example have some things in common. But there are also some differences. Then revise the current definition, in such a way that, those things that are not in common become, must be required.
12 – Specialization to Exclude Features
Click here to watch the video

LESSON 10 – INCREMENTAL CONCEPT LEARNING
Figure 329: Specialization to Exclude Features
Figure 330: Specialization to Exclude Features
Figure 331: Specialization to Exclude Features
Figure 332: Specialization to Exclude Features
Let us continue this exercise a little bit fur- ther. Imagine that the teacher gives this as a third example to the AI program. This time
again you have three bricks, but the two vertical bricks are touching each other. So here is a rep- resentation of this input example. Three bricks, the two vertical bricks are supporting this brick at the top, however, the two bricks are touching each other. Recall, this is the current concept definition that the AI program has. It mus sup- port links here. And here is the representation of the new example. And the AI program knows that this is a negative example. How might the AI program refine or specialize this particular current definition, so that this negative example is excluded? Well, AI program may say that the current definition can be devised in such a way that for these two bricks, where one is left of the other one, these two bricks cannot touch each other. This particular symbol means not. So it is saying that this brick does not touch that one. And we have bi-datashield links. Because this one cannot touch the other one, and that one cannot touch this one. This is called a forbid- link heuristic. So, here some particular link, in this particular case touches, is being forbidden.
13 – Generalization to Abstract Features
Click here to watch the video
Figure 333: Generalization to Abstract Features
Figure 334: Generalization to Abstract Features Page 126 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 10 – INCREMENTAL CONCEPT LEARNING
Figure 335: Generalization to Abstract Features
Figure 336: Generalization to Abstract Features
Now let us look at examples that are even more interesting than previously. Recall that earlier we were talking about background knowl- edge. Let’s see what role background knowledge plays more explicitly. So imagine this is the fourth example that the teacher gives to the AI program, and this is a positive example. So the AI program may have this as the input represen- tation. There are two bricks, this brick is left of the other brick, there’s a wedge on top, the two bricks are supporting the wedge. So now the AI program has this as the current definition, recall the not touches links here, and this is the new example. And this is the positive example. How may the AI program revise its current concept definition to include this positive example? Well the simplest in the AI program I do is to replace this brick here, in the current concept definition by brick or wedge. So that makes sure that a new example is included in the definition of the concept. We’ll call this the enlarge-set heuristic. This particular set here, which had only brick here as an element, now has two elements in it; brick or wedge.
14 – Generalization with Background Knowledge
Click here to watch the video
Figure 337: Generalization with Background Knowledge
Figure 338: Generalization with Background Knowledge
Figure 339: Generalization with Background Knowledge
Now let us suppose that the AI program had background knowledge, which said that brick is a kind of block and wedge is a kind of block as well. In that case, the AI program may use this back- ground knowledge to further revise this current concept definition and replace this brick or wedge by a block, because both bricks and wedges are examples of blocks. So we’ll call this a climb-tree
Page 127 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 10 – INCREMENTAL CONCEPT LEARNING
heuristic. Here is a tree of background knowl- edge, we’re climbing the tree. Note another in- teresting aspect of this. Suppose that there was under the kind of block that was possible, say a cylinder. So now that the AI program has gen- eralized from brick and wedge into a block, and this is the current definition. If a new example comes along and it has a cylinder at the top here, that would be covered by this particular concept. And this AI program would be able to recognize that particular instance which had the cylinder at the top as an example of this concept defini- tion. That is the power of being able to use this background knowledge to generalize. The more we know, the more we can learn. So it sounds like this is actually an example of what I was do- ing earlier. I had said that because I saw a brick and a cylinder both playing the same role, that they were both examples of block. And there- fore, any block could play that role. Then when I saw that funny kind of little arch shape holding up the block on top, I inferred that that would also be an acceptable answer because both brick and cylinders were blocks. And I generalized out to say any block could play that role. Good con- nection, David.
15 – An Alternative Visualization
Click here to watch the video
Figure 341: An Alternative Visualization
Figure 342: An Alternative Visualization
Figure 343: An Alternative Visualization
Figure 340: An Alternative Visualization Figure 344: An Alternative Visualization Page 128 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 10 – INCREMENTAL CONCEPT LEARNING
Figure 345: An Alternative Visualization
Figure 346: An Alternative Visualization
Figure 347: An Alternative Visualization
Figure 349: An Alternative Visualization
Figure 350: An Alternative Visualization
Figure 351: An Alternative Visualization
I hope that algorithm for incremental con- cept learning makes sense to you. Here is an- other way of visualization that algorithm. Imag- ine that an AI agent was given a positive exam- ple and the AI agent may come up with a con- cept definition that covers that positive example. Now let us suppose that the AI agent is given a negative example, and this negative example is covered by the current concept definition. Well in that case the current concept definition must be refined in such a way that the negative exam- ple is excluded, while still including the positive example. So you can visualize a new concept definition which includes the positive example, but excludes the negative example. Now let us
Figure 348: An Alternative Visualization
Page 129 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 10 – INCREMENTAL CONCEPT LEARNING
suppose that the AI agent is given another pos- itive example, in which case the AI agent must revise its definition of the concept so that the new positive example is also included so that’s also covered. So we may revise this concept def- inition something like this. And we can repeat this exercise many times. Imagine there is a neg- ative example and the current concept definition covers it. Well, we can refine it in such a way that a new negative example is excluded and so on. We can imagine going through several of these iterations of positive and negative exam- ples. Eventually we’ll get a concept definition that includes, that covers all the positive exam- ples, and excludes all the negative examples. So again, the problem is the same. Given a small set of positive and negative examples, the number of dimensions in which the algorithm can do gen- eralization and specialization is very large. How do, how do we constrain the learning in this com- plex learning space? That’s where those [heuris- tics] and background knowledge come in. The [heuristics] guide the algorithm so that it revises the concept definition in an efficient manner and the background knowledge helps in that process.
16 – Heuristics for Concept Learning
Click here to watch the video
Figure 352: Heuristics for Concept Learning
Here is a summary of the kind of Heuristics that an AI agent might use in criminal concept learning. You only come across five of them, require-link, forbid-link, drop-link, enlarge-set and climb-tree. Here is another one called close- interval, let’s look at it briefly. Let’s go to David’s example of a child having a dog and sup- pose that child has only come across dogs that
were very small in size. Now the child comes across a large dog. In that case the child might change the concept definition, expand the range of values that the dog can take, that dog size can take so that the larger dog can be included. So the difference here being that it’s values can be continuous like size of a dog and sort of indiscreet as in the other hero sticks
17 – Exercise Re-Identifying a Foo I
Click here to watch the video
Figure 353: Exercise Re-Identifying a Foo I
Let us do a series of exercises together. This time, the concept that the AI agent is going to learn about, I’ll call it foo. Here is a first example the teacher gives to the AI program. All right, because there is only one example the only kind of learning that can occur here is variabilization. What do you think will be the values that can go in these boxes here that will variabalize these four bricks. Initially, they are brick one, brick two, brick three, brick four.
18 – Exercise Re-Identifying a Foo I
Click here to watch the video
Figure 354: Exercise Re-Identifying a Foo I
So initially we’re given labels for these indi- vidual bricks. They’re brick one, brick two, brick
Page 130 of 357 ⃝c 2016 Ashok Goel and David Joyner

three, brick four. We’re going to abstract over them and say that they’re all just instances of bricks. So our four things in this concept are bricks.
19 – Exercise Re-Identifying Foo II
Click here to watch the video
21 – Exercise Re-Identifying Foo III
Click here to watch the video
Figure 355: Exercise Re-Identifying Foo II
So how would we reflect the relationship with the concepts on the right?
20 – Exercise Re-Identifying Foo II
Click here to watch the video
Figure 357: Exercise Re-Identifying Foo III
So let us suppose that the teacher gives this as a second example of the air program. And labels it as a negative instance of the concept, foo. How could the agent refine its current con- cept definition in order to exclude this negative example?
22 – Exercise Re-Identifying Foo III
Click here to watch the video
LESSON 10 – INCREMENTAL CONCEPT LEARNING
Figure 356: Exercise Re-Identifying Foo II
What do you think, David? So it looks like the brick on the bottom supports the two bricks in the middle. So this brick supports those two bricks. And then those two bricks support the brick on the top. So those two bricks each sup- port that top brick. Note that we’ve not yet got an example that tells us whether these links are required or not. So that’s why these are supports and not must support, as we saw in our concept last time. Now we’ll give you some more exam- ples, some positive, some negative. And we’ll ask you how the air agent will go about refining it’s concept definition.
Figure 358: Exercise Re-Identifying Foo III
What do you think, David? So like with our example of the arches, the main thing here is that the bricks here are touching each other. And that’s the only real difference between this and our previous example. So we’re going to add a new forbidden link here that says the two bricks cannot touch each other. Good job, David.
23 – Exercise Re-Identifying Foo IV
Click here to watch the video
Page 131 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 10 – INCREMENTAL CONCEPT LEARNING
Figure 359: Exercise Re-Identifying Foo IV
Here is the next example. This is a positive example. How would the current definition be refined?
24 – Exercise Re-Identifying Foo IV
Click here to watch the video
Figure 360: Exercise Re-Identifying Foo IV
That looks good to me, David. And you are right. While humans may have a lot of back- ground knowledge, we have not yet ascribed any background knowledge to the AI agent. So the AI agent might be able to simply say brick or cylinder and nothing more than that
25 – Exercise Re-Identifying Foo V
Click here to watch the video
Figure 362: Exercise Re-Identifying Foo V
That’s good, David. Notice here the impor- tant role that knowledge is playing in learning. Once again, this is why this particular method of incremental concept is part of analogous AI class because we are looking at the critical role that knowledge plays in guiding the learning process. What we learn at the end depends upon what type of knowledge we begin with.
27 – Exercise Re-Identifying Foo VI
Click here to watch the video
With this next example, suppose that the AI agent does have some background knowledge which tells it that brick and cylinders are both both sub classes of blocks. In that case, how might the AI program refine this current concept definition?
26 – Exercise Re-Identifying Foo V
Click here to watch the video
Figure 363: Exercise Re-Identifying Foo VI
Let us consider one last example in this series of examples. Let us suppose the teacher gives this as the negative example of foo. Note, neg- ative example. How do think the AI agent may refine this concept to exclude this negative ex- ample?
Figure 361: Exercise Re-Identifying Foo V
Page 132 of 357 ⃝c 2016 Ashok Goel and David Joyner

28 – Exercise Re-Identifying Foo VI
Click here to watch the video
are no must support lengths here, because in- put [heuristics] of examples did not require them. Now it is also, that we did not generalize this bricks into something else, or further generalize these blocks into something else, because there was no background knowledge to do that. So the result of learning here, depends not just on the input examples, but on the background knowl- edge that the AI agent has. This method of incremental concept learning differs quite a bit from some of these standard algorithms in ma- chine learning. Often in machine learning, the AI agent is a given a large number of examples to begin with and the learning begins with those large number of examples where the number of examples could be in thousands or millions or more. When you have a large number of exam- ples to begin with, then one can apply statisti- cal machine learning methods to find patterns of regularity in the input data. But if the number of examples is very small, and if the examples come one at a time, the learning is incremental. Then it becomes harder to apply those statisti- cal methods to detect patterns of the [heuristics] input data. Instead, in that case, the algorithm must make use of its background knowledge to decide what to learn and how to learn it.
30 – Assignment Incremental Concept Learning
Click here to watch the video
Figure 366: Assignment Incremental Concept Learning
So for this assignment, discuss how you might use incremental concept learning to design an agent that can solve Raven’s progressive matri- ces. What are the concepts that you’re trying
LESSON 10 – INCREMENTAL CONCEPT LEARNING
Figure 364: Exercise Re-Identifying Foo VI
What do you think David? So this is kind of an interesting example. If we recall back in our original tree as to the incremental concept learn- ing process, we saw that there was those do noth- ing bubbles, that if a negative example does not fit our current definition, we wouldn’t actually modify our current definition. Here this doesn’t even fit our current concept of a foo. Our cur- rent concept of a foo has a brick on top, whereas this is a wedge on top. So this doesn’t even fit, so we don’t actually need to change our concept, it doesn’t fit already. Good, very good. If the example is a negative instance, and the current definition of the concept already excludes it, we don’t have to do anything.
29 – Final Concept of a Foo
Click here to watch the video
Figure 365: Final Concept of a Foo
So, given the input series of examples, and the background knowledge, this is the final con- cept definition for [heuristics] that this particular [heuristics] agent will learn. Notice, that there
Page 133 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 10 – INCREMENTAL CONCEPT LEARNING
to learn in this case? What are you increment- ing over? This might depend on the scope of your problem. So are you doing concept learn- ing at the level of the individual problem? Or are you doing it between problems? What con- cepts are you learning here and how are you ac- tually tweaking them over time? What would a specific concept look like? Or what would a gen- eral concept look like? Once you establish these concepts, how will actually help you solve knew problems? Or how are you going to instantiate them or leverage them in new problems that your agent faces?
31 – Wrap Up
Click here to watch the video
Figure 367: Wrap Up
So today we’ve talked about one particular method for doing what’s called incremental con- cept learning. We started by talking about why we need incremental concept learning. We have instances in the world where we encounter a lim- ited number of examples. We need to discern a concept based on those limited examples. So we start by variablizing our current understanding to arrive at a more abstract notion of the con- cept. Then based on new positive or negative examples, we either generalize or specialize our understanding. We talked about a few heuris- tics for doing this, like the forbid link or require link heuristics. That allow us to develop a bet- ter concept based on new examples. Next we’ll talk about classification where we leverage the concepts that we developed through incremental concept learning. But we’ll also revisit incre- mental concept learning in some later lessons as well such as through version spaces, explanation
based learning, and learning by correcting mis- takes.
32 – The Cognitive Connection
Click here to watch the video
Incremental concept learning is intimately connected with human cognition. We can adopt two views of learning. In one view of learning, the intelligent agent is given with a large num- ber of examples. The agent’s task, then, is to detect patterns of regularity in those examples and learn those patterns of regularity. In the al- ternative view, the agent is given one example at a time. And the agent has to gradually, incre- mentally learn concepts out of those examples. Now you and I as agents, as cognitive agents in our daily lives, deal with one example at a time. Rarely is it that we encounter millions or hundreds of thousands of examples given at once. Incremental concept learning is a lot closer than kind of learning that you and I as cognitive agents do.
33 – Final Quiz
Click here to watch the video
So please write in this box once again what you learned from this particular lesson.
34 – Final Quiz
Click here to watch the video Great. Thank you very much.
Summary
Incremental concept learning is intimately connected with human cognition where instead of giving a large number of examples, the agent is given one example at a time and the agent gradually and incrementaly learns concepts from those examples.
References
Optional Reading:
1. Winston Chapter 16, pages 349-358; Click here
Page 134 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 10 – INCREMENTAL CONCEPT LEARNING
Exercises None.
Page 135 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 11 – CLASSIFICATION
Lesson 11 – Classification
01 – Preview
Click here to watch the video
Figure 368: Preview
Figure 369: Preview
Today we’ll talk about one of the most ubiq- uitous problems in AI called classification. Clas- sification is mapping sets of percepts in the world into equals classes, so that we can take actions in the world in an efficient manner. We could learn this concept through incremental concept learn- ing. We’ll talk about the nature of these equiva- lence classes and how they can be organized into
Science is the systematic classification of experience. – George Henry Lewes.
a hierarchy of concepts. We’ll talk about dif- ferent kinds of concepts, like axiomatic concepts and prototypical concepts. Given a classification hierarchy, we’ll talk about multiple processes for doing the classification, including both bottom- up and top-down processes.
02 – Exercise Concept Learning Revisited
Click here to watch the video
Figure 370: Exercise Concept Learning Revisited
Figure 371: Exercise Concept Learning Revisited Page 136 of 357 ⃝c 2016 Ashok Goel and David Joyner

In the previous lesson, we examined some techniques for learning about concepts from ex- amples. But those were simple concepts that we learned from a few examples. Concepts like arg or foo, which was our imaginary, hypothetical concept. The real world concepts can be much more complicated than that. Consid, as an ex- ample, consider the eight animals shown here. Each picture shows a very cute animal here. How many of these do you think are birds? Which ones are birds?
03 – Exercise Concept Learning Revisited
Click here to watch the video
Figure 372: Exercise Concept Learning Revisited
David what did you think and tell us also why you chose the answers that you did. So I said that these five were all birds, each of them have wings, each of them have feathers, and I know that each of them lay eggs. The other three are kind of interesting. This is a sugar glider, and it flies, and we often think of flying as a bird be- havior, but it doesn’t fly the same way birds do, and it doesn’t have the other features that birds have. It has fur instead of feathers and doesn’t actually have wings and we also know it doesn’t lay eggs. A bat is even more interesting. A bat does have wings, but it doesn’t have feathers the way birds do and bats actually give birth to live young. The platypus shown here is an interest- ing case because it actually lays eggs, it has a bill like a bird does, and it also has flippers the way a duck does. But it’s still not a bird because it doesn’t have feathers. So I would say that these five are all our birds. Some of the things that we often attribute to birds like flying, the blue bird, and the eagle, and the duck do. Penguins
and ostriches don’t actually do, but they’re still birds because they meet our other criteria for birds. That was a good answer, David, thank you. Note that David was able to classify these eight animals into birds, which one of these ani- mals belong to the class of birds and which did not belong to it? Notice also that he used some criteria to decide on that. He has some notion it seems of what is a typical bird, what kind of fea- tures does a typical bird have. Here’s some no- tion of what are the basic conditions that some- thing must satisfy in order to be considered a bird. And if those conditions are not being sat- isfied, he would reject them and say those are not birds.
04 – Classifying Birds
Click here to watch the video
Figure 373: Classifying Birds
So here are four of the animals that David classified as birds. Let us look at the kind of features that he examined in order to classify whether or not an animal was a bird. He may have used several features, some of which he ar- ticulated, others that he may not have articu- lated. So whether a animal has wings? Whether it has feathers? Whether it has a beak? And so on and so forth. One could add more features here if one wished to do so. We do classification all the time. AI agents need to do classification all the time also. Why? Why is classification so ubiquitous?
05 – The Challenge of Classification
LESSON 11 – CLASSIFICATION
Click here to watch the video
Page 137 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 11 – CLASSIFICATION
Figure 374: The Challenge of Classification
Figure 375: The Challenge of Classification
Figure 376: The Challenge of Classification
Figure 378: The Challenge of Classification
Figure 379: The Challenge of Classification
To see why classification is so powerful and so ubiquitous, and also to understand what exactly is classification, let us go to our overall cogni- tive architecture for an intelligent agent. This is a diagram that we have come across many, many times. Let us imagine this particular Cog- nitive System is dealing with a set of percepts. These percepts are in the world. So as an exam- ple this Cognitive System may see some object, some animal when the Cognitive System goes to the zoo. This might be an AI agent, or perhaps your friend who goes to the zoo. And look at some animals and there are a large number of percepts in that environment. Has wings, Has feathers, talons, beak and so on. And for the simplicity let’s assume that each of the percepts is binary, it’s either true or false. So either the animal has wings or doesn’t have wings. And de- pending upon the percepts and the combinations of this percepts one might take different kind of actions. So if it’s a friendly animal one might go and pet it, if it’s a unfriendly or dangerous animal one might run away from it. So, all kind of actions are possible. Imagine that there are some M actions that are possible. Send, we can again imagine that there is a binary choice here.
Figure 377: The Challenge of Classification
Page 138 of 357 ⃝c 2016 Ashok Goel and David Joyner

So, the total number of combinations of actions, as 2 to the power m. So as an example. If I have a, if I see a dangerous animal in a zoo, then I might both scream and run away. If I see a friendly animal, I may approach the animal and make cooing noise to the animal. So, a number of actions and combinations of actions are possible. And if n is the number of percepts then I have 2 to the power n. Combinations of percepts pos- sible. So how is the challenge that the cognitive agent faces? The challenges, that the number of percepts and the number of actions multiplied by the number of combinations of percepts and the number of combinations of actions is very, very large. And we have to map these percepts, combinations of percepts, actions, combinations of actions. This is a very complex mapping. So imagine that only 10 percepts. Image at envi- ronment, so I’m looking at an animal and let’s take 10 percepts that I’m paying attention to. Then two to the power 10, the number of com- bination of percepts is 1024, and doing it two to the power of 10 here because I’m assuming each percept has a binary value. If I had 100 per- cepts, I was not looking at one animal, but I was looking at a scene of animals. Then I may have 100 percepts, in which case I have a much larger number of combinations. And if I had something like 300 percepts, which is not very large num- ber. The number of combinations is, well it’s a very large number. more than the combinations of atoms in the universe. Now you and I, and AI agents more generally. Are constantly faced with a complex environment where there are a large number of percepts, and a large number of com- binations that are possible. So let’s go back to something earlier that we had considered in the class. We defined earlier that, one way of talk- ing what intelligent agent is to think in terms of how can an intelligent agent map percepts into actions. Intelligence is, in part, a lot part per- haps, according to this definition, about action selection. The other aspect of this is. That if the number of perceptions is large and the number of actions is large. Then the mapping between them becomes very large and very complicated quickly. But intelligent agents have only finite resources. How is it then that we can select the
right action. Or at least most of the time select the right action. Even when the environment is very complex. And do so in near real time.
06 – Equivalence Classes
Click here to watch the video
Figure 380: Equivalence Classes
Figure 381: Equivalence Classes
Figure 382: Equivalence Classes
Here is one way in which an intelligent agent can work and accomplish environment with a large number of perception actions possible and yet do so relatively efficiently. Suppose that this 2 to the power n percepts, could be mapped into k concepts where each of these k concept is an equivalence class with a large number of these
LESSON 11 – CLASSIFICATION
Page 139 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 11 – CLASSIFICATION
combinations. So 2 to the power of n may be very, very large, but k is a much smaller number. So these concepts are now equivalence classes or these percepts. So now instead of indexing my actions on the combinations of percepts, I index my actions on the equivalence classes that are called concepts, and this happens all the time. You go to a doctor, for example and you may go with some signs and symptoms and the doctor says, well, I have to decide whether I’ll give you a blue liquid or a red liquid, assume that those are the actions possible. And the actions are now indexed, not as the signs and symptoms or the combination of signs and symptoms, which are potentially very large for human beings, but it’s a small number of concepts, the number of diseases, which compared to all the combina- tions of signs and symptoms, is much smaller. Another example of this that would come from computer programming would be that we might have a small number of different ways in which a computer program can go wrong, by a large number of different percepts that tell us what has actually gone wrong. So, for example in my percepts, I might have whether or not I received a null pointer error, whether or not I received a memory allocation error, whether or not I re- ceived an index larger than size of an array error. All of those are different percepts I might have, but it might map the same underlying concept or something that has not yet been initialized. So I’m taking the number of things that I can ac- tually see and mapping them to a smaller num- ber of ways in which the program can actually go wrong. Then instead of having to map each individual percept to some number of actions, I know that if my error is that something has not been initialized I need to find what hasn’t been initialized and there’s a much smaller list of actions involved looking at each individual vari- able and seeing where the initialization has not taken place. Now we understand why classifi- cation is such an often-studied topic in artificial intelligence. Almost every school of artificial in- telligence has studied classification extensively. If there were no concept we were mapping this two to the power n combinations of percepts and use two to the power m combinations of actions,
then we could think of an intelligent agent as one large, giant table. The rows of the table are all the two to the n combinations of percepts that will be that many rows and the columns are through the power m actions. Given a percept, I know exactly what action to take if they would tell you that, and it’s going to be a very large ta- ble. We don’t know how to use it, it will be very costly to use it, and we don’t know how to build such a table. What classification is doing is, it is breaking that large table into a large number of small tables, and that’s the power of knowl- edge. When you have knowledge, you can take some complex problem, and break it into a large number of smaller, simpler problems.
07 – Exercise Equivalence Classes
Click here to watch the video
Figure 383: Exercise Equivalence Classes
So the next question becomes, given a set of animals, or in general, a set of objects or el- ements, and a set of percepts for each of those animals, how can we decide what’s a good equiv- alence class for those animals? Consider, for ex- ample, the three animals shown here, eagle, blue- bird, and penguin. Let us suppose that we knew that there are six percepts that are important for each one of these animals. Lays eggs, has wings, has talons, and so on. But in order to decide what might be a good equivalence class for these three animals, we first have to decide on what might be the right values for each of these per- cepts for each animal. So I’m going to ask you to use your background knowledge, to fill in the values of the percepts that applies to each of the animals.
Page 140 of 357 ⃝c 2016 Ashok Goel and David Joyner

08 – Exercise Equivalence Classes
Click here to watch the video
Figure 384: Exercise Equivalence Classes
David, do you know about these three ani- mals? Were you able to answer this question? So, admittedly, I used Wikipedia a little bit to find out some of these answers, but we know that eagles lay eggs, bluebirds lay eggs, penguins. They all lay eggs, and they all have wings. Ea- gles and bluebirds have talons, whereas penguins kind of more have flippers because they swim, so they don’t really have talons. All right. Eagles and bluebirds also fly, whereas penguins don’t fly. None of them have fur and we might say that eagles and penguins are large whereas blue- birds are not very large. Our definition of large is kind of variable, it’s kind of subjective, but if we were to draw lines somewhere, it’s reasonable to say that bluebird is definitely on the smaller end of the spectrum. Good David, you know more about those animals than I do. Imagine that the three animals were given as examples, one after the other. So, we are back to incremental con- cept learning of the previous lesson. One can use the techniques that we learned in the previ- ous lesson to learn some equivalence class, learn some concept definition with the three animals. But that’s not the point here, the point here is not about the learning of the concept, the point here is much more about the nature of the con- cepts and how they get organized related to each other
09 – Concept Hierarchies
Click here to watch the video
Figure 385: Concept Hierarchies
Figure 386: Concept Hierarchies
So, I just talked about the organization of concepts and the relationship of concepts with each other. We only come across this when we were talking about background knowledge in the previous lesson on incremental concept learning. So we had a brick and a wedge. They were both subclasses of a block. In general, the organiza- tion of concepts can be much more complex. So here is a set of concepts that you’re probably all familiar with. We have different kind of animals, vertebrates, intervertebrates. Vertebrates them- selves, can be of different kinds, reptiles, birds, mammals, and so on. And here are birds, which can be of different kinds, eagles, bluebirds, and penguins, like we saw in the previous slide. And generally, organization of these concepts can be a little more complicated. So this is a conceptual hierarchy that I expect all of your family with the animals of various kinds, water breeds and in water breeds, for example. And vertebrates themselves can be a different reptiles, but mam- mals and birds can be a different kinds, for ex- ample, eagles, bluebirds and penguins. So these are classes, and these are sub-classes and super classes. Now the advantage of this kind of con- ceptual organization is that I can start going in
LESSON 11 – CLASSIFICATION
Page 141 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 11 – CLASSIFICATION
a top down way establishing and refining each category. So you see an animal and you’re try- ing to decide whether the animal is a bluebird or an eagle or a penguin. And you may start, ini- tially, by saying well, is it a vertebrate? Then, isitabird? Andifitisabird,thenisitaea- gle, a bluebird, or penguin? When you and I do processing of this kind, it might happen so fast that we might not be aware of it. But, when we try to put an air-agent, we have to make that processing very, very explicit. Even among hu- mans, imagine for example, what happens when the scientist discovers new kind of species. Then the scientist can begin from the top and say, well, is it a vertebrate? Where exactly in this tree should I put this species? Is it a bird? Is it closer to eagle? Should I put it closer to a blue- bird, and so on. So classification of this kind often has a top down, establish, refine, establish, refine connected to it. So one of the benefits of this establish and refine approach is it helps us figure out which variables we need to actually key in on and focus in on. So for example, we saw earlier that eagles are large, but bluebirds are small. So birds can come in different sizes. So if we are trying to establish whether some- thing is a bird, a reptile, or a mamma, we know that mammals also come in different sizes like tiny mice or large elephants. So size doesn’t re- ally impact our decision whether it’s a reptile, bird, or mammal. But once we’ve established it’s a bird, and we’re trying to decide between eagle and bluebird for example, we know that size actually can be something that helps us dif- ferentiate between to these two. So now we’ll pay attention to size as a variable that matters. So note that there are several things going on here. On one side, there is knowledge of these differ- ent classes, but there’s also organization of these different classes in a hierarchical particular kind. This organization is very powerful in some ways. If knowledge is power, so is organization. Orga- nization too is power. This organization provides power, because this organization tells you what the controller processing should be. Establish one node, refine it. Establish that node, refine it.
10 – Exercise Concept Hierarchies
Click here to watch the video
Figure 387: Exercise Concept Hierarchies
Let us return to the exercise that we were trying to do earlier, where we had eagle and blue- bird and penguin. And we had features, and we had values for the eagle and the bluebird and the penguin. Well, given these three sets of values for the eagle, bluebird and penguin. And given that bird is a superclass of these three classes. What would be the features that you would put in the bird node in that classification hierarchy?
11 – Exercise Concept Hierarchies
Click here to watch the video
Figure 388: Exercise Concept Hierarchies
What do you think, David? So what I did, is I looked across the rows and tried to see which features all three birds had in common. They all lay eggs, so I’m going to figure that birds law eggs. They all have wings, so I’ going to fig- ure that birds have wings. And none of them have fur, so I’m going to figure that birds don’t have fur. Whether or not they have talons can actually vary. So the eagle and bluebird have talons but the penguin does not. And whether
Page 142 of 357 ⃝c 2016 Ashok Goel and David Joyner

or not they are large can vary. The eagle and penguin are large, but the bluebird’s not. So those things don’t necessarily define what a bird is. But these three things seem to me like they do. That’s a good answer, David. But I should quickly note that this idea that we can decide on the features that should go into a super class, given the features that are shared among these subclasses, works only for certain kind of con- cept. It doesn’t work for all concepts. Partic- ularly, it work for concepts that have a formal nature, as we will see in just a minute.
12 – Types of Concepts
Click here to watch the video
Figure 389: Types of Concepts
We can think of concepts lying on a spec- trum. On one extreme end are extremely formal concepts for which we can define logical condi- tions that are necessary and sufficient for that concept. We’ll examine that in more detail in just a minute. On the other end of the spectrum are less formal concepts for which it’s hard to define necessary and sufficient conditions. Now here are three points on the spectrum. Ax- iomatic concepts, prototype concepts, exemplar concepts. There can be other types of concepts as well. We’re just going to consider these three concepts because they are the three most com- mon ones. And we’ll look at each one of them in turn. In general, humans find it easier to com- municate about axiomatic concepts because they are well defined. There is a set of necessary and sufficient conditions that we all agree with. Ex- amples are mathematical concepts. Humans find it harder to communicate about prototype con- cepts, but most of the time we do quite well.
It’s even harder to talk about exemplar concepts like, let’s say, beauty or freedom. Similarly, it’s easier to teach computers axiomatic concepts or program axiomatic concepts into computers. It’s much harder to program or teach prototype con- cepts. And much, much harder to teach a pro- gram exemplar type concepts.
13 – Axiomatic Concepts
Click here to watch the video
Figure 390: Axiomatic Concepts
Figure 391: Axiomatic Concepts
So let us look at each one of them. Axiomatic concepts, product concepts, and exemplar con- cept in more detail. Let’s become with axiomatic concept. And axiomatic concept is a concept, it is defined by a formal set of necessary and suffi- cient conditions. Geometric objects like a circle are good examples. Triangles, squares, rectan- gles, and so on. So as an example, a circle are all points in a plane that are equidistant from a single point. And the single point is the center of the circle. Now, this is a very formal set of nec- essary and sufficient conditions. Given any other object, you can see whether or not the particu- lar object is a circle by looking for this particular condition.
LESSON 11 – CLASSIFICATION
Page 143 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 11 – CLASSIFICATION
14 – Prototype Concepts
Click here to watch the video
The notion of axiomatic concepts is the clas- sical view in cognitive systems. Here’s an alter- native view. This is called Prototypical concepts. Prototypical concept is a base concepts defined by some typical properties that can sometimes be overridden. So, an example is a chair. You and I have a notion of a prototypical chair. Our notion of a prototypical chair may have, for ex- ample, there is a back, there is four legs and so on. So, here might be your and my notion of a prototypical chair. It has a back, it has a seat, it has four legs and so on. Now I can represent this notion of the prototypical chair in the lan- guage of frames. This is something we have come across earlier in the class. A frame has slots and fillers, as you may recall, and we use frames to represent stereotypes. Here we’re talking about prototypes, so very closely related. So concept is the a content you can represent. Frame is the form in which we can represent it. So a notion for the prototypical chair might be, it has four legs, it, the material is metal, it has a back, it does not have arms, and it’s not cushioned. Note that these are the typical properties of a chair. Of course, some chairs need not necessarily sat- isfy all of these properties. That is why there are no, no necessary and sufficient conditions here. For example, we may come across a chair. Which is made of wood. While you would still consider it a chair, even if you’re not strictly satisfied with this particular definition. Thus, these properties can be overridden in case of specific instances. But we’ll still have the basic notion of a proto- typical chair so that we can in fact communicate with each other about what a chair is. Despite the fact that we can override these properties we do still have a notion of prototypical chair. So the relationships between concepts and frames actually is quite close. Recall that when we were talking about frames, we were also talking about inheritance and default. The notion of default in frames is closely connected to the notion of typ- ical properties and concepts. So chair has this prototypical notion with some of these typical properties, and we can think of this as having a default values. By default, we assume the num- ber of legs is four, the material is metal and so on. Here is a stool and this stool is a kind of chair
Figure 392: Prototype Concepts
Figure 393: Prototype Concepts
Figure 394: Prototype Concepts
Figure 395: Prototype Concepts
Page 144 of 357 ⃝c 2016 Ashok Goel and David Joyner

which means that it inherits all the values and all the slots that are there in the chair directly except for those that happen to be different from the one in the chair. So then an example here it over writes a notion that the chair necessarily has to have a back. In the case of a stool, the stool does not have a back.
15 – Exemplar Concepts
Click here to watch the video
Figure 396: Exemplar Concepts
Figure 397: Exemplar Concepts
Like so many concepts with refinement nec- essary in sufficient conditions, for typical con- cepts in typical conditions, what about exemplar concepts? Exemplar concepts don’t even have typical conditions, let alone necessary and suffi- cient conditions. In case of exemplar concepts, I can give you examples. Perhaps I can do some implicit abstraction of some examples, but it’s about as far as I can go. Consider the example of beauty for a second. There are four exam- ples of something beautiful. Here’s a painting by Van Gogh, here’s a beautiful sunset, a beau- tiful flower, a beautiful dance and so on. While I can give examples of the concept of beauty, it’s really hard to come up with the typical condition
of a beauty. Exemplar concepts are very hard to, define. And for that reason, they are also very hard to, communicate to each other, or to teach in a art program. Exemplar concepts can be cul- ture specific, sometimes even individual specific.
16 – Order of Concepts
Click here to watch the video
Figure 398: Order of Concepts
To summarize then, concepts can be of many different kinds. Fro very formal, concepts, like Axiomatic concepts, to less formal concepts, like Exemplar concepts. Of course, we can, if we want less formal concepts, like exemplar con- cepts, philosophers often talk about concepts called qualia, Q-U-A-L-I-A. Qualia for the raw sensations that we may get from our sensors. And example of qualia is, bitterness. I’m sure you’ve come across some bitter fruit, some time or the other. And you can even taste it, inside your mouth right now, if you wanted to. But it’s very hard to communicate what a qualia is to anyone else, what. Your notion of a genesis to anyone else.
17 – Exercise Order of Concepts
Click here to watch the video
LESSON 11 – CLASSIFICATION
Figure 399: Exercise Order of Concepts Page 145 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 11 – CLASSIFICATION
Let us do an exercise together. On the left again is a spectrum from very formal to less for- mal. In the right here are six concepts. Inspira- tional, reptile, foo. Foo here is the same concept that we came across when we’re talking about incremental concept learning. This is the same foo here. Right triangle, holiday, saltiness. Can you rank the six concepts according to the notion of formality that we have studied so far?
18 – Exercise Order of Concepts
Click here to watch the video
Figure 400: Exercise Order of Concepts
So part of the point of looking at these two different kinds of concepts is that depending on the different kinds of concepts we are dealing with right now, you may come up with a dif- ferent knowledge representation and a different inference method. Let me explain. Supposing we’re dealing with concepts like Foo or Holiday or Inspirational. Then the case-based reason- ing method might be a very good method for dealing with things of that kind. We may have experience with specific holidays, but we cannot abstract them out into a concept with prototyp- ical conditions. On the other hand, if we were dealing with concepts like a right triangle or a reptile, for which we can define necessary and sufficient conditions, in that case there are al- ternative methods available that might be more suitable then case-based reasoning. So instead of thinking in terms of one method that is go- ing to work for all conditions and all concepts, we might want to think in terms of a array of methods, where each method is more or less use- ful for different kind of conditions or different kind of concepts. David, I am sure you recall
mentally who was a Russian chemist who came up with the basic notion of the chemical peri- odic table. I’m sure all the students in the class know about the chemical periodic table, which organizes all the elements according to certain properties like hydrogen, oxygen, calcium, and so on. Now, Mendeleev came up with this no- tion of a chemical periodic table, and in some sense what we’re trying to do in this course is to build a similar kind of periodic table, except that this is a periodic table of the elements of mind. It’s a periodic table of the basic funda- mental elements that compose intelligence. In- stead of talking about elements and valances and atoms and so on, what we are going to be talking about are methods and representations. So it as if we are discovering the fundamental knowledge for presentations and organizations and reason- ing methods that go with it. Case based rea- soning was one. Reasoning method that went with certain kinds of concepts that are hard to abstract and into conditions, like typical condi- tions, are necessarily logical conditions.
19 – Bottom-Up Search
Click here to watch the video
Figure 401: Bottom-Up Search
Page 146 of 357
Figure 402: Bottom-Up Search
⃝c 2016 Ashok Goel and David Joyner

LESSON 11 – CLASSIFICATION
Let us build on this metaphor of periodic table a little bit further. So earlier we came across another method of dealing with classifi- cation, which we call top down or establish de- fine. In that method we had this classification hierarchy which start with a concept, will es- tablish it, then refine it, and refine it further if needed. That particular control of processing is very well suited for one kind of organization of concepts. It’s very well suited for one set of sit- uations where we know something is already a vertebrate, we’re trying to establish whether it’s a bird or a bluebird. And a different kind of clas- sification task. A better control of processing is to go bottom up. Let’s look at this a little bit more carefully. Here are a number of leaf nodes. And we know, the agent knows something about the value for each of these leaf nodes. And the task is to make a prediction at the root node. So in this particular case imagine the task of the AA agent is to predict the of the Dow Jones Indus- trial Average tomorrow. It’ll be great to have an AA agent like that. If we had a good AA agent like that, you and I could both become very rich. Now how could this A, agent make a prediction about the Dow Jones Industrial Average tomor- row? Well, one way in which it could do it is it could look at the. Information it has about the GDP the inflation and employment today. but how does it know about the value GDP or the inflation or employment today. Well it can look then at the values of the overtime hours. The consumer sentiment index, new orders in- dex and so on and so forth. Now, the processing is largely, bottom up. We know something about the values or the features that go into this con- cept. And they’re going to this concept, they’re going to this concept. You can abstract them and find the value of the GDP. And similarly for this, and then abstract it further. So the control of processing in this particular case, we might call it identify and abstract, identify an abstract. Bottom-up controller processing rather than top- down in the previous case. We have just defined two other elements of our periodic table, of our growing periodic table of intelligence. In this latter element, the bottom-up classification, the conditions of application are different.
20 – Assignment Classification
Click here to watch the video
Figure 403: Assignment Classification
How would you apply the principles of clas- sification, to designing an agent that can solve Raven’s progressive matrices? In answering this there’s a lot of questions to touch on. For ex- ample, will you develop the classification scheme yourself, or are you going to have your agent learn it as it encounters new problems. So what would that classification scheme look like? What percepts will the agent use to classify new prob- lems into that classification scheme? Then once it’s classified them, how will that classification actually help it solve the problem? What will it be able to do this way that it wouldn’t have been able to do otherwise?
21 – Wrap Up
Click here to watch the video
Figure 404: Wrap Up
So today we’ve talked about classification, which is one of the biggest problems in AI. We started by revisiting incremental concept learn- ing and reminding ourselves how it allowed us to take examples and abstract away a concept. We then looked at the idea of equivalence classes and
Page 147 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 11 – CLASSIFICATION
how we can group sets of percepts into equiva- lence classes to establish a particular instance of a concept. Within this is the hierarchies of con- cepts, such as the animal kingdom, where ani- mals can grow kind of into vertebrae, birds and penguins. We then discuss the idea of differ- ent types of concepts like axiomatic or exemplar concepts, and how each of them have different definitions and different affordances. Finally, we discuss bottom-up search, so instead of establish and refine, we look at the lower level variables and abstract up from them. Next, we’re going to move on to logic, which is a little bit unrelated to this. But if you’re interested in classification, you can look ahead to all our different lessons on design, such as diagnosis and configuration. They’re going to really heavily leverage our idea of classification.
22 – The Cognitive Connection
Click here to watch the video
One could say a lot about the connection be- tween classification and cognition. This is be- cause classification is ubiquitous in cognition. You’re driving a car on the street, you see a friend driving his car, you look, take a look at the car, and you see a Porsche. Classification. You’re on a computer program, the output is faulty. You look at the output, decide on the bug. You name the bug. Classification. You go to a doctor with certain signs and symptoms, the doctor names a disease category, classifica- tion. The reason classification is so ubiquitous is because it allows us to select actions. Once the doctor knows what the disease category is, he can suggest a therapy. Once you know what
the bug is you can decide on a repair for that bug. If action selection indeed is a very produc- tive characterization of intelligence then we can see why classification is central to cognition.
23 – Final Quiz
Click here to watch the video
All right. Please right down what you learned in this lesson in this box for us to peruse later.
24 – Final Quiz
Click here to watch the video And thank you for doing it.
Summary
Classification is ubiquitous in human cognition where humans continuously and constantly perform classification in the day-to-day life.
References
1. Stefik, M. Introduction to Knowledge Systems,
Pages 543-556, 558-596.
Optional Reading:
1. Stefik, Chapter 7, Part 1 T-Square Resources (Stefik- Classification Part1 Pgs 543-556 .pdf) 2. Stefik, Chapter 7, Part 2 T-Square Resources (Stefik Classification Part 2 Pgs 588-596 .pdf)
Exercises
None.
Page 148 of 357
⃝c 2016 Ashok Goel and David Joyner

Lesson 12 – Logic
If, dear Reader, you will faithfully observe these Rules, and so give my little book a really fair trail, I promise you, most confidently, that you will find Symbolic Logic to be one of the most, if not the most, fascinating of mental recreations! – Lewis Carroll, Introduction to Symbolic Logic.
01 – Preview
Click here to watch the video
Figure 405: Preview
Figure 406: Preview
Today we’ll discuss logic. Logic is a for- mal language that allows us to make assertions about the world in a very precise way. We learn about logic both because it is an impor- tant topic and also because it forms the basis of additional topics such as planning. We’ll start
talking about a formal notation for writing sen- tences in logic. This formal notation will have things like conjunctions and disjunctions. Then we’ll talk about truth tables, a topic that you probably already know. We’ll talk about rules of inferences like modus ponens and modus tollens. Finally we’ll discuss methods for proving theo- ries [proving theorems by refutation] by repeti- tion. One of those methods is called, resolution theorem proving.
02 – Why do we need formal logic
Click here to watch the video
Figure 407: Why do we need formal logic
Let us begin by asking ourselves, why do we need use formal logic to design an AI agent? The way the formal logic in an AI agent would work is that there will be two parts to the AI agent. The first part of the agent will consist of a knowl- edge base. The knowledge will contain the agents knowledge all over the world. That knowledge
LESSON 12 – LOGIC
Page 149 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 12 – LOGIC
will be represented in sentences in the language of logic. The second part will consist of an in- ference engine. The inference engine will apply rules of inference to the knowledge that the agent has. So remember again, two parts, the knowl- edge base and then rules of inference. Now there are certain situations in which we want the AI agent to be able to show, to be able to prove that the answers, that it derives to any prob- lem in fact are provably correct. If we want to show this to itself, or to other users. In other situations, we may want the AI agent to gen- erate only provably correct solutions. How can we guarantee that? Well we need two things. First, we need a complete and correct knowledge base. And second, we need rules of inference that will give guarantees of correctness of the answer. The inference then has two parts to it. The first part is called soundness. The property of sound- ness means that rules of inference will derive only those conclusions that are, in fact, valid. The second property is completeness. The property of completeness means that the [AI agent] will derive all of the valid conclusions. These are two very important properties to have. If an AI agent can use logical rules, logical rules of in- ference on its knowledge base and provide guar- anteed soundness and completeness, then it’s a very useful thing for an AI agent to have. For this reason, logic has been an important part of AI since the inception of the field. In fact it con- tinues to be an important part of research and modeling AI. In this course however we’ll dis- cuss logic only to a very limited degree. There are two reasons for this. First, our priorities in this course are a little different. Instead of talk- ing about knowledge in the form of logical sen- tences, we are much more interested in concep- tual knowledge and experiential knowledge and heuristic knowledge. Second, recall that we said that a logic based agent has two parts to it, the knowledge base and the rules of inferences. Even if the rules of inferences are, in fact, guaranteed to be sound and complete, there is a problem about how do we construct a correct and com- plete knowledge base? If the knowledge base of an AI agent is not correct and complete, then it may not gave you useful answers, even if the
roots of inference are sound and complete. Thus, in this course, we’ll use logic only to the degree to which it is useful for specifying other meth- ods. Methods that use conceptual knowledge or experiential knowledge or heuristic knowledge.
03 – Inferences About Birds
Click here to watch the video
Figure 408: Inferences About Birds
Now we have come across this particular kind of problem earlier. This was a classification hier- archy. Vertebrates can be of different kinds. Bird is one kind. Birds can be a different kind. Eagle, bluebird, penguin are three classes of birds. Now imagine we have knowledge like, if an animal has feathers then it is a bird. When we’re discussing this classification hierarchy we had tried to de- fine the concept of bird, and we had said at that time that if an animal has feathers it is a bird, and if an animal lays eggs and it flies then it’s a bird. It is sentences like this that we’ll try to put in the language of logic.
04 – Exercise Inferences About Foos
Click here to watch the video
Figure 409: Exercise Inferences About Foos Page 150 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 12 – LOGIC
Before we represent those sentences in the language of logic, let us consider another exam- ple of conceptual knowledge and its relationship to logic first. So here is a concept of four. We have come across this earlier. They were a block and a block and a brick at the bottom and a brick at the top. And some relationship between these objects. Given this conceptual knowledge about foo we can ask ourselves, what are the sufficient conditions for something to be a foo? Here are several choices. Please mark all of those choices that together make for sufficient conditions for the concept of foo
05 – Exercise Inferences About Foos
Click here to watch the video
Figure 410: Exercise Inferences About Foos
What do you think, David? So, from the bot- tom, we have the brick has to support two blocks. Not necessarily two bricks. We know that those can be any kind of block. We also have that those two blocks cannot touch. So, that condi- tion is important. And we also have that those two blocks must then support a brick. And when we learned earlier, it’s not sufficient for that to be any kind of block. The block on top has to be a brick as well. So, if these three conditions. Are as efficient to find a Foo in terms of logic. That is good David. So what we are learning here is given conceptual knowledge how can we translate it into the language of logic?
06 – Predicates
Click here to watch the video
Figure 411: Predicates
Recall that we said that a lot of this AI agent will have two parts to it, a knowledge base and then the rules of inference. We’ll come to the rules of inference a little bit later. First let us look at how can we construct a knowledge base in the language of logic. So what we are trying to do now is that an AI agent has some knowledge about the world and it is going to express it in the scheme of logic. In earlier schemes of knowl- edge representation, we discussed how there were objects and relationships between objects. And any knowledge representation scheme we need to capture both objects and relationships between those objects. Logic has a particular way of do- ing it. So consider an object like a bird. This object may have various arguments. We’ll define something called a predicate, which is a func- tion that maps object arguments to either true or false. So let us consider an example. Here we have bluebird as the object and feathers as the predicate on this object. Let’s consider this example. Here, bluebird is the object and feath- ers is the predicate on this object. Feathers is now a function that can map either into true or into false. Either bluebird has feathers or bluebird doesn’t have feathers. In this partic- ular case, feathers of bluebirds would be true, because bluebirds do have feathers. Now, just like we had bluebird as the object in the previous example, here we have animal as the object, the same predicate. Now, of course, not all animals will have feathers, so this particular predicate may be true or false, depending on the choice of the animal. In this sentence there are two pred- icates, one object, animal still, but there is a predicate feathers and a predicate bird. And we can capture the relationship between these two
Page 151 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 12 – LOGIC
predicates, by saying that if feathers animal is true, then bird animal is also true. This exam- ple has two predicates. Here there’s one object, the animal. But the predicates are feathers and birds. And the sentence is capturing a relation- ship between the two predicates. If the animal has feathers, then the animal is a bird. In logic we call sentences like this as having an implica- tion. This is an implicative relationship. So in logic, we’ll read this as Feathers(animal) implies Bird(animal). Or if the animal has feathers, then it implies that the animal is a bird.
07 – Conjunctions and Disjunctions
Click here to watch the video
Figure 412: Conjunctions and Disjunctions
Figure 413: Conjunctions and Disjunctions
Figure 414: Conjunctions and Disjunctions
Page 152 of 357 ⃝c 2016 Ashok Goel and David Joyner
Now, consider another sentence that we have come across earlier. If an animal lays eggs, and it flies, then it is a bird. How do we write this in the language of logic, given that there is conjunction here. So this time, we can have two predicates again. There is a predicate of lays-eggs, coming from here. The predicate of flies, coming from here. And we can denote a conjunction between them. Which in the language of logic is often put in this form. Now we can re-write this sentence in the following form. If the animals lays eggs and the animal flies, then the animal is a bird. Remember again, this semi colon here, really is denoting implication for now. Remember again, that in logic, this really stands for an implication. Consider the slightly different sentence. Suppose if the sentence was if an animal lays eggs or it flies it is a bird. In that case, again, we’ll have two predicates, but this time we’ll have a disjunction between them. And the sentence would become or if animal lays eggs or animal flies, then the animal is a bird. And again, this is an implica- tion. Let us continue with the our exercise in which we are learning how to write sentencable language of logic. It is under the sentence, if an animal flies and is not a bird. So, it is a negation here, then it is a bat. How do we write that in logic? So I’m still interested in writing the an- tecedent of this particular sentence, and I may be able to say that animal flies is a conjunction here, because it is an and here, and we have this negation symbol for this predicate, bird. Now we can write a complete sentence by saying that the animal flies, conjunction. Animal is not a bird, implies animal is a bat.
08 – Implies
Click here to watch the video

LESSON 12 – LOGIC
Figure 415: Implies
Now, I have talking a little about implication. Let’s see how do we actually write, implication and logic. So here is a sentence, if animal lays eggs and animal flies, it is implication is that the animal is a bird. In logic we write this using the symbol, arrow symbol, or an indication, so if the animal lays eggs and animal flies, implication an- imal is a bird. So here is the left hand side of the implication, here is the left hand side of the im- plication. The left hand side of the implication, implies the right hand side
09 – Notation Equivalency
Click here to watch the video
Figure 416: Notation Equivalency
Generally speaking, you won’t have these symbols on your keyboard. You can find them in your character map and you are welcome to use them if you’d like to. But for the exercises in the rest of this lesson and in the next les- son, feel free to use the symbols given over here. These are the symbols for AND, NOT, OR and Equals that come from Java or Python. So, feel free these when you are doing the exercises that you’ll come across in the rest of this lesson.
10 – Exercise Practicing Formal Logic
Click here to watch the video
Figure 417: Exercise Practicing Formal Logic
So remember we are still trying to learn how to build a knowledge based on the language of logic. To put it all together, consider four exer- cises. Here is the sentence. Please put it in the language of logic. Similarly for this sentence, this sentence, this sentence.
11 – Exercise Practicing Formal Logic
Click here to watch the video
Figure 418: Exercise Practicing Formal Logic
Okay David, what did you have for the first sentence? So for the first sentence, I created the predicates lays eggs, feathers, and reptile, and said if the animal lays eggs and the animal does not have feathers that implies the animal is a reptile. For the second one, I said if the animal has feathers or the animal has talons that implies that the animal is a bird. So animal feathers or talons, feathers or talons. For the third, which is a longer one, I said, if the the animal lays eggs and the animal has a beak and the animal flies, all three of these all in a chain, that implies the animal is a duck. And similar for the fourth one, we have three predicates on the left side. If the animal lays eggs, the animal has a beak, and the
Page 153 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 12 – LOGIC
animal does not fly, then the animal is a Platy- pus. This guy shows us why a platypus is such a strange animal because we need to make a lot of caveats in order to find what a platypus really is. Good David, that looks right to me. So to wrap this part up, let us note that when we de- fined what a predicate was, we set up a predicate like Flies can map into true or false. Well okay, a predicate can map into true or false. What about complicated sentences like this, which are mul- tiple predicates, as well as, implications? How do we find out whether the sentence as a whole maps into true or false? That’s what we’re going to look at next. We’re looking at truth tables.
12 – Truth Tables
Click here to watch the video
Figure 419: Truth Tables
So we’ll now build truth tables for conjunc- tions and disjunctions and negations of sen- tences, so that we can find the truth of com- plex sentences stated in logic. Now many of you probably are familiar with truth tables, and if you are in fact familiar with truth tables, then you can skip this part and go directly to implica- tion elimination. If you’re not familiar with this then please stay with me, but even so I’m going to go through this quite rapidly. So here is the truthtableforAorB.IfAistrue,thenB.IfA istrueandBistrue,thenAorBistrue. IfA is true and B is false, then A or B is still true, because A was true. If A is false and B is true, then A or B is true, because B was true. One of them is true, makes this true. If A is false and B is false, than A or B is false.
13 – Exercise Truth Tables I
Click here to watch the video
Figure 420: Exercise Truth Tables I
Let us try a couple of simple exercises. So herewehaveA,Bandwewanttofindatruth value of A or not B. Given these values for A and B, can you please write down the truth values for A or not B. And similarly, for not A and not B
14 – Exercise Truth Tables I
Click here to watch the video
Figure 421: Exercise Truth Tables I
So for A or not B, I got that if A is ever true, then this has to be true, because it’s A or not B. When A is false the negation flips the value of B, so it makes it true when B is false, but keeps it falsewhenBistrue. FornotAandnotB,that meansthatanytimeeitherAorBistrue,then this is all false. So when A is true, this is false. When B is true, this is false. When both are false, this becomes true, because those negations flip the values of both A and B.
15 – Exercise Truth Tables II
Click here to watch the video
Page 154 of 357 ⃝c 2016 Ashok Goel and David Joyner

Figure 424: Exercise Commutative Property
The construction of these truth tables, allows us to illustrate certain important properties of logical predicates. To see those properties, let us do an exercise together. So here we have the predicate A, and the predicate B. And here we have A and B, and B and A. Please fill these boxes, the truth values of A and B, the truth values of B and A.
18 – Exercise Commutative Property
Click here to watch the video
LESSON 12 – LOGIC
Figure 422: Exercise Truth Tables II
Now, we can play the same game, for ever more complex sentences. So, here I’ve again, three predicates, A, B and C. And here’s a more complicated sentence that involves all three of those predicates. A or B, and within paren- theses, B and, nought C. And we can find the truth values for this particular, sentence, given the truth values for the predicates A, B and C. Why don’t you give it a try and write down the values here?
16 – Exercise Truth Tables II
Click here to watch the video
Figure 423: Exercise Truth Tables II
David, what did you come up with? From the beginning, we start with A or something. So as long as A is true, then we know the result is true. We don’t even care about the rest of it. When A is false, then we need to look at B and the not C. Because this is an and, we need both B and not C to both be true. So, when B is false, we can go ahead and say this is false over here. And when not C is false, we can go ahead and say this is false over here. Not C is false, if C is true, so this is also false. So, our only other answer that’s true is that row right there. So, as
you can see, this can become very complicated very quickly. But David did get the answer to the truth value of this particular sentence, based on the truth values of the predicates that are in- side the sentences. So in principle now, we can see how we can compute the truth value of very, very complicated sentences returning logic.
17 – Exercise Commutative Property
Click here to watch the video
Figure 425: Exercise Commutative Property
That’s good, David. And as you know, this property is called the commutative property. The commutative property says that the truth
Page 155 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 12 – LOGIC
value for A and B is the same as the truth value for B and A. So whenever I have A and B, and can re-write it as B and A.
19 – Exercise Distributive Property
Click here to watch the video
it and evaluate solely based on B or C. When- ever either of them is true, the result is true. And only when both of them are false, is the re- sult false. So the one on the right is a little bit more complicated because for each of them we need to look at both A and B and A and C. But because there’s an or in the middle, that means that once we discover that one of them is true, we don’t need to really worry about the other one. A and B is true whenever both A and B are true, and so A and B are true here and here, meaning we can go ahead and say that those are true. We don’t need to look at A and C here. Similarly, A and C are true here. So we can go ahead and say that this one is true as well. For all the ones at the bottom, A is false which means it’s going to go ahead and render both of them false. And for the fourth one, B and C are both false, meaning each individually is go- ing to become false. So what we see here is that the truth values for these two formulas actually end up the same, so I guess they’re equivalent as well. Good, David. So this property’s called the distributive property. The distributive property says that these two formulas have the same truth values. And in particular, if there is B and C in- side the parentheses with a disjunction between them, and A is outside the parentheses with a conjunction between them, then we can move A inside the parentheses by first writing A and B and then writing A and C and taking the dis- junction of the two. We can also think of this as distributing the part outside of both the predi- cate and the operator into both the ones on the inside. We take the A and apply it to B, so A and B. We take the A and apply it to C, so A and C. And we preserve the operator in between B and C in between the two new parenthesis. So if this had been A or B or C, this would become A or B, or B or C. This would become A and B and C and would be all the operators here.
21 – Exercise Associative Property
Figure 426: Exercise Distributive Property
Let us try a slightly more complicated ex- ercise. This time, we have three variables, A, B, and C. And here are the combinations of the truth values of A, B, and C. Here on the right are two formulas. The first one says, A and paren- thesis B or C parenthesis closed. The second says parenthesis A and B parenthesis closed or paren- thesis A and C parenthesis closed. Please write down the truth values for these two formulas.
20 – Exercise Distributive Property
Click here to watch the video
Figure 427: Exercise Distributive Property
Did you write down the truth values for these two formulas, David? I did. And on the one on the left, we find it’s little bit easier because it starts with A and, which means anytime A is false, we can go ahead and write that this is false. When A is true, that means we can ignore
Click here to watch the video
Page 156 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 12 – LOGIC
Figure 428: Exercise Associative Property
Let us do one of their exercising in two tables illustrate one of the property of logical predicate. Again here are three predicates, and here are two formulas. It should be a simple exercise. Please write down the truth values, of the two formulas, in these boxes.
22 – Exercise Associative Property
Click here to watch the video
Figure 429: Exercise Associative Property
What did you get, David? So like before, be- cause this is an or, as soon as we see that A is true, we can go ahead and write down true for all of these. When A is false, we just need to evalu- ate B or C. When B is true, we know it’s already true. And then if B is false we need to look at C. If C is true, then it’s still true, and if C is false, then all three are false and that’s the only time it’s false. Over here, we’ve moved the parenthe- ses but really, we’re not changing what we do. We can think of it as stating at the bottom with C being true. Anytime C is true, the entire thing is true. So C is true here, here, here, and here. If that evaluates to false, we need to look at A or B, and so on. So we end up doing the exact same process. That’s good, David. And this property
is called the associative property. The associa- tive property simply says that we can change the location of the parentheses here, A or parenthe- ses B or C, parenthesis close, has the same value as A or B parenthesis close or C. So that we can change the location of the parentheses. The same would have been true if these were both conjunc- tions. So if it was A conjunction parentheses B conjunction C or A conjunction B, conjunction C, it would have had the same values. The dif- ference between these formulas and the ones we were doing before are the values of these opera- tors. Associative property works when it’s both ors or both ands. Distributive property worked when there was a mixture of operators.
23 – Exercise de Morgans Law
Click here to watch the video
Figure 430: Exercise de Morgans Law
One other property of logical predicates that we will see very soon in action is called de Mor- gan’s law. So this time there are two predicates A and B. Here are their truth values. And here are two formulas. Remember this is a negation. Please write down the truth values of these two formulas in these boxes.
24 – Exercise de Morgans Law
Click here to watch the video
Page 157 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 12 – LOGIC
Figure 431: Exercise de Morgans Law
That’s good David. So the de Morgan’s law is saying that when we try to distribute nega- tion over the predicate inside the parentheses that are connected with a conjunction, then the conjunction becomes a disjunction between the negations of the pre, predicates. The same would have been true if we had a disjunction here. When we distribute the negation, it would have become a conjunction here. David, before we go ahead further, let’s remember why we are trying to do all of this. So do you recall we said in the beginning of the lesson that a logical agent will have a knowledge base, and then formal rules of inference that will apply on these sentences as knowledge base. The knowledge base itself may be coming from many places. Some sentences in the knowledge base may be boot strapped into the logical agent. Other sentences may be com- ing from perception. Now when we’re trying to apply these rules of inferences to the synthesis of the knowledge base it is sometimes very useful to rewrite the sentences in different forms. And that’s what we are trying to do. These prop- erties will allow us to rewrite the sentences in such a way that we can in fact apply the rules of inferences that we will see in a minute.
Figure 432: Truth of Implications
So it can be a little bit weird to talk about the truth value of an implication sentence. What we’re really saying here is, whether or not this implication actually holds true. So let’s take three different implications to see this. First let’s think of the implication, feathers implies bird. All birds have feathers and only birds have feath- ers. So, we know that if an animal has feathers, then it is a bird. That’s true. On the other hand, let’s take the implication, if scales then bird. Lots of animals with scales aren’t birds and in fact no animals with scales are birds. So the implication, scales implies birds. Would be False. For our third example, let’s take the im- plication, flight implies bird. If we have a pen- guin, flight is False. But the penguin is still a bird. So, flight can be false and bird can still be true, meaning the implication can still be true here. On the other hand, if we have a cat, flight if False. And bird is False. So, the implication can still be true. So in this case, if flight was false, we can’t actually make a determination on whether or not the animal is a bird.
26 – Implication Elimination
Click here to watch the video
25 – Truth of Implications
Click here to watch the video
Figure 433: Implication Elimination
Page 158 of 357 ⃝c 2016 Ashok Goel and David Joyner

As we go ahead and start applying rules of in- ferences to sentences in a knowledge base. We’ll find it convenient to rewrite the sentences in a knowledge base. And sometimes it will be very useful to rewrite these sentences in the knowl- edge base in a manner that eliminates the impli- cations in a sentence. And this is how we can eliminate the implication. If a implies b, than we can rewrite it as not a or b. We know this because the truth value of a implies b is exactly the same as your truth value of not a or b. We can take an example here. Supposing that we are given feathers imply bird. Then we can rewrite this as not feathers or bird. And intuitively, you can see the truth value of this. It is either the animal does not have feathers or, it is a bird. In a little bit, we will see that this is a impor- tant rewrite rule in doing certain kinds of logical proofs.
27 – Rules of Inference
Click here to watch the video
Figure 434: Rules of Inference
Okay, now that we have looked at how to write sentences in the language of logic and also looked at how to rewrite the sentences, for exam- ple by eliminating implication, let us now look at what kinds of rules of inference can be implied and how can we apply them. One rule of infer- ence is called Modus Ponens, and many of you may already be familiar with it. If I’m given a sentence s1 which says p implies q, and an- other sentence S2 which says p, then I could in- fer q from it. p implies q and p, therefore q, this symbol stands for therefore. Let’s take an example, so imagine that I’m given that feath- ers imply bird. And I’m also given that feath- ers is true. Then, I can infer that bird must be
true. Now we can connect this to a logic agent. Imagine that there is a robot and I bootstrap that robot with the knowledge that feathers im- ply bird. Now the robot goes to a new region in the country and finds some animal which has feathers. The robot cannot conclude that that particular animal is a bird. So the first sentence came from something that I had bootstrapped into the knowledge of the robot. The second sentence came from the percepts of the robot. And the third sentence came from its logical in- ferencing. And this is how the robot can, in fact, go about making sound, complete inferences that are guaranteed to be correct. Here is a second rule of inference, this is called Modus Tollens. So again I have sentence S1, p implies q, and I have a second sentence, not q. And therefore, I can inference that not p. So let us take an example of Modus Tollens. Imagine that there is a robot that has been programmed, bootstrapped with the knowledge feathers imply bird. So that’s part of its knowledge base already. This robot goes to a new country and is talking to the people in that country, and the people tell the robot a story about an animal that is not a bird. There- fore the robot may infer that that animal must not have feathers. So this is coming from the knowledge that is bootstrapped. This is coming from the new percept from the story. And this is coming from the logical inference. And once again, the logical inference is guaranteed to be sound and complete. You may already be fa- miliar with this line of reasoning because this is another way of phrasing a contrapositive, that we see in other areas of logic.
LESSON 12 – LOGIC
28 – Prove Harry is a bird
Click here to watch the video
Page 159 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 12 – LOGIC
Figure 435: Prove Harry is a bird
Figure 436: Prove Harry is a bird
Figure 437: Prove Harry is a bird
Figure 438: Prove Harry is a bird
Now you can see how we apply these rules of inferences on sentences in a knowledge base or philosophical agent to prove all kinds of sen- tences. See, imagine that an AI agent begins
with the knowledge that if an animal has feath- ers, it implies that the animal is a bird. Now it comes across Harry, who does have feathers. By Modus Ponens, therefore the AI agent can con- clude that Harry is a bird. This completes the proof for our original goal of proving that Harry is a bird. Now let us suppose that a goal is to prove that Buzz does not have feathers. Once again, imagine an AI agent which begins with the knowledge that if an animal has feathers, it implies that the animal has, is a bird. The agent comes across a animal, which is not a bird. Then by Modus Tollens it can infer that buzz must not have feathers. This completes the proof for of a original goal of proving that buzz does not have feathers. Okay. So now, we have looked at two ways of proving the truth value of various sentences. The first way was just through truth tables. I could have sentences and logic. Then I could write another sentence. And ask myself, what, what is the truth value of this sentence? I could construct a truth table for that sentence, composed of the truth values of all the predi- cates, with some of which might be coming from earlier sentences. The second way in which we have seen how we can prove the truth values of sentences and logic is by applying these rules of inferences like modus ponens and modus tollens. This is very powerful, and in fact the power of this logic has been known since before the birth of AI. As computer scientists however, we’ll an- alyze this power in a slightly different way. Yes, we can use method of truth tables to construct a truth table for any arbitrary sentence. How- ever, the sentence was complicated. Then the truth table very soon will become very complex. Computationally, that is infeasible for very long, large sentences. Similarly, yes we can apply sim- ply modus ponens and modus tollens to find the truth value of many sentences. But if the knowl- edge base consisted of a very large number of sentences, instead of just one or two sentences, then the kinds of inferences, number of inferences I can draw from those sentences simply by ap- plying modus ponens and modus tollens, will be very large. Or if I had to find the truth value of a single sentence, then the different pathways I could take in order to get to the truth value of
Page 160 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 12 – LOGIC
those sentences can make for long, large problem space. So while these methods of proving the truth with your sentences and logic have been around for a long time. These methods are not computationally feasible. At least not for com- plex tasks. At least not for agents that have only limited computational resources and from who we want near realtime performance
29 – Universal Quantifiers
Click here to watch the video
Figure 439: Universal Quantifiers
Figure 440: Universal Quantifiers
Before we show you, a computationally more feasible way of proving theorems in logic, or proving the truth value of sentence in logic. We should point out that so far, we have been using only propositional logic. Propositional logic is sometimes also called the zero-if order logic. The key aspect of propulsion logic, is that it does not have any variables. So as an example, I may have a sentence that says if the animal Lays-eggs, and the animal Flies, then the animal is a Bird. And here I’m talking about a specific animal. Well, sometimes I might want to talk about, animals in general, any animal, all animals. In that case, I would want to introduce a variables in it. So
in first audilogic, otherwise known as predicate calculus, I might want to say something like. If x Lays-eggs and x Flies, then x is a Bird. Which has a set form very similar to form here, except that instead of animal, I now have a variable. Now, I have a variable here. But, I must also specify the range of the variable. And what I re- ally want to say here is for all animals. Therefore I’ll introduce a new quantifier over the variable x. This quantifier is called Universal Quantifier. It is denoted with the symbol, this is the symbol for Universal Quantifier. And this says now for all x, if x Lays-eggs, and x Flies it implies that x is a Bird. One thing to note here is that, I could have rewritten this sentence, with the Univer- sal Quantifier back into proposition logic. But, having lots of sentences like this. In proposi- tion logic. So I could’ve said Lays-eggs (animal) one, Flies (animal) one implies Bird (animal) one, Lays-eggs (animal) two, and Flies (animal) two implies Bird (animal) two. And so on and so forth, for each and every animal that is possible. But, by writing it in the form of a variable, a Universal Quantifier statement, I can reduce the number of sentences I have to write into just one sentence. So we have introduced variables, and we have talked at least about one quantifier so far, the Universal Quantifier, that applies for all values that that variable can take. Sometimes I might want to specify a different range of the variable. Not all values of the variable can take, but, at least some values of the variable I can take. So consider again, this sentence, here the animal is [referring] a specific animal. Now let’s look at the second sentence on this screen. And this sentence is the variable y. It says if y Lays- eggs and y Flies then it implies that y is a Bird. This sentence is a very similar form, to the pre- vious except for the variable y. I can specify the value, that the variable y can take. This time I want to specify not that this sentence is true for all values of y, for all animals, but simply that it is true for. Some at least one animal in which case I’ll use an Existential Quantifier. Here is the symbol for an Existential Quantifier, this Exis- tential Quantifier says that there is at least one animal, for which this sentence happens to be true.
Page 161 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 12 – LOGIC
30 – A Simple Proof
Click here to watch the video
Figure 441: A Simple Proof
Figure 445: A Simple Proof
Figure 446: A Simple Proof
Okay, let us set aside predicate calculus, and return back to population logic. Recall that we had found ways of writing sentences in popula- tion chronologic. We had found rules of infer- ences, we could prove theorems. We could find the truth value of new sentences. However, we found that those methods were computationally, not very efficient. So AI has developed more ef- ficient methods. One of those methods is called Resolution Theorem Proving. Let us take an ex- ample to illustrate how resolution theorem prov- ing works. So, imagine there is a robot, and this robot. Is working on an assembly line, it’s a fac- tory robot, and on the assembly line are coming weird kind of widgets. The robot’s task is to pick up each widget, as it comes on the assembly line and put it in a truck. However, there are some humans in this factory. Who play a joke on the robot once in a while, they glued the widget to the assembly line belt, so that, when the robot tries to move it, it can not move it. But the robot is a smart robot, this is a logical agent, so when it can not move it. It uses its logical reasoning, to figure out that the boxes aren’t liftable. And the moment it knows that the boxes aren’t liftable, it lets go of the box and moves onto the next one.
Figure 442: A Simple Proof
Figure 443: A Simple Proof
Figure 444: A Simple Proof
Page 162 of 357 ⃝c 2016 Ashok Goel and David Joyner

Everyone got the story? All right. So let us sup- pose that the robot begins with some knowledge in its knowledge base. And this knowledge in its knowledge base, that it begins with says that if cannot move, then it implies that not liftable. Now, it tries to move the box, the next box in the widget. It’s biceps tells it, it can not move. It needs to prove that it’s not liftable. And of course this is a preview example and I’m sure you’ll understand it. You can put essentially a class of the modest components to prove that it’s not liftable. If p then q, p therefore you can infer q. But, we’ll use this example to show. How does resolution theorem proving works? So, the first step in resolution theorem proving is, to convert every sentence into a conjunctive normal form. A conjunctive normal form of a sentence, can have one of three conditions. It can have a lit- eral. That can be either a positive atom, or a negative atom. It can have this disjunctional lit- erals like here can-move, or not liftable, or it can have a conjunction of disjunctional request. In this example the third condition doesn’t occur. So, the first thing we must do is to take the first sentence. The negation of not move implies not liftable. And remove the implication, because an implication cannot occur in conjunctive nor- mal form. So the first thing we need to do is, to rewrite the sentence, the first sentence, to re- move the implication. Because the implication cannot occur in a conjunctive normal form. So now we use the. Implication elimination rewrite rule. To rewrite this in the form of can-move, or not liftable. Remember that was alpha im- plies beta becomes, not alpha or beta. So the not of negation of can-move becomes can-move or not liftable. So, we have done it for the first sentence. This is now in a conjuncted normal form. We can do the same thing for the second sentence, but wait, the second sentence already is in a conjunctive form. We don’t have to do anything. Now, the robot wants to prove that their box is not liftable. Resolution to improv- ing, is like proof by refutation. To do proof by refutation we will take the negation of what we want to prove. We wanted to prove not liftable would take its negation, which makes it liftable. Okay, so now we got three sentences. This one’s
the first sentence that the robot was bootstrap with, you’ve just converted to a conductor nor- mal form. This was the sentence that came from a it saw that the box cannot move. And this is the sentence throughout the negation of the sentence, the refutation of the sentence that it wants to prove. So we have three sentences now. The first sentence came from the bootstrapping, of the robot’s knowledge base. This is the axiom that the robot assumes to be true. The second sentence came from its percepts. The robot tried to move the box, it could not move it. The third sentence is coming from taking the negation of what the robot wants to prove. It wants to prove it’s not liftable. So, it’s going to take this nega- tion of it and then, sure that it’s going to lead to a null condition that we’ll view as a contradic- tion. The resolution for improving lawless begin with a liftable in the sentence that we want to prove. So here that sentence is liftable, and we’ll look for a sentence that contains a negation of liftable in this sentence that we want to prove. So the sentence here was liftable, sentence S1 contains liftable which is a negation of that so we pick S1 and not S2. Note, how efficient it was to decide what sentence on the knowledge based to go to. In sentence container negation of the liftable. So, liftable and not liftable can not both be true. We know that, and therefore we can eliminate them. This is called resolution. We resolve unliftable and we remove them from the sentences. Now, we were sentence as S1, that leaves us can move. So, now we pick a sentence, that has the negation of literal can-move. Sen- tence S2 has a negation of that, and we can re- solve one can move, they can not both be true. When we resolve on both of them, those get elim- inated as well. And now we see we’ve reached an- other condition. This null condition represents a contradiction, and now we can infer that liftable cannot be true, therefore not liftable is true. The robot has proved not liftable. And in this case it appears as a resolution theorem improving is more complex there’s more respondents. In gen- eral it is not. It just appears here, because this condition happened to fulfil the form of more re- spondents directly. In general, deciding on which sentence to apply the modest ponents on, and
Page 163 of 357 ⃝c 2016 Ashok Goel and David Joyner
LESSON 12 – LOGIC

LESSON 12 – LOGIC
how to combine those groups of inferences don’t suddenly become [turns out to be computation- ally] harder than deciding how to apply the res- olution and improvements.
31 – A More Complex Proof
Click here to watch the video
Figure 447: A More Complex Proof
Figure 448: A More Complex Proof
Figure 449: A More Complex Proof
Page 164 of 357 ⃝c 2016 Ashok Goel and David Joyner
Figure 450: A More Complex Proof
Figure 451: A More Complex Proof
Figure 452: A More Complex Proof
Figure 453: A More Complex Proof

Figure 454: A More Complex Proof
Figure 455: A More Complex Proof
Figure 456: A More Complex Proof
Let us make this example a little bit more complicated. Complicated enough that it can- not be proven simply by applying one instance of modus ponens. Imagine that a robot proved to itself that this box is not liftable. And the humans in the factory who were trying to make fun of the robots said to the robot well, the rea- son it’s not liftable is not because it’s not mov- able, but because your battery is not working. So now the situation is more complicated, the robot must also check its battery. So now the robot begins with slightly different knowledge in this knowledge case. So suppose that the knowledge in its knowledge basis, cannot move and battery
full means it’s not liftable. It finds from its con- cept. Again, it cannot move, so it checks its bat- tery, and it checks its battery and it finds that the battery’s full. So then two new sentences that get written in the knowledge base. By the knowledge base contains three sentences. As ear- lier, the resolutions you’re improving, the agent must convert all these sentences, in its knowl- edge base into a conjunctive normal form. That means that the sentences can contain a literal or a disjunctional literal or a conjunction of dis- junctional literals. So if we begin by removing the implication from sentence one, because an implication cannot occur in a conjunctive nor- mal form. So when we remove implication from the first sentence we get this sentence. Where the sentence is not yet satisfactory, it is not yet a conjunctive normal form because this is a dis- junction of conjunctions. And what we want are conjunctions of disjunctions. So we apply the deMorgan’s Law and now we get the following sentence. We’re simply taking the negation in- side which flips the conjunction into a disjunc- tion and now we have three liftables connected with disjunctions and this is a conjunctive nor- mal form, disjunctional liftable. So now we have in the knowledge base, three sentences, all three of them in the conductor normal form, either lit- erals or disjunctional literals. Recall that the robot wanted to prove not liftable. So it takes the negation of that, this is again proof by refuta- tion, so it considers liftable. So now this knowl- edge base has four sentences. These four sen- tences coming from the negation of what it wants to prove. Once again the reasoning begins by the literal that it wants to prove, in this case liftable. It finds a sentence in which the negation of lit- eral is true. So once again, we begin with the sentence, S4 because that is what we want to prove. And we find a sentence in the knowledge base which contains a literal which is a negation of the literal in this sentence S4 that we want to prove. We resolve on this because they both cannot be true, and resolution here simply means that we drop them. Now, in the sentence S1 that is under consideration currently, we have two lit- erals. We can begin with either one of them. Let us begin with not battery full. We’ll try to find
LESSON 12 – LOGIC
Page 165 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 12 – LOGIC
a sentence which contains a negation of this par- ticle electrode. There is a sentence, S3, which is a negation of this so we resolve on this. Battery full and not battery full because they both can- not be true. We’ll drop them. Now in sentence S1 we are left with just one literal, can-move. We can try to find a sentence in the knowledge base which contains a negational judge literal. Here it is, and so we can resolve on them. And we resolve on them, we drop them. And once we drop them, then we have a null condition, which stands for a contradiction. So we reached a contradiction, therefore the assumption that this was liftable cannot be true, therefore not liftable is true, and we have just shown that res- olution theorem proving in this case proves what the robot wanted to prove. One important point to note here is the issue of focus of attention. Of- ten when the problem space is very complex, for example, when the number of sentences is really large, the sentences are very complex, it can be- come really hard for the logical agent to decide what to focus on. But because we have con- verted everything in a conjunctive normal form, and because resolution theorem proving is mak- ing use of resolution, therefore at any particular time, the logical agent knows exactly what to fo- cus on. You always begin with this literal, you always try to find a sentence which contains this negation. You always resolve on that. You take the remaining literal in the sentence and proceed forward. This focus of attention, this computa- tional efficiency of resolution theorem proving is arising because a [of what are called] called horn clauses. A horn clause, is a disjunction that con- tains at most one positive literal. This is happen- ing in S1. This is a disjunction that contains at most one positive recall. This is a negative recall, this is a negative recall, and the fact that it con- tains just one positive recall, is a very powerful idea because that’s where the focus of attention comes from.
32 – Exercise Proof I
Click here to watch the video
Figure 457: Exercise Proof I
Let us do an exercise together to make sure that we get rich solutions for improving. So con- sider this sentence if an animal has wings and does not have fur, it is a bird. Write this sentence down in formal logic. You can use the predicates, has-wings, has-fur, and bird.
33 – Exercise Proof I
Click here to watch the video
Figure 458: Exercise Proof I
David, what did you write? So starting at the beginning, has wings becomes the predicate has wings. We’re doing a conjunction so and, does not have fur, so not has fur, those two things im- ply that it’s a bird. That’s good, David. Now, let us put this in a form, in a conjunctive nor- mal form that we can use in resolution theorem proving.
34 – Exercise Proof II
Click here to watch the video
Page 166 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 12 – LOGIC
Figure 459: Exercise Proof II
So since an indication cannot occur in a con- ducted normal form, we must eliminate the im- plication. So please eliminate the implication from this sentence, and rewrite it in this box.
35 – Exercise Proof II
Click here to watch the video
Figure 460: Exercise Proof II
What did you get David? So this is a little bit more complicated. We know that from our earlier formula if a implies b, then to rewrite it with implicational elimination we write, not a or b. So or b is pretty straightforward, or bird. We take the not of the conjunction over here and say not has wings and not has fur. Now some of you may have jumped straight to writing this in full conjunctive normal form, but now we’re going to move on and do that last step.
36 – Exercise Proof III
Click here to watch the video
Figure 461: Exercise Proof III
So this is not conjunctive normal form, be- cause we have a disjunction over conjunction. What we want are either just disjunctions or con- junctions for disjunctions. So use de Morgan’s law to write this in a conjunctive normal form.
37 – Exercise Proof III
Click here to watch the video
Figure 462: Exercise Proof III
What do you have, David? So with the Mor- gan’s Law, we take the negation on the outside and apply individually to the predicates on the inside, and flip the operator. So has-wings be- comes not-has-wings, not-has fur because has- fur. And the and becomes an or.
38 – Exercise Proof IV
Click here to watch the video
Page 167 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 12 – LOGIC
Figure 463: Exercise Proof IV
So imagine that your robot has this in its knowledge base and goes into a country where it finds an animal and from its perspective knows that this animal has wings and does not have fur. So these two additional centers is gotten in the knowledge base. Now the robot wants to prove that this is a bird. In order to [do reso- lution theorem] proving, what should the robot begin by writing in this box? What should the S4 sentence be?
39 – Exercise Proof IV
Click here to watch the video
Figure 464: Exercise Proof IV
What do you think, David? So in resolution theorem proving, we always assume the opposite of what we’re trying to prove. We’re doing proof by refutation. So we’re trying to prove that it is a bird, so we’re going to assume that it’s not a bird. That’s right.
40 – Exercise Proof V
Click here to watch the video
Figure 465: Exercise Proof V
Containing further. So what part of S1 would we eliminate first?
41 – Exercise Proof V
Click here to watch the video
Figure 466: Exercise Proof V
Figure 467: Exercise Proof V
What do you think David? So in resolution theorem proving, we start with whatever it is we assumed and look for the negation of that in an earlier sentence. Here we find not bird, and bird in S1. So we’re going to resolve on not bird and bird and leave both of those out. That’s good.
42 – Exercise Proof VI
Click here to watch the video
Page 168 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 12 – LOGIC
Figure 468: Exercise Proof VI
So what shall we do next? What should we resolve on next?
43 – Exercise Proof VI
Click here to watch the video
Figure 469: Exercise Proof VI
Figure 470: Exercise Proof VI
Figure 471: Exercise Proof VI
Out of four choices, which one did you pick, David? So, I picked the first one, but I think there’s actually two correct answers. What we’re looking for is something else in S1 that has a negation in another sentence. Not has wings has a negation in S2, so we could resolve on S2 with the not has wings portion of S1. Has fur also has a negation in S3. So we could also resolve on S3 and the has fur portion of S1. This is right, David. At the end of this, we’re left with null, which is a contradiction. Therefore, an assump- tion that is not bird is false. Therefore, it must be a bird and the robot has just proved that this must be a bird. Note what we have done. We have mechanized parts of logic. And sort of coming up with large truth tables. And it’s sort of coming up with complex chains of inference based on modus ponens and modus tollens. We have found in our garden resolutions are improv- ing, which is a efficient way of proving sentences and the truth values. This is how it works. Take all the sentence and the knowledge base, convert them into conjecture novel form. Take what you want to prove and its negation. Put that as a new sentence. Now, starting with this partic- ular sentence, a new sentence. Find the literal in another sentence on which you can resolve, and keep on doing it until you find a null condi- tion, which is a contradiction. If you don’t find a null condition, if you don’t find a contradiction, that means that what you started with cannot be proved.
44 – Assignment Logic
Click here to watch the video
Figure 472: Assignment Logic
Page 169 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 12 – LOGIC
So how would you use formal logic to develop an agent that can solve Raven’s progressive ma- trices? As with production systems, we can kind of face this at two different levels. One, you could use formal logic to represent the overall al- gorithm the agent uses to solve any new problem. Or secondly, the agent could use formal logic to develop its understanding of a new problem that just came in. It could then use those formal rules to develop the transformations that occur within the problem and transfer those transformations into the new answer. Alternatively, you could also use formal logic to allow your agent to prove why it’s answer to a particular problem is cor- rect. Then if the answer is actually incorrect, the agent may have the information necessary to go back and repair it’s reasoning and do better next time.
45 – Wrap Up
Click here to watch the video
Figure 473: Wrap Up
So today, we’ve talked about formal logic in order to set up a kind of formal language for us to reason with going forward. We started off by talking about formal notation, including con- junctions and disjunctions, so that we can write sentences in formal logic. We use that to then talk about truth tables, and exam some of the properties that we need going forward, like De Morgan’s law. Using that, we investigated some of the inferences that we can draw using formal logic. And finally, we looked at proof by rep- utation which kind of capitalizes on everything we’ve talked about so far. Next time, we’ll be discussing planning, which leverages the formal
logic that we’ve developed in this lesson. It al- lows agents to reason more formally about initial and goal states. Interestingly, planning actually has its history in the kinds of proofs we’ve devel- oped here. Originally, agents would prove that a particular plan would work, so that’s why we talk about formal logic before we talk about planning.
46 – The Cognitive Connection
Click here to watch the video
The connection between logic and human cognition is interesting. Logic is a very impor- tant school of thought in AI, for several reasons. One reason is that logic provides a very formal and precise way of reasoning. Another reason is that logic provides a formal notation for express- ing how intelligent agents reason, whether or not they’re using logical reasoning. But does this mean that logic is also the basis of cognition? It suddenly appears that humans use logic some of the time. For example, I may have a statement like if I get a big bonus, I’ll take a long vacation. I did get a big bonus, therefore I may infer I’ll take a long vacation. This is clearly. But sim- ply because of a behavior appears to be logical, does not necessarily imply that we use logic as a fundamental reasoning strategy. I might solve a new problem, by analogy to a previously en- countered problem, I did not use logic, but my behavior appears to be logical. The logic that we have considered so far is deductive logic. But a lot of human reasoning is inductive or abductive in its character. If you haven’t come across an abductive so far, we will discuss in detail later in the class. Deduction has to do with reasonings from causes to effects. Abduction has to do with reasoning from effects to causes. When you go to a doctor, you go with some signs and symptoms. Those are the effects. The doctor comes up with a disease category. That’s the cause. Abduction is reasoning from data to an explanation to a disease category for the data. Induction is given some relationship between cause and effect for a sample. How do we generalize it between a cause and effect relationship for a population? So while human reasoning appears to be induc- tive and abductive in character much of the time,
Page 170 of 357 ⃝c 2016 Ashok Goel and David Joyner

the logic that we have considered so far is deduc- tive. That’s yet another issue that we’ll return to later in the class.
47 – Final Quiz
Click here to watch the video
All right, write what you learned in this les- son in this box right here.
48 – Final Quiz
Click here to watch the video
Thank you for filling out this box. It helps us understand how the learning is going in the class.
Summary
Logic provide the framework for formal notation/language for reasoning and inferences. In other words, logic provides a formal and precise way of reasoning. It also allows agents to reason more formally about initial and goals states and helps in planning. Deduction is term used for reasoning from causes to effects; Abduction is the term used for reasoning from effects to causes; and Induction is generating a generic rule, given the cause and its effect.
References
1. Winston P., Artificial Intelligence,
Pages 283-303.
Optional Reading:
1. Winston Chapter 13; Click here
Exercises
Exercise 1:
It is said that a cat attempts to pass through a narrow space (such as the bars on a window) only if the width of space is more than the size of its whiskers. Now consider a robot cat, which dosent have any whisker. The robot cat attempts to pass through the window bars if the coast is clear, e.g., there is no dog around. Sometimes however the robot cat gets trapped between bars as it attempts to pass through. So the robot cat has the following propositions: COAST CLEAR, BARS PASSABLE, and TRAPPED. Write the fact that if the coast is clear and the bars are passable, then the robot will not get trapped as a logical implication. Now when the robot cat gets trapped between the bars, show how it can use resolution to figure out that the bars are not passable after all.
LESSON 12 – LOGIC
Page 171 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 13 – PLANNING
Lesson 13 – Planning
01 – Preview
Click here to watch the video
Figure 474: Preview
Figure 475: Preview
Today we’ll talk about planning. Recall that we had said an intelligent agent maps percep- tual histories into actions. Planning is a pow- erful method for action selection. We’ll use the
A man who does not plan long ahead will find trouble right at his door. – Confucius.
Failing to plan is planning to fail. – Effie Jones.
syntax we learned from logic last week to set up the specification of goals and states, and oper- ators, for moving between states and achieving goals. We’ll see that when there are multiple goals, there can be conflicts between them. We’ll describe a specific technique called partial-order planning that avoids conflict between multiple goals. Finally, we’ll talk about a representation called hierarchical task networks that allows us to make complex hierarchical plans.
02 – Block Problem Revisited
Click here to watch the video
Figure 476: Block Problem Revisited
In order to look at planning in detail, let us consider this problem that we have encountered earlier. This is a blocks world, in which there is a robot which has to move the blocks from the cur- rent state, to the goal state. The robot has only
Page 172 of 357 ⃝c 2016 Ashok Goel and David Joyner

one arm, so it can move only one block at a time. It can move only a block which does not have some other block on top of it. Earlier, when we considered this method, we had looked at weak AI methods like means-ends analysis. Now we’re going to look at more systematic, knowledge- based methods. One question unanswered in our previous discussion was, how can we find which goal to select, among the various goals that are here? They simply said, the agent might select a goal. Now we will look at how the agent can in fact do the goal composition and select the right goal to pursue?
03 – Painting a Ceiling
Click here to watch the video
Figure 477: Painting a Ceiling
It is considered a little bit more realistic problem. Imagine that you were to hire a robot, and a task of the robot was to paint the ceil- ing in your room, and also paint the ladder. So, two goals here, paint the ladder paint the ceil- ing and note that the two goals are in conflict. Because if the robot paints the ladder first, the ladder will become wet. And this robot cannot climb on it, in order to paint the ceiling. So, the robot must really first paint the ceiling, then climb down, then paint the ladder and every- thing is okay. You would expect a human to get this almost immediately, you probably got it almost immediately. You have to paint the ceil- ing first, before you paint the ladder. Of course, every time I’ve hired construction workers, they always paint the ladder first. Then they go and take a break, and so that I had to pay them any- way. We’ll accept that kind of behavior from
human construction workers, we would not ac- cept that from robot construction workers. The robots must be intelligent, they must know how to prioritize the goals. Well, in order to reason about these goals, the robot first must be able to represent them. So, how can we present the goal of painted ceiling? Now that we have learned about propositional logic, here is a preposition that can represent painted ceiling. This is the object, this is the predicate on that.
04 – Exercise Goals
Click here to watch the video
Figure 478: Exercise Goals
Figure 479: Exercise Goals
So in this box, please write down the second goal of painting the ladder in propositional form. And having done that, in this box, write down how would we represent the two goals as a con- junction.
05 – Exercise Goals
LESSON 13 – PLANNING
Click here to watch the video
Page 173 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 13 – PLANNING
Figure 480: Exercise Goals
David, what do you think? So the second goal is pretty straightforward. We’re using the same proposition, but here we’re operating on the Ladder instead of on the Ceiling. And then for the goal state we’re just going to link the two together with a conjunction, so we’re say- ing that our goal state is Painted(Ceiling) and Painted(Ladder). Good. Let’s move on then.
06 – States
Click here to watch the video
Figure 481: States
So, we just talked about goals and the goal state of the goals. In order to specify the goal fully, we need to not only specify the goal state, but also to specify the initial state. So, let’s do that. Let us suppose that the initial state in this world is, that the robot is on the floor. Note, how I’m writing this. On is a predicate, that says this is a two [tuple] and I’m reading this as Robot On Floor. So Robot on Floor, and the Ladder is Dry, and the Ceiling is Dry. So, this is the Initial state, this is the Goal State. Now we have fully specified the goal. Let’s now ask, how can the robot come up with a plan?
07 – Exercise States
Click here to watch the video
Figure 482: Exercise States
Now that we have learned to specify the ini- tial state of the world and the ghosts of the world, let us do an exercise in specifying other states of the world. So please write down in this box, the state of the world that would occur af- ter the robot is on the ladder and the ceiling has been painted.
08 – Exercise States
Click here to watch the video
Figure 483: Exercise States
How did you specify the state, David? So, earlier when we were talking about our goal state, we had specified that we wanted our ceil- ing to be painted. And we wrote that as Painted (Ceiling). So if in this state the ceiling is painted, I’ll write that as Painted (Ceiling). Earlier in the initial state, we said that the robot was on the floor. And now we know that the robot is on the ladder. So I’m going to say Robot On Ladder. And this is an and, so I’m going to join them with a conjunction right there. I wasn’t giving any other information about the world, so I’m not including anything else in this state. That’s good, David. In general, if there is information about the initial state, additional information for
Page 174 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 13 – PLANNING
example dry ladder and dry ceiling, then those associations about the world can be propagated to the subsequent states, provided that no oper- ator in the middle of this initial state and this state actually negates or deletes any of those as- sertions. We’ll see more of this in just a minute.
09 – Operators
Click here to watch the video
Figure 484: Operators
Now that we have learned how to specify states in planning, let us look at how to specify the operators. So consider the operator, climb- ladder. You might specify the climb-ladder oper- ator, and any other operator in general, to a set of preconditions, and post-conditions. So for the climb-ladder operator, the precondition might be that the robot is on the floor and the ladder is dry. Notice that these are being written in the language of propositional logic. And the post- condition for the climb-ladder operator might be that the robot is on the ladder. This captures the notion that the robot has climbed the ladder. It was earlier on the floor and later it’s on the lad- der. Several things to note here. First, by con- vention the precondition does not have any neg- ative leg holds. All the leg holds in the precon- dition are positive. Post conditions of operators may have negative leg holds. Second, the mean- ing of this pre-condition, and post conditions is that, these assertions are true in the world before this operator can be applied. And that these as- sertions become true in the world after this oper- ator has been applied. This captures the syntax of the operator climb-ladder. The semantics of this operator is that this operator can be applied if and only if the preconditions of the operator
are true in the world. It cannot be applied if the preconditions are not true in the world
10 – Exercise Operators
Click here to watch the video
Figure 485: Exercise Operators
Now that you have learned how to specify an operator, such as climb ladder. Let us do some exercises about how to specify other operators, like descend ladder, paint ceiling and paint lad- der. In these boxes, please write down the pre- condition and the post-condition in the same no- tation
11 – Exercise Operators
Click here to watch the video
Figure 486: Exercise Operators
David, what did you come up with? So the descend-ladder operator is pretty similar to the climb-ladder operator. We still have to have a dry ladder in order to climb up or down the lad- der. This time in order to climb down the ladder, we have to already be on the ladder. So our pre- conditions are that we are on the ladder and the ladder is dry. Our postcondition is that we are now on the floor. So we just kind of flipped the climb ladder operator. For paint-ceiling we know that the robot has to already be on the ladder
Page 175 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 13 – PLANNING
in order to reach the ceiling so the precondition here is that the robot is on the ladder. After its painted the ceiling we have two things, the ceiling is now painted and the ladder is not dry. We haven’t seen this before but this goes back to what you were saying Ashok about we have to ex- plicitly negate things that were true in the world before. The ceiling was dry, but now it’s not dry. Similarly, for painting the ladder, the robot has to be on the floor. It can’t paint the ladder while it’s standing on it. And the post condition is that the ladder is painted and that the ladder is not dry. This is right, David. Let us note a couple of other things. First, note how a precondition logic is providing precision to this specification or these operators. That’s the power of logic, it provides clarity and precision. The other is once again note that the preconditions have only pos- itive literals. While the postconditions may have negative literals as well. So, Ashok why is it that we can’t have negative literals in our precondi- tions? Why can’t we just say not painted ladder instead of dry ladder? David just has to do some- thing the history of these notations. This nota- tion comes from scripts, a planner developed in the late 60s at a Stanford research institute. One of the early robot planners that ran under ran under a robot called Shakey. Strips the planner use tier improving to form plans and it turned out that the use of only positive requals in the preconditions made the cure improving processes more efficient. This conventions is just stayed in AI since the times of strips and Shakey.
12 – Planning and State Spaces
Click here to watch the video
Figure 488: Planning and State Spaces
Figure 489: Planning and State Spaces
Figure 490: Planning and State Spaces
in. That’s good David, and to builder’s ex- ample, what do we actually do, when we have to? Plan a navigation route to go from one lo- cation, to another location, in an urban area. We use knowledge of the goal. The goal tells us, what turn to take at every intersection? We want to take a turn, that helps us get closer to the goal. So one thing we are learning here, is there are different kinds of knowledge. There is knowledge about the world, the intersections and the turns, the states and the operators more gen- erally. There’s also asset knowledge about how to do the operator selection, how to select be- tween greatest terms at any intersection? This
Figure 487: Planning and State Spaces
Page 176 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 13 – PLANNING
knowledge is tacit, and is sometimes called con- trol knowledge. Goals provide us with the con- trol knowledge, of deciding how to select between different operators. Let us recall how means-end analysis work. How goals poetic control knowl- edge, and means-end analysis heuristic method, if you would compare the Current State and the Goal State and enumerate the differences be- tween them. Then we’ll select the operator that will help us reduce, the largest difference within the Current State and the Goal State. That’s one, way of using goals as control knowledge to select between operators. Planning, provides more system mathematics matters for selecting between different operators. So the real prob- lem now becomes, how to do operator selection, which is the same problem as, how to do action selection. Recall with me, we’re talking about in- telligent agents. We define intelligent agents, as agents that map perceptual history into actions. Action selection was a key problem, was a cen- tral problem. This is where planning is central, because it deals starkly with action selection, or with operator selection. Operators simply men- tal representations of actions, that we live with in the world. So, let us look at what a plan might look like, in the language we have been developing for planning. A plan might look like this, here is the Initial State, and a set of suc- cessor states. A series of states, punctuated by an operators that transform one state into an- other. Here we have expanded this operative, paint ceiling, to specify its peak conditions and post conditions, and there’s several things not worthy here. Note that the preconditions of this operator, exactly match the predecessor’s state. So, we have on robot ladder, here, and we have on robot ladder, here. So, some assertions of the world are true, here. And those assertions match the precondition, which is why this operator is applicable. Similarly, the post conditions of this operator, directly match the assertions about the world in this successor state. So I have painted ceiling here, there is painted ceiling there. There is not dry ceiling here, there is not dry ceiling here. So this provides a very precise way, of specifying the states, and the operators, and t he exact connections between them.
13 – Planning
Click here to watch the video
Figure 491: Planning
Figure 492: Planning
Figure 493: Planning
Let us return to means-ends analysis for just another minute. Just to see how means-ends analysis, might try to work with this problem, and get into difficulties. So this is the goal state, painted ladder and painted ceiling. And this is the initial state. Now means-ends analysis may enumerate the operators that have to deal with the painted ladder and the painted ceiling. Here the operator might be paint ladder. Here the op- erator might be paint ceiling, but that requires some pre-condition climb up ladder which is not
Page 177 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 13 – PLANNING
satisfy the initial state. So maintenance analy- sis picked the goal painted ladder. And select the operator paint ladder, which gets the main- tenance owner to this state. This is the holistic method. Here is the paint-ladder specified at the right, and you can see the peak conditions of paint-ladder, match the initial state, and the post conditions match the successive state. Now that means since analysis has achieved the first goal of painted ladder it make turn to the second goal of painted ceiling. Recall that this is the cur- rent state. So, mean sense analysis may pick the operator climb-ladder, as a peak condition for the operator of painted ceiling. But note what happens, when precondition of climb ladder, con- stitutes a postcondition of paint ladder. So this is not dry ladder, this is quest dry ladder. There is a conflict here. In a situation like this now, the robot, would need to just wait for the ladder to become dry again, before climb ladder is a [How may an intelligent actually]. So it seems as, as if the people who are sometimes hired for working on a home or using main sense analysis. The first being the ladder, then the goal weight, until the ladder dries up, and then they of course expect me to pay them for their time. To summarize, we have a plan for achieving one of the goals, Painted Ladder. But this particular plan clob- bers achieving the other goal, Painted(Ceiling), because it creates a condition, that makes it im- possible to achieve the other goal. The question now becomes [How may an intelligent actually] reason about the conflict between these codes? How can planning systematically find out, how to organize these various operators, so that these conflicts do not occur? What we have described here, this goal clobbering, is true for all simple planners, sometimes called linear planners. Lin- ear planner, does not try to reason about the conflict between these goals. Does not try to rea- son about how the plan for one goal may clobber another goal. Instead it just goes about making plans as if those goals can be achieved in any order.
14 – Partial Order Planning
Click here to watch the video
This introduces us to the need for parcel or-
der planning. Parcel order planning occurs with the multiple goals. And the plan for achieving one goal provost another goal. David, can you think of an example of parcel order planning? So actually I do have a kind of funny example of parcel order planning. Not long ago, we bought a couch. And to keep things simple, we decided to pay them to assemble the couch for us. Then we got the couch home and found out that once the couch was already assembled, it would not fit through the apartment door. [LAUGH] So we had to completely disassemble the couch, move the pieces in one by one, and then reassemble the couch. So the plan for assembling the couch clobbered the goal of getting the couch into the apartment. Good example. Next we will discuss how partial order planning can help us detect conflicts like this and avoid them.
15 – Partial Planning
Click here to watch the video
Figure 494: Partial Planning
Now let us see how partial order planning, sometimes also called nonlinear planning, may work for our ladder and ceiling problem. So here is a goal state, painted ladder. There is the ini- tial state. We can now use the goal knowledge as control knowledge to select between different op- erators available in this world. The only operator whose post conditions match the goal condition of painted ladder. And whose preconditions are compatible with the initial status, paint-ladder. So we’ll select that operator. When we think of applying the operator paint-ladder to the initial state, we get this as a successor state. Painted ladder and not dry ladder are coming from the post conditions of paint-ladder. Robot and floor,
Page 178 of 357 ⃝c 2016 Ashok Goel and David Joyner

and ceiling, dry, have been propagated from the initial state. We changed dry ladder to not dry ladder because that was the post condition of paint-ladder. We did not change the on robot floor and dry ceiling because pain ladder was silent about them.
16 – Exercise Partial Planning
Click here to watch the video
on the ladder, but the state of the ladder and the ceiling haven’t changed. And then now that the robot is on the ladder, it’ll apply the paint ceiling operator, which results in painted ceiling added to the state and the dry ceiling negated. That’s good, David. So this is the structure of the final plan. Another question to ask here is how might a robot come up with such a plan? So let’s do the same thing that we have done here earlier. We’re going to use goal as a control knowledge to select an operator. So we know that we want to have the ceiling painted. So the question then becomes of the available operators, which operator has a post condition painted ceil- ing. And the only operator who’s post-condition ceiling is the operator, paint-celiling. So we set up that operator. So we’re working backwards here. Painted-ceiling was a good condition, we selected paint-ceiling as the operator. But this paint-ceiling now has some pre conditions. One of the pre conditions is On Robot Ladder, which is different from On Robot Floor in the initial state. So now the question becomes, how can we achieve this sub goal of Robot on Ladder? If we use that sub goal as the control knowledge, then we want to select an operator whose post condi- tions will match this top goal and that operator is climb ladder. So now we have that climb lad- der here and the preconditions of climb ladder match this initial state and that is how we get to this plan, climb ladder and paint ceiling. So we were working backwards using goal knowledge as control knowledge to select between operators. So note that we just made a connection back to problem reduction that we talked about right af- ter means and analysis. Ashok in his description talked about the sub goal of getting up the lad- der. When we talked about problem reduction earlier, we talked about the need to break big problems down into smaller problems. But we didn’t exactly talk about how an agent would go about doing that. Here we see one way in which an agent would go about actually identi- fying those subgoals in order to accomplish the final goal.
18 – Detecting Conflicts
Figure 495: Exercise Partial Planning
Now that we have seen how a simple planner may work for this goal, let us see how the simple planner, the linear planner may work with the goal of painted ceiling. Pleas write down the op- erators in these boxes and the states that will be achieved after the application of these boxes in these bigger boxes.
17 – Exercise Partial Planning
Click here to watch the video
LESSON 13 – PLANNING
Figure 496: Exercise Partial Planning
What did you write, David? So I can tell that the first thing the robot is going to have to do to paint this ceiling is climb the ladder. So I’m first going to apply the climb ladder op- erator, that’s going to result in the robot being
Click here to watch the video
Page 179 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 13 – PLANNING
Figure 497: Detecting Conflicts
Figure 501: Detecting Conflicts
Figure 502: Detecting Conflicts
So what the partial or the planner has done so far is to view the two goals as if they were independent of each other. And come up with a partial plan for each of the two goals. It has not yet detected any conflicts between that will not resolve those conflicts. The next thing would be to examine the relationship between these two plans and see if there are any conflicts between. But how might a partial order plan go about de- tecting conflicts between two plans? So, here is plan one imagined, here is plan two. The partial order planner may go about detecting conflicts. We’re look at each precondition of the current plan. Under the precondition of an operator any current plan is clobbered by some state in the, another plan, in the second plan, than the par- tial order planner would know that there’s a con- flict between them. [Then it can go about] goal resolving these conflicts, but promoting or de- moting one clients goal or another clients goal. There’s if some stated plan B covers the appli- cation of some operator in plan A, then we now want to alter the goals in this plan and this plan in such a way that this operator’s done before that state is achieved. Now, let us see how the partial order planner may go about detecting
Figure 498: Detecting Conflicts
Figure 499: Detecting Conflicts
Figure 500: Detecting Conflicts
Page 180 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 13 – PLANNING
conflicts within these two plans. So the partial order planner may begin with this plan for paint- ing the ladder. And see whether the precondition of this operator, paint-ladder, are clobbered by any state in the second plan. As it turns out, that doesn’t happen in this example. Now, the partial order planner will look at the operands in the second plan. And see whether the pre- conditions of any of the operators are clobbered by some status in this first plan. So let’s look at climb-ladder here. The precondition of climb- ladder is, on robot, floor, and dry ladder. And as this precondition is compared with the states. In the first plan, we can eventually see the con- flict. Here is dry ladder, and here is not dry ladder. And this way the partial order planner has been able to find that the water-less states here in the first plan proverbs the precondition of one operator on this second plan. To resolve this conflict, the partial order planner may promote these goals or the goal of painting the ladder. Some of you also noticed that after the robot has painted the ceiling, the robot is on ladder. But in order to apply the paint ladder operator, the robot must be on the floor. So here there is an open condition problem. This particular con- dition where this operator is not being satisfied. When the robot is on the ladder. We’ll come to this in a minute.
19 – Open Preconditions
Click here to watch the video
Figure 503: Open Preconditions
Figure 504: Open Preconditions
Figure 505: Open Preconditions
So recall that in order to resolve the conflict, the partial order planner has decided to promote this goal over that one. As it tries to connect these two plans, it finds that there is an open condition problem that we just talked about On Robot Ladder, does not match On Robot Floor. So now it needs to select an operator whose first condition will match this state. Robot On Floor. And those three conditions will match this state, Robot On Ladder. And there is just one operator that matches those conditions. And that opera- tor is descend ladder. So now the partial order planner uses this information to select the oper- ator, the simulator, and now we have a complete plan. So now you know about the algorithm for partial order planning, and how it works in prac- tice. But what does this tell us about intelli- gence? Let’s consider several postulates. First, knowledge is not just about the world. Knowl- edge is also controlled knowledge. It is often tacit, but this controlled knowledge helps us se- lect between operators. Second, that goals pro- vide control knowledge. Goals can be used to decide between different operators, and we se- lect an operator that helps us move closer to the goal. Third, we can view partial order planning
Page 181 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 13 – PLANNING
as an interaction between several different kinds of agents or abilities. Each agent here represents a small micro ability. There is this agent which was responsible for generating plans for each of the goals independently, then there was an agent responsible for detecting conflicts between them. Then there was a third agent responsible for re- solving this conflict. So we can think of partial order planning as emerging out of interaction be- tween three different agents, each one of which is capable of only a small ability. So we can think of partial order planning as emerging out of in- teraction between free agents, where each agent is capable of only one small task. Minsky has proposed a notion of a society of mind. A soci- ety of agents inside an intelligent agent’s mind that work together to produce complex behav- ior, where each agent, itself is very simple. As in this case, a simple agent for detecting conflict, or a simple agent for resolving conflicts, and of course an agent for making simple plans with simple goals. It is one other lesson to take away from here. When you and I solve problems like the ladder and the ceiling problem, we seem to address these problems almost effortlessly and almost instantaneously. So it looks really sim- ple. What AI does, however, is to make the pro- cess explicit. To write a computer program that can solve the same problem is very hard. It is hard because the computer program must spec- ify each operator, each precondition, each state, each goal, every step very, very clearly and very, very precisely. By writing this computer pro- gram is this AI agents that consults problem. We make the process that humans might be us- ing more explicit. We generate hypotheses about how humans might be doing it, which is a very powerful idea.
20 – Exercise Partial Order Planning I
Click here to watch the video
Figure 506: Exercise Partial Order Planning I
Now that we have seen partial art of planning in action, let us try to do a series of exercises to make sure that we understand it clearly. We have come across this problem earlier. This is the mi- cro world of blocks. Here is the initial state. And here is the goal state. We need to transfer from this initial state to the goal state, moving only one block at a time. Please write on the initial state and the goal state in propositional logic.
21 – Exercise Partial Order Planning I
Click here to watch the video
Figure 507: Exercise Partial Order Planning I
David? So our initial state, is that each block isontopoftheother. DisonB.BisonA.A is on C. And C is on the table. Our goal state, is each block on top of the other in a different order, an alphabetic order. So, A is on B. B is on C. And C is on the table. So our initial state is that the blocks are all stacked up, D is on B, BisonA,AisonC.Cisonthetable. Andour goal state, is that the blocks are stacked up in alphabetical order, so A is on B, B is on C, C is on D and D is on table.
22 – Exercise Partial Order Planning II
Click here to watch the video
Page 182 of 357 ⃝c 2016 Ashok Goel and David Joyner

Figure 508: Exercise Partial Order Planning II
Now that we humans find addressing prob- lems like this almost trivial, we know what to do here. Put D on the table, put B on the table, andsoon. AndthenputContopofDand so on. The question is, how can we write an AI program that can do it? And, by writing an AI program, how can we make things so precise that that will provide insight into human intelligence. To do this, let us start writing the operators that are available in this particular work. There are only two operators. I can either move block x to block y, which is the first operator here. Or I can move block x to the table. Note two things. First, instead of saying block A and block B, we have variabalized them, move block x to block y, where x could be A, B, C or D, and similary for block y. And this is just a more concised no- tation. Second, that in order to move block x to block y, both x and y must be clear. That is neither x nor y should have any of the block on top of them. Given this setup, please write down the specification of the first operator as well as the second operator.
23 – Exercise Partial Order Planning II
Click here to watch the video
So like you said, our precondition for the first one, is that both x and y are clear. We can’t move x if there’s anything on top of x, and we can’t put it on y if something is already on top of y. Our post condition then, is that x is on y. For the table it’s a little bit easier, the table has unlimited room. So for the table, as long as X is clear we can move X to the table. And in the postcondition is that X is now on the table.
24 – Exercise Partial Order Planning III
Click here to watch the video
LESSON 13 – PLANNING
Figure 510: Exercise Partial Order Planning III
So given the various goals here, A and B, B and C, and so forth, write down the plan for accomplishing each goal, as if these goals were independent of each other. We are shown here only three goals here not the fourth goal of D on table, because of lack of space. But D on table anyway is [trivial].
25 – Exercise Partial Order Planning III
Click here to watch the video
Figure 509: Exercise Partial Order Planning II
Page 183 of 357 ⃝c 2016 Ashok Goel and David Joyner
Figure 511: Exercise Partial Order Planning III
So like you said [Ashok], the plan of putting D on table’s kind of trivial. And we actually see that it’s the first step of any other plan. So we don’t really need to articulate that explicitly.

LESSON 13 – PLANNING
For putting A on B, our fastest idea would be to put D on the table, then to put B on the table, then to put A on top of B. I would just get a straight to putting A on B. For putting B on C, we need to put D on the table, B on the table, A onthetable,andthenmoveBontothetopof C. And then, for putting for C on D, we would need to move D to the table, B to the table, A to the table, and then put C on top of D.
26 – Exercise Partial Order Planning IV
Click here to watch the video
condition of move A, B is that A is now on B. But a precondition for move B, C is that B is clear. BecauseAisonB,Bisnolongerclear,so we can’t move B to C, so this plan has clobbered this plan. Similarly, if we move B to C, we no longercanmoveContopofDbecauseCisno longer clear, so this plan has clobbered this plan. So we’re going to need to do this plan first, then this plan, then this plan. Good, David.
28 – Exercise Partial Order Planning V
Click here to watch the video
Figure 512: Exercise Partial Order Planning IV
Now that we have these three plans for ac- complishing the three goals, can you detect the conflicts between these plans? Use a pencil and a piece of paper, to detect the conflicts and resolve the conflicts and then write down the, ordering of the goals in these boxes.
27 – Exercise Partial Order Planning IV
Click here to watch the video
Figure 514: Exercise Partial Order Planning V
Now that we know about the conflict between these plans, please write down the final plan for achieving the goal state. To save space, just write down the operators. You don’t have to specify all the states in this plan.
29 – Exercise Partial Order Planning V
Click here to watch the video
Figure 513: Exercise Partial Order Planning IV
What ordering did you come up with David? So what we see is that each goal actually clob- bers the next goal in its last step. So the post
Figure 515: Exercise Partial Order Planning V
That’s good David. Note that when we did this problem previously using means analysis and product reduction, we ran in to all kinds of problems, because plans for property goals and we had no way of ordering these radius goals. Now we have a way, that’s the power of partial
Page 184 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 13 – PLANNING
[order planning]. Note also that this partial art of planning, this algorithm makes certain things that are implicit in human reasoning, explicit. Presumably when you and I reason about things we must be reasoning something like this, or at least this is one hypothesis about how we might be reasoning. And we have just made many of the operations of human reasoning so explicit and so precise.
30 – Hierarchical Task Network Planning
Click here to watch the video
Figure 516: Hierarchical Task Network Planning
Our next topic in planning is called hierar- chical planning. We’ll introduce the idea to you. We’ll also introduce the representation called hi- erarchical task network to you. HTN for hier- archical task network. To illustrate hierarchical planning, imagine that you are still in the box microworld. Here is the initial state. And here is the goal state. These states are more compli- cated than any initial state and goal state that we have encountered so far. So as previously, we can use partial order planning to come up with a plan to go from this initial state to goal state. Here is the final plan, and as you can see, it’s pretty long and complicated, with a large num- ber of operations in them. So the question then becomes, can we abstract some of these opera- tions at a higher level? So that instead of think- ing in terms of these slow level move operations, we can think in terms of high level macro op- erations. And those macro operations will then make the problems space much smaller, much simpler so that we can navigate it. And then we can expand those macro operators into the move operations.
31 – Hierarchical Decomposition
Click here to watch the video
Figure 517: Hierarchical Decomposition
Figure 518: Hierarchical Decomposition
Figure 519: Hierarchical Decomposition
So look at the macro operators at a high level abstraction, consider this one part of the current problem. Here is the initial state, here is the goal state, there is the final plan. To enlist this idea of macro operators, and hierarchical plan- ning, at multiple [levels] of abstraction, let us read with this problem that we had encountered earlier. This was the initial state, this was the goal state. And we come up, we came up with this as the final plan. Now, we can think of these three operations as being abstracted out
Page 185 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 13 – PLANNING
into a macro operator that we can call unstack. And these three operations being abstracted out into a macro operator that we can call stack- ascending. Just simply saying stacking them in a particular ascending order. Here is the specifi- cation of the two macro operators. Unstack, and stack-ascending. You do preconditions and post conditions. And this macro operator, also tells you how this macro operator can be expanded in to the lower level move operations. Similarly for the stack ascending macro operator.
32 – Hierarchical Planning
Click here to watch the video
Figure 520: Hierarchical Planning
Now that we have illustrated hierarchical planning, what does it tell us about intelli- gence? Intelligent agents, both cognitive and artificial, constantly faced with large, complex problems. The problem spaces corresponding to these problems often have [combinatorial] explo- sion of states in them. Intelligent agents address these complex problems by thinking at multiple levels of abstraction. So that at any one level of abstraction, the problem appears small and simple. In order to be able to reason at these multiple levels of abstraction, we need knowl- edge at multiple levels of abstraction. In this case, there was knowledge not only at the level of move operations, but also the level of macro op- erations, like unstack and stack ascending. And perhaps even higher level macro operations, like sort. This goes back to the fundamental no- tion of knowledge based AI. Intelligent agents use knowledge in order to be able to tackle hard, complex problems.
33 – Assignment Planning
Click here to watch the video
Figure 521: Assignment Planning
How would you use planning to develop an agent that can answer Raven’s progressive ma- trices? So, the first question you want to ask here is what are our states? What’s our initial state? And what’s our final state? Given that, what are the operators that allow the transition between them. How would we select those op- erators? We are talking about partial ordering planning in this lesson, what conflicts are pos- sible when we are trying to solve Raven’s prob- lems? How would we detect those conflicts be- forehand and avoid them? Note that again we can consider this at two different levels. First, we can think of the agent as having a plan for how to address any new problem that comes in. Or second, we can consider the agent as discerning the underlying plan behind a new problem.
34 – Wrap Up
Click here to watch the video
Figure 522: Wrap Up
So today we’ve discussed how to plan out ac- tions using formal logic. We started off by talk- ing about states, operators, and goals in formal logic. We then used those to contextualize our discussion on detecting conflicts that might arise.
Page 186 of 357 ⃝c 2016 Ashok Goel and David Joyner

This introduced the need for partial-order plan- ning which helps us avoid those conflicts before- hand. Finally we talked about hierarchical tasks networks which can be used for hierarchical plan- ning. Now, we’re going to move on to under- standing, which builds on our notion of frames from a few lessons ago, but if you’re interested in this, you can jump forward to our lessons on de- sign. Configuration and diagnosis leverage some of the concepts of planning very heavily.
35 – The Cognitive Connection
Click here to watch the video
Planning is another process central to cogni- tion. It is central because action selection is cen- tral to cognition. You and I are constantly faced with the problem of selecting actions. Where should I go for dinner today? What should I cook for dinner today? How do I cook what I wanted to cook? I got a bonus. What should I do with the bonus? Shall I go for a vacation? How should I go to a vacation? Where should I go to a vacation? These are all problems of ac- tion selection. And I need planning to select the appropriate actions. Cognitive agents also have multiple goals. As a professor, one of my goals right now is to talk with you. Another goal that I have is to become rich, although I know that be- coming a professor is not going to make me rich. The point is that cognitive agents have multiple goals that can have interactions between them. Sometimes interaction is positive. Achieving one goal provides an opportunity for achieving the second goal. Sometime the interaction is nega- tive, there are conflicts. Cognitive agents detect those conflicts. They avoid those conflicts. And planning, then, is a central process for achieving multiple goals at the same time.
36 – Final Quiz
Click here to watch the video
Please write down what you learned in this lesson.
37 – Final Quiz
Great. Thank you so much for your feedback.
Summary
Planning uses states, operators and goals in formal logic. Partial-order planning helps us avoid conflicts in advance. Hierarchical Task Networks are used for Hierarchical Planing. Configuration and Diagnosis leverage various concepts of planning.
References
1. Winston P., Artificial Intelligence, Pages 323-338.
2. Russell, S., & Norvig, P. Artificial Intelligence: A Modern Approach, Section 11.3.
Optional Reading:
1. Winston Chapter 15, pages 323-336; Click here
2. Russell & Norvig Chap-
ter 11, Section 3; Russell Norvig Section 11.3.pdf
Exercises
Exercise 1:
The original STRIPS program for planning was designed to control Shakey, one of the first AI robots to combine action, perception and cognition. Shakey’s world consisted of rooms (say, two rooms) lined up along a corridor, where each room had only one (always open) door and a light switch. By convention, a door between a room and the corridor was considered as being in both of them. Although Shakey was not dexterous enough to climb on a box or toggle a switch, the STRIPS planner was capable of forming plans for climbing on a box and switching lights on/off. Shakey’s six actions were the following:
Go (x,y) which requires that Shakey be at x; x and y are locations in the same room.
LESSON 13 – PLANNING
Click here to watch the video
Page 187 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 13 – PLANNING
Push (b, x, y): Push box b from location x to ClimbUp(b) and ClimbDown(b): climb onto a
location y.
box and climb down from a box, respectively.
Page 188 of 357 ⃝c 2016 Ashok Goel and David Joyner

01 – Preview
Click here to watch the video
Figure 523: Preview
Figure 524: Preview
Today, we will talk about understanding. Understanding is a very big general world. We’ll be talking about understanding of even some sto- ries in the world. Understanding will be very heavily on what we learn about Frames. And it will help us set up the infrastructure for learn- ing about common sense reasoning in the next
lesson. We’ll start with talking about thematic role systems, which are the most structured type of frame representation. Then we’ll talk about how these roles, these thematic roles can be used to resolve ambiguity in understanding the world. Finally, we’ll talk about how grammar and other constraints can be used to guide our interpreta- tion of the world.
02 – The Earthquake Report
Click here to watch the video
Figure 525: The Earthquake Report
LESSON 14 – UNDERSTANDING
Lesson 14 – Understanding
In mathematics you don’t understand things. You just get used to them. – John von Neumann.
Figure 526: The Earthquake Report
Page 189 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 14 – UNDERSTANDING
We’ll use story understanding, To examine the general processes of understanding. Here are two stories that we have encountered earlier. The first story is talking about the earthquake that hit lower Slabovia and caused some damage. The second story is talking about the President of lower Slabovia who killed a number of pro- posals. Both of them deal with killing. But the meaning of the two stories are very, very differ- ent. Humans make use of stories to understand the world around them. The world offers a very large amount of data at any given time. We use the stories to provide structure to that data, to make coherent sense of it. When we discuss these two stories earlier, using frame as a knowledge representation language, we found that we could have a frame of this notion of killing, killing of 25 people, and this notion of killing, killing of 25 proposals. And there was no simple way in the frame knowledge representation to disambiguate between those two meanings of killing. Now we’ll examine how we can construct a different inter- pretation of the first story, or the interpretation of the second story, based on different interpreta- tions of the word killing in the two stories. In or- der to make the two stories simpler, and to illus- trate our point, we’re going to focus on one sen- tence from each story, sentences that contain the word kill. Humans that have lived through diffi- culty and understanding the first sentence means completely different from the second sentence be- cause the killed in the first sentence means some- thing completely different from the killed in the second sentence. How can we build an err pro- gram that can do the same thing? We will see that err program will need to use a lot of back- ground knowledge in order to be able to do that, and that would generate hypotheses about how humans might be using that background knowl- edge to similarly disambiguate between different senses of the word killed.
03 – Thematic Role Systems
Click here to watch the video
Figure 527: Thematic Role Systems
Figure 528: Thematic Role Systems
Let us first consider a simpler sentence. So consider the sentence Ashok made pancakes for David with a griddle. I’m sure you understood the meaning of this sentence almost immediately. But what did you understand? What is the meaning of meaning? We can do several differ- ent kinds of analysis on this sentence. We can do lexical analysis, which will categorize each of these words into different lexical categories. For example, Ashok is a noun, made is a verb, pan- cakes is a noun, and so on. We can do syntactic analysis. In terms of the structure of this partic- ular sentence. So, you might say Ashok is a non phrase. Made pancakes for David with a grid- dle is a verb phrase. And this particular verb phrase itself has sub phrases in it. Or we can do semantic analysis on this, and say that Ashok was the agent. Made was the action. Pancakes were the object that got made. David was the beneficiary. Griddle was the instrument. The knowledge base here as oppose to understand- ing stories like this. Semantic analysis is at a forefront. Syntactic analysis and lexicon analy- sis will serve semantic analysis. So here are some of the semantic categories in terms of which we can classify the different words in the sentence.
Page 190 of 357 ⃝c 2016 Ashok Goel and David Joyner

So Ashok is an agent, made is an action or verb in the lexical sense, pancakes are the thematic objects, the things that are getting made and so on. The frame for representing understanding of this sentence has the verb of the action make, the agent Ashok, and so on just like we just dis- cussed. This then is the meaning of meaning. This is what the agent understands when it un- derstands the meaning of this sentence. This is perhaps also what you understand when you un- derstand the meaning of this sentence. How do we know that you understood the meaning of this sentence? Well, we know that because I can ask you some questions and you can draw the right kind of inferences from it. So for exam- ple, given this sentence, I can ask you, well who ate the pancakes? And you might be able to say, well David ate the pancakes because Ashok made the pancakes for David. Notice that this information about who ate the pancakes was not present in this particular sentence. This is an inference you’re drawing. This is a very similar to what we had encountered earlier when we had sentence like Ashok ate a frog. At that time too, we’d ask questions like, well, was Ashok happy at the end? And the frame had some default values which said Ashok was probably happy. Or, was the frog dead at the end, and the frame for eat- ing had some default value which said that the frog was dead at the end? So according to this theory, the meaning lies in the inferences we can draw from it. You understand the meaning of this if you can draw the right inferences. You do not understand the meaning of this if you cannot draw the right inferences or if you can draw only the wrong inferences. This frame representation of the meaning of this particular sentence allows you to draw the right inferences. Given the ac- tion make here, the thematic role pertains to the relationship of various words in the sentence. To this particular action of making. Ashok is the agent, David is the beneficiary, and so on. So far we are describing meaning of this sentence, and how we can capture that meaning in this frame. We have not yet described the process by which this knowledge is extracted out of that sentence. The extraction of the meaning of this sentence is exactly the topic that we will discuss next.
04 – Thematic Role Systems
Click here to watch the video
In order to start resolving ambiguities of the kind the occur with the earthquake story, we need a new knowledge representation called a traumatic rule system. A traumatic rule system is a type of frame system, where the frame rep- resents an action or event identified by a word. The word caused forth a number of expectations about the roles that are connected with that par- ticular event. David, can you think of an exam- ple of the thematic-role frame? So one simple example that comes to mind for me is the word throw. I know that if a throw action has taken place, a few things have to be in play. I expect there to be someone doing the throwing. I expect something to be thrown. I might expect a target specified by the word at or a destination specified by the word to. So, for example, I throw the ball to a choke, or I throw the ball at a choke, depend- ing on how nice I’m feeling. [LAUGH] Note that even though David isn’t talking about a specific instance of throwing, he’s still able to generate expectations with the general action of throwing. This shows what a traumatic case frame does for you. It is able to generate expectations. Let us look at how it would actually work in action.
05 – Exercise Thematic Role Systems
Click here to watch the video
Figure 529: Exercise Thematic Role Systems
Now that we understand how to represent the meaning of stories, let us consider a different story. David went to the meeting with Ashok by car. Please write down the meaning of this story, in terms of the slots of this particular thematic role frame.
LESSON 14 – UNDERSTANDING
Page 191 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 14 – UNDERSTANDING
06 – Exercise Thematic Role Systems
Click here to watch the video
might make use of the structure of the sentence to make sense of the story. We have designed human language in such a way that there is a particular structure to them. Prepositions, for instance, play a very important role. Here are some of the common prepositions: by, for, from, to, with. Each preposition plays certain the- matic roles. By can be an, by an agent, or by a conveyance, or by a location. Similarly for the other prepositions. So the moment we see by, here we know that, whatever is going to come af- ter by, the care can be a agent, or a conveyance, or a location. Note again that the categories we are using here are semantic categories, we are not saying noun, or verb or anything like that, what we are saying here is beneficiary and dura- tion, and source which are semantic categories, that allow us to draw inferences. But how did we know that car was a conveyance, and not an agent, or a location? In general, while the struc- ture of language does provide constraints, these constraints do not always definitely determine the meaning of that particular word. We’ll use additional knowledge to find the exact meaning of the word car.
08 – Resolving Ambiguity in Prepositions
Click here to watch the video
Figure 530: Exercise Thematic Role Systems
What did you write, David? So we start with a verb, and the verb here is went, which is the past tense of the action go. Our agent here is David, myself, because I’m the one doing the ac- tion, I’m the one going. The coagent is Ashok, because I’m going with Ashok. The destination is to the meeting, and the conveyance here is by car, so car is the conveyance. That’s right, David. But how did we know that David was the agent? How did we know that the destina- tion was the meeting? How did we know that car was the conveyance? That’s what we’ll look at next.
07 – Constraints
Click here to watch the video
Figure 531: Constraints
Let us use the assignment of car as the con- veyance, to illustrate how these different words get assigned to different categories, different slots in this frame. Now, we know that car was a conveyance because of the role that this preposi- tion, by, plays here. That is, an intelligent agent
Figure 532: Resolving Ambiguity in Prepositions Page 192 of 357 ⃝c 2016 Ashok Goel and David Joyner

Figure 533: Resolving Ambiguity in Prepositions
Figure 534: Resolving Ambiguity in Prepositions
But first let us look at examples of the three kinds of semantic categories that by point to. So here is a sentence in which by points to an agent. That was written be Ashok. Actually, this particular sentence was written by David. The second sentence, David went to New York by train, here by is pointing to a conveyance. David stood by the statue. Here, by it is point- ing to a location. By the statue. So the use of the word by helped us, in that it constrained the interpretation of Ashok to either an agent, con- veyance or location. It by itself doesn’t tell us whether Ashok is an agent or a conveyance or location. We need some additional knowledge. Let us suppose that the agent has an ontology of the world. The term ontology initially comes from philosophy where it means the nature of reality. An artificial intelligence determine on- tology often reference to the conceptualization of the world. The categories and terms of which I specify the world. These categories have be- come the vocabulary of the knowledge represen- tation. So let us supposed that the agent has this ontology of the world. The world is com- posed of things, and things can be agents or objects or locations. Agents are people, and
Ashok and David are examples of agents. Ob- jects can be conveyances. And trains and cars are examples of conveyances. Obviously this is a very small part of someone’s ontology about the world. Now this ontology helps us decide that Ashok, in the first sentence, is an agent. Let’s see how. Here we have by Ashok, and we know from the prepositional constraints that by can re- fer to an agent, conveyance, or location. So the question now becomes, is Ashok an agent, Ashok a conveyance, or Ashok a location? We can look into this ontology. Ashok is people, which is an agent. So now we know, that Ashok must be an agent. Similar the second sentence. Train can be an agent, conveyance or location. Let’s look at our ontology. A train is a conveyance. So now we know the train is a conveyance. Simi- larly for statue. Statue in this case specifies a location. Note that this analysis applies to dif- ferent prepositions, not just to by. Supposing this first sentence was, That was written with Ashok. In which case, this preposition with will point to Ashok either being a coagent or being an instrument. So again, we now know that Ashok is a coagent in the sentence which contain the preposition with. There is another important thing to note here. Initially, when we were give this sentence, David went to New York by train, we started doing bottom-up processing. David was a noun, went was a verb. But pretty soon we shifted to top-down processing. As an ex- ample, you already have this background knowl- edge, and this background knowledge tells us in a top-down manner that by, here, can refer to an agent, a conveyance, or a location. We also have this additional background knowledge, and this background knowledge tells us that in this par- ticular sentence. The train describes frame to a conveyance, because train is a conveyance in this ontology. So low-level bottom up process- ing generates queues, which access probes into memory. Memory then returns knowledge like this, and the processing becomes top down. The top down processing tells us how to interpret the various words in this sentence, how to make sense of this story.
09 – Ambiguity in Verbs
LESSON 14 – UNDERSTANDING
Page 193 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 14 – UNDERSTANDING
Click here to watch the video
Of course we don’t just see ambiguity in propositions, we also it in words. David, can you think of ambiguity in a word? To go back to our throw example, I might say I was wondering why the ball was getting bigger and then it hit me. The word hit is ambiguous because it could ei- ther mean occur or strike. It occurred to me why the ball was getting bigger, or the ball physically struck me. Take another example. It’s hard to explain puns to kleptomaniacs because they al- ways take things literally. The humor here is that take could either mean interpret, as in they al- ways interpret things literally, or it could mean physically pick up and remove. As in they lit- erally always take things. In fact, many puns derive their humor from the fact that a word in the sentence can play two different roles in the sentence at once. And the sentence still makes sense. Did you know that I was going to say this will be much fun? The goal going forward is to look at how agents will resolve some ambiguities. When one correct meaning, and only one correct meaning is possible. Not however, that we might build our character with a bit of humor. Perhaps one form of humor is when a single sentence can be made to fill multiple grammatical simultane- ously.
10 – Resolving Ambiguity in Verbs
Click here to watch the video
Figure 536: Resolving Ambiguity in Verbs
Figure 537: Resolving Ambiguity in Verbs
Figure 538: Resolving Ambiguity in Verbs
Figure 539: Resolving Ambiguity in Verbs
We saw in the previous example how sen- tences in a story can be ambiguous. For example, by, could have referred to an agent, a conveyance,
Figure 535: Resolving Ambiguity in Verbs
Page 194 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 14 – UNDERSTANDING
or a location. This is true, not just for preposi- tions, but is also true of other [lexical] categories, like words. In fact, words often can have several interpretations. Let us consider the word take as an example. Take is a very common word. It has at least these 12 different meanings. Con- sider for instance to medicate. Ashok took an aspirin. Here, the meaning is that Ashok took aspirin as a medication. Each of these meanings has a common meaning of take, as we will say in just a minute. But given a sentence in which take occurs, how do we know which of these meanings is intended by the word, take? So suppose the input sentence was, my doctor took my blood pressure. The taken in this sentence refers to, to measure and not to any of the others. Let us examine this issue further. So, for each of these 12 interpretations of take, we have a frame-like representation. So take 1 to take 12. Each of this frame-like representation specifies the the- matic roles that go with that particular meaning of take. So in this particular meaning of take, take 1, we have an agent and an object. In this meaning of take, take 12. We have an agent, an article, and a particle. Another word that typi- cally occurs with take which signifies this mean- ing, so to take clothes off from a body. Let us consider another example of particle. Let us con- sider take11. The meaning of this take is to as- sume control, as in to assume control of a com- pany, or to assume control of a country. When the meaning is intended to be to assume control, then take typically occurs with the word over. Take over a company. Take over a country. So, over then is a particle that signifies this eleventh meaning of take. To go deeper into story un- derstanding, consider the simple story I took the candy from the baby. What is the meaning of the word take here? You and I get this immediately, but how can an agent get it? To keep it simple, we have shown here just nine meanings of take, you could have added the other three as well. Although we started with bottom-up processing, we’re now going to shift to top-down processing. Because there’s something about the background knowledge about candy that we have, which is going to eliminate lots of choice. In particu- lar, we know that candy is not a medicine, so
this particular choice goes away. We know that candy is not a quantity, so this choice goes away. Several of these choices disappear, because of our background knowledge of candy. Just like some of the constraints came from our back- ground knowledge of the semantic category of candy, other constraints come from our back- ground knowledge of the preposition, from. In the table showing prepositions earlier, from re- ferred to a source. These three frames do not have anything to do with the source, and there- fore we eliminate them. We’re left only with this particular frame, which has source in it as re- quired by the preposition from. And thus we decide that the interpretation of took in this par- ticular sentence is to steal from a baby. And thus we infer the correct interpretation of take, in this particular sentence. It refers to, to steal. This is the only frame that is still active
11 – Exercise Resolving Ambiguity in Verbs
Click here to watch the video
Figure 540: Exercise Resolving Ambiguity in Verbs
Now that we have examined how the the- matic role frames help us disseminate between different meanings of take, let us do some exer- cises together. In fact, let’s do three exercises together. Here are three sentences. Please pick a box which best captures the meaning of take in each of these three sentences.
12 – Exercise Resolving Ambiguity in Verbs
Click here to watch the video
Page 195 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 14 – UNDERSTANDING
Figure 541: Exercise Resolving Ambiguity in Verbs
What did you decide on, David? So for the first sentence, my background knowledge tells me that the numbers 3 and 5 aren’t objects. They aren’t destinations, they aren’t locations, they aren’t targets. They’re just numbers. Of all these frames, the only one that’s looking for just numbers is the frame, to subtract. So I choose take8 as the meaning for the first sentence. So for the second sentence, my background knowledge tells me first that I’m an agent, that my briefcase is an object, and that work is a destination. So if I then try to map those three things to their various different categories here, I find that the only one that works is take2. I am an agent, my briefcase is an object, and work is a destination. So the third sentence a good bit more compli- cated. I still know that I am an agent, I know that the casino is a place of business, and the $5 million could be considered a prize or an object. So that gets me down to take6 or take7. Take6 is to steal, take7 is to cheat or swindle, which are subtly different. But my background knowl- edge of the idea of source said that sources were usually indicated by the preposition, from. If I took $5 million from the casino, then the casino would be a source. But I don’t have from in front of the casino here, so I’m not going to re- gard it as a source. Instead I’m going to go with take7. That’s an interesting analysis, David. Thank you. First of all, congratulations on be- coming rich. I didn’t know that you were going to become rich teaching this course. Of course, there are several other points to note here. One point is that you have a lot of background knowl- edge associated with the word for, perhaps be- cause you are a native speaker of the English
language. Not everyone may associate the same kind of background knowledge with for and may not be able to disambiguate between these two. That actually gets to an underlying element of the problem as well, that these two meanings are themselves very similar. So it makes sense that it’s more difficult to disambiguate between very similar meanings than disambiguating between stealing and medicating, for example. Another point to note here is that although we have been discussing about stories that are in the English language, this kind of analysis applies to all lan- guages. Note also that so far we have been using sentences in the English language, but actually this kind of analysis works in respect to the lan- guage we are using. So I’m originally from In- dia and my mother tongue is Hindi. And we can write the sentences in Hindi, and the same kind of analysis will work that is working here for the word take in English. This raises a few questions. Might this kind of analysis work for translation from one language to another lan- guage? If the different languages have similar kind of structures, then this analysis might help us translate sentences from one language to an- other language. Here’s another question. Do all languages have the same kind of structure that enables mind to make use of the structure of the sentences to disambiguate between verbs? Feel free to take up that discussion over on our fo- rums, especially if you yourself don’t speak En- glish as a first language. You might be partic- ularly aware of the different structures present in English compared to whatever language you speak natively.
13 – The Earthquake Sentences
Click here to watch the video
Page 196 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 14 – UNDERSTANDING
Figure 542: The Earthquake Sentences
Figure 543: The Earthquake Sentences
So let us now return to our original exam- ple of these two stories and see how the analysis we have done, this semantic analysis, can help disambiguate between the two meanings of kill here. So, first my background knowledge tells me that kill can have several meanings, just like take had several meanings earlier. Kill can have the meaning of causing the death of someone, or kill can have the meaning of, to put an end to something. There could be other meanings of kill as well. Second, my background knowl- edge tells me that when kill has the meaning of, to cause the death of someone, it typically is a victim as well as an agent. In this particular case, the victim is 25 people, the agent is a seri- ous earthquake. My background knowledge also tells me, that when the meaning to kill is to put an end to something, then typically it is both an agent that puts an end to something and an ob- ject that gets put an end to. In this particular case, 25 proposals is the object, and the agent is President of Lower Slabovia. It is this combi- nation of background knowledge that allows me to infer the meaning of, kill, in the first sentence as, to cause the death of, someone. And kill, in the second sentence as, to put an end to some-
thing. I hope you can appreciate the power and beauty of this theory. But it is also important to point out that this theory has many limita- tions. To understand some of the limitations of this theory, let’s go back to the sentence, I took the candy from the baby. In this sentence, we in- ferred that took signifies stealing the candy from the baby. And in fact, we had a large number of rules that told us how to make sense of the word take by making sense of the word candy, making sense of the word from. But as we look at increasingly large number of forms of the sen- tence, the number of rules that we need starts exploding. So consider small variations of the sentence. I took the candy for the baby. I took the toy from the baby. I took the medicine from the baby. I took the smile from the baby. I took a smile for the baby. They’re all valid En- glish language sentences, and each one of them tells a story. As I look at more and more varia- tions of this sentence, I’ll need to find more and more rules that can disambiguate between differ- ent interpretations of cake in those variations of sentence. In practice it turns out that it’s very hard to enumerate all the rules for all the vari- ations of sentences like this one. Nevertheless, the story appears to cover a good percentage of stories that we routinely deal with.
14 – Assignment Understanding
Click here to watch the video
Figure 544: Assignment Understanding
So how would you use the notion of under- standing [thematic] frames, constraint, and am- biguity to address Raven’s progressive matrices? One example of an application here, would be to the idea of multiple possible transformations,
Page 197 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 14 – UNDERSTANDING
that we saw in some of our earlier problems. We saw certain problems that could be solved with either rotation or a reflection, but they would give different answers. You might imagine a frame that dictates certain expected values for different transformations. And the degree of fit to those expectations can dictate the accuracy of that particular answer. Try to think of the dif- ferent phases of the understanding process. How do you first understand what’s happening in the problem? How do you fit that, into a themati- cally role frame representation? And how would that representation then help you transfer and solve the problem?
15 – Wrap Up
Click here to watch the video
Figure 545: Wrap Up
So today we’ve talking about understanding, which how agents make sense of stories, events and other things in the world around them. We started off by creating a more formal type of frame representation called thematic role sys- tems that captures verbs and tell us what to ex- pect in certain events. We then talked about how single verbs can actually have ambiguous meanings. But thematic role frames can help us differentiate which meaning a verb has in a par- ticular sentence. Finally we talked about con- straints and how certain words or frames can constrain the possible meanings of a sentence and help us figure out those ambiguous mean- ings. Today we’ve largely been talking about how single words or phrases can have multiple possible meanings, but next time we’ll do this in reverse. We’ll talk about how multiple words or multiple phrases or multiple sentences can actu- ally have the same meaning. We’ll talk about
how we can discern that sameness, and then re- act accordingly
16 – The Cognitive Connection
Click here to watch the video
In the lesson today, all of our examples came from natural language understanding. But un- derstanding is a very journal purpose cognitive task. Natural language understanding is just one instance of understanding. Understanding is about making sense of the world. The world bombards us with data that comes in many forms. Acoustic, visual, verbal, numerical. It’s a very hard problem. How do we make sense of the world? There are three sources of power. First, we exploit constraints about the world. We know that the world behaves in certain ways. Whether it’s a physical world or the social world, or grammatical world. Second, we have struc- tured knowledge representations. The struc- tured knowledge representations in memory cap- ture not just knowledge and its representation, but the organization of knowledge, and there is power in that organization. The power lies in the third part. Low level problem with process- ing helps us activate these knowledge structures from memory. Once activated, these knowledge structures generate expectations that make the processing top down. And there’s a lot of power in being able to generate those expectations.
17 – Final Quiz
Click here to watch the video
Please write down what you learned in this lesson.
18 – Final Quiz
Click here to watch the video Great. Thank you very much.
Summary
Understanding is the framework used for common-sense reasoning. Thematic role systems are the most structured type of frame representation and help resolve ambiguity in understanding the world. Agents make sense of stories, events and other things in the world
Page 198 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 14 – UNDERSTANDING
around them using Understanding. The Thematic Role Systems captures verbs and tell us what to expect in certain events and also handle conflicts and thus disambiguate meaning. Constraints and certain words or frames help constrain the meanings of a sentence and help us figure out ambiguous meanings.
References
1. Winston P., Artificial Intelligence,
Pages 249-266. Optional Reading:
1. Winston Chapter 10, pages 209-220; Click here
Exercises
None.
Page 199 of 357
⃝c 2016 Ashok Goel and David Joyner

LESSON 15 – COMMONSENSE REASONING
Lesson 15 – Commonsense Reasoning
Believe nothing, no matter where you read it or who has said it, not even if I have said it, unless it agrees with your own reason and your own common sense. – Buddha.
Common sense is not so common. – Voltaire.
Inferences of Science and Common Sense differ from those of deductive logic and mathematics in a very important respect, namely, when the premises are true and the reasoning correct, the conclusion is only probable. – Bertrand Russell.
01 – Preview
Click here to watch the video
Figure 546: Preview
Figure 547: Preview
Today we’ll talk about common sense rea- soning. You and I, as cognitive individuals, are very good at common sense reasoning. We can make natural, obvious inferences about the world. How can we help AI agents make simi- lar common sensical inferences about the world? Suppose I had a robot, and I asked a robot, find the weather outside. I don’t want the robot to jump out of the window to see whether it’s rain- ing outside but, why should the robot not jump out of the window? What tells it that it’s not a very common sensical thing to do? We’ll talk about common sense reasoning using a frame
Page 200 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 15 – COMMONSENSE REASONING
representation. We’ll start talking about certain small set of primitive actions. There are only 14 of them, but they bring a lot of power because they organize a lot of knowledge. These primi- tive actions can be organized into hierarchies of sub actions. These actions can result in changes in the state. This is important, because that is what allows the robot to infer that if I were to take this action, that result might occur. That state might be achieved. So then it decides not to jump out of the window, because it might get hurt.
02 – Example Ashok Ate a Frog
Click here to watch the video
Figure 548: Example Ashok Ate a Frog
Figure 549: Example Ashok Ate a Frog
Okay. Have you ever wondered how you could write the equivalent of a Watson program or a CD program for your own computer? Just imagine if you could talk to your machine in terms of stories. Simple stories. Perhaps just one sentence stories like Ashok ate a frog. Now, we’ve already seen how a machine can make sense of this particular sentence, Ashok ate a frog. We did that last time. But, of course, eat or ate can occur in many different ways in
sentences. Here are some of the other ways in which I can use the verb eat. Ashok ate out at a restaurant. I could tell something was really eating him. And, the sense of eating him here, is very different from the sense of eating here. There’s no physical object that is being eaten here. The manager would rather eat the losses. So now this is a very different notion of eat. The river gradually ate away at the riverbank. Yet another notion of eat. So just like we had in the previous lesson, take, the word take, which had so many different meanings, eat has so many dif- ferent meanings. Now when we were discussing the word take, we discussed how we can use both the structure of sentences as well as background knowledge to disambiguate between different in- terpretations of take. We could do something similar with eat. We could enumerate all the dif- ferent meanings of eat, then for each meaning of eat, we could ask ourselves what is it about the structure of the sentence and what is it about the background knowledge I have about things like rivers and river banks which tells me what the meaning of ate here is. To summarize this part, if you were to start talking to your machine in stories, in terms of simple stories designated by a single sentence, then one problem that will occur is, that words like ate or take will have large number of meanings. And we have seen how your machine can be programmed in such a way so as to disambiguate between different kinds of meanings of the same word. Now here is a different problem that occurs. Consider a number of stories again. Each story here is des- ignated by a single sentence. Ashok ate a frog, Ashok devoured a frog, Ashok consumed a frog, Ashok ingested a frog, and so on. Several sen- tences here. And if we think about it a little bit, each of these sentences is using a different verb. But the meaning of each of these words in this sentence is pretty much the same. So whether Ashok ingested a frog or Ashok devoured a frog or Ashok dined on a frog, exactly the same thing happened in each case. There was a frog that was essentially outside of Ashok’s body and then Ashok ate it up and at the end the frog was in- side Ashok’s body. The frog was dead and Ashok was happy. So the next challenge becomes, how
Page 201 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 15 – COMMONSENSE REASONING
can a machine understand that the meaning of each of these words here is exactly the same? In a way this problem is the inverse of the prob- lem that we had here. Here the problem was that we had a single word like eat, which had got a lot of different meanings and different con- text in different sentences. Here, the issue is that we have a lot of different words, but they have the same meaning given the context of the sen- tences. So another question then becomes, well how can we make machines understand that the meaning of these words in the sentences is ex- actly the same? Each of the sentences telling us exactly the same story. There is one other thing that is important here, and that is the notion of context. One of the hardest things in AI is, how do we bring context into account? In both of these cases, context is playing an important role. On the left side, context is playing an important role because we understand that the meaning of eat is different in these different sentences, be- cause the context of eat is different. Here context is playing a different role. We understand that the meaning of each of these words is practically the same because the context here is practically the same. A couple of quick qualifications here. First, right now we’re dealing with stories that are just one sentences. Very soon in the next les- son, we’ll deal with stories which are much more complicated, which really have a series of sen- tences. For now, just simple stories. The second is that here is structural all of these sentences is the same. So structure practically tells us some- thing about the context. But a situation is a lot more complicated because often two sentences, which have very different kind of structures can still have the same meaning. So consider these two studies. Bob shot Bill, and Bob killed Bill with a gun. Now here the sentence structures are very different, but their interpretations, their meaning are the same. Bill was the one who got killed. Bob was the one who did the killing. And the killing was done by putting a bullet into Bill. So the question now becomes, how can we build AI agents that can meaningfully understand sto- ries like this one? And stories are the kind that Bob shot Bill, and Bob killed Bill with a gun. One thing we could do is, that for each of the
verbs here we could have a frame like we had a frame for take. So we could have a frame for ate, a frame for devoured, a frame for consumed, a frame for ingested, and so on. Well, we would have a lot of frames then. Because there are a large number of verbs in the English language or in any other modern language. Perhaps we could do something different. Perhaps we could look that there is a similarity between the interpreta- tion of these things. Perhaps we could use the same primitive action for each one of them. So when we talk in English language, we might use for communication purposes all of these verbs. But perhaps we could compare AI agents that have a single internal representation for each one of them. What might that internal representa- tion look like? We will call that representation a primitive action. Each one of these is an action. But many of these actions are equal in terms of our interpretation of those actions. Let’s see what these primitive actions might look like.
03 – Primitive Actions
Click here to watch the video
Figure 550: Primitive Actions
Figure 551: Primitive Actions
David, that’s a good point. One way of cap- turing the meaning of that story in terms of these
Page 202 of 357 ⃝c 2016 Ashok Goel and David Joyner

primitive actions is in, to use the move object primitive action. So, here about the object be- ing moved and the mover of the object is the same, I. So, I am moving myself one place to an- other place. And the nearest point here is that these primitive actions will be able to capture the meaning of some sentences in a very simple, logical, intuitive sense. And for some other sen- tences, it might be a little bit more involved. So let us see how this primitive actions may actually help an AI agent make sense of stories. So here is the first thing we can do. Recall there were large number of stories, each expressed by one sen- tence. Ashok ate a frog, Ashok devoured a frog and so on. So now, ate, devoured, consumed, ingest, partook. We can think that each one of them really is an instance of a primitive action called ingest. Here’s the primitive action Ingest. So Ashok ingested a frog here, Ashok ingested a frog here, Ashok ingested a frog here. Well, superficially these particular sentences are dif- ferent. In terms of their deep meaning, the deep meaning is pretty much the same. But it’s true of course that the world may have a slightly differ- ent interpretation than dining. The [verb] might be something that I ravish with my hands for ex- ample, and dining might involve fine dining with silverware. nevertheless, ingest captures the ba- sic meaning of these sentences. What is the ba- sic meaning? The basic meaning again is that Ashok is an agent. Frog is the object that is get- ting eaten, ingested. Initially the frog was out- side Ashok’s body, and probably dead or alive. We don’t know its state. After the ingestion has occurred, a devoured has occurred, a consumed has occurred, the frog is inside Ashok’s body, and it’s dead. And further, that Ashok proba- bly is happy at the end of this particular inges- tion. And where is all of that knowledge coming from? It’s buried inside the frame for ingest. So each of these primitive actions has a frame corre- sponding to it. And we have come across frame many times already in the class, so by now you should know what it means. And the frame has a large number of slots like agent, co-agent, ob- ject, beneficiary and so on, and those slots deal with still a difficult situations and have default values already put in there. So when a sentence
comes like, Ashok ate a frog, then the verb ate here, pulls out the primitive action ingest, and the frame for this primitive action and the pro- cessing becomes top down, and they start think- ing, where will Ashok go? Where will frog go? Who is the agent? Who is the object? And so on.
04 – Exercise Primitive Actions
Click here to watch the video
LESSON 15 – COMMONSENSE REASONING
Figure 552: Exercise Primitive Actions
Okay, I hope you’re enjoying this particular lesson, because I certainly am. Let’s see, whether you’re also understanding this lesson. So, here are four sentences, John pushed the cart, John took the book from Mary, John ate ice cream with a spoon, John decided to go to the store. And here’s some of the words, are in these blue boxes. For each of the sentence, find the primi- tive action, that would best capture, the mean- ing of the verb inside the blue box.
05 – Exercise Primitive Actions
Click here to watch the video
Figure 553: Exercise Primitive Actions
about. That sounds right David. There are sort of several other things to note here. What
Page 203 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 15 – COMMONSENSE REASONING
is the last sentence that has two verbs in it? De- cided and go. You’ll see in a minute, how we can deal with sentences or stories that have mul- tiple verbs in them. Second, you are right in that it is not always very easy to decide which is the best primitive action for capturing the mean- ing of a particular verb here. So the verb here was pushed, and the reason David propelled or moved object is because in propulsion the body is in some sense in contact with the particular object that is getting moved. Now we are not sure inherently detailed specification of each of one of these primitive actions. But I can tell you that the readings at the end do give them in detail
06 – Thematic Roles and Primitive Actions
Click here to watch the video
Figure 554: Thematic Roles and Primitive Ac- tions
So let’s dig deeper into, how the agent may do the processing using this primitive action. So, consider the sentence John pushed the cart. The AI agent beings left to right, because we’re talk- ing about English language here. He first word here John is not a verb. So, the AI agent for the time being, puts this in a list of concepts. And ignores it it comes to the second word in the sentence. Which is pushed, there’s a word here, pushed, and now the AI agent uses this partic- ular verb, push, as a probe into it’s longterm memory. So now, the frame for propel is going to get pulled out, let’s see what the frame would look like. So, here is the frame for propel that has been pulled out of the longterm memory? And this frame tells us that we can expect an agent. We can expect an object. And indeed, although
we are not shown here, this frame may have ad- ditional slots and perhaps additional things can be expected. Now for each of the slots, there is a rule budding in here. A rule which tells us, how can we pull out from a sentence, the entity that goes under the slot? The filler that must go here. So here’s a rule that says that. If there is a concept just before the word, and that con- cept is animate, then, whatever that concept is, put it here. Well, there is a concept just before push, that’s John, and let’s suppose we have a lexicon which tells us if John is animate, then we put John here. Similarly there is a rule here for this slot, which tells the agent that if there is a object, there is a concept that comes after this verb. And that particular concept refers to an object that is inanimate. Then, take that partic- ular thing, and put it here, and that’s the cart. And so, we put cart here. So this way, this par- ticular scheme, helps us derive the meaning of, John pushed the cart. And notice that the pro- cessing is a combination of bottom up and top down, as we discussed earlier. It begins, bot- tom up. Because we are looking at the data. Right now we don’t have knowledge. But, as soon as some data is processed, it pulls in knowl- edge from memory. And soon the processing be- comes top down, this frame helps to general ex- pectations. And help pull things out. This is almost acting, like a hook for a fish. So once you have the hook, then you can capture the fish well. There are several things to be noted here. First representations like this. First, rep- resentations like this, are called structure knowl- edge representations. There’s not only a repre- sentation here, but, there is a strong structure to it. Earlier when we were discussing predi- cates and logic, or we discussing rules and an- tecedents and consequence of rules. They are like the atoms of knowledge representation. They don’t have much structure. But by now, we have this molecule of forms knowledge representation. And which a large number of atoms are getting connected with each other. And this connections are important, because once you have that struc- ture of the molecule it tells you what can go in the place of each atom. Second, this is a simple sentence, and so the processing was quite simple.
Page 204 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 15 – COMMONSENSE REASONING
The sentences need not always be as simple as this one. What happened to the sentence had the word, push in it? And I picked a frame, that is not the right frame for it. Suppose I had pulled out a frame for move object is shown as propel here. Well, one possibility is, that if you were to select a different frame for making sense of this particular sentence, there’s a high I try to fill the slot for this particular frame, I will find a lot of difficulty. In which case, I might abandon the frame and try a different one. The second possibility is, that I may even force the interpre- tation of this into the slots for the other frame. But, if there is a study here which contains large number of sentences then, soon I’ll realize this is not the right frame, I may abandon it and pick different frame. So for complex sentences, this processing is not as linear as we have pretended it to be right here. It is also possible, that some- times one of the words en-map into two frames equally well. Indeed, this is the basis of many of the [puns] we encounter. So consider, I was won- dering why the ball was becoming bigger. Then it hit me. Now, you of course understand the word hit there, that particular word, maps into two different interpretations, and that’s why it is interesting and funny. So here’s another one. Two men walk to the bar to, the third one ducks. Now here the word, the bar is overloaded. So here, walked into the bar, is getting interpreted two different ways. Indeed, people have tried to build accounts of humor, based on the kinds of story interpretation that we are doing here. Could it be, that this is beginning of a theory of humor. Of how you can tell stories not only to your machines?
Figure 555: Exercise Roles Primitive Actions
Let’s do an exercise together. Here is a sen- tence. John took the book from Mary. For this sentence, first write down the primitive action that best captures the meaning of the sentence. And then write down the fillers for each of the slots of this primitive action.
08 – Exercise Roles Primitive Actions
Click here to watch the video
Figure 556: Exercise Roles Primitive Actions
That’s good, David. Notice how lexical syn- tactical semantical analysis are all coming to- gether here. The driver does semantic analy- sis. The driver does this frame which captures the semantics of this particular sentence that al- lows us to draw inferences about it. That’s why we are use the term semantics here. So the se- mantics has been captured by this frame with terms of all of these slots. But how do we de- cide on the fillers? That requires lexical analysis and syntactic analysis. So, when we have the word John here, John is a concept and a con- cept is inanimate and that information is com- ing from a lexicon. That is the lexicon analy- sis. And when have a sentence like: John took the book from Mary. And from is a preposition
07 – Exercise Roles Primitive Actions
Click here to watch the video
Page 205 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 15 – COMMONSENSE REASONING
and Mary follows immediately after that. This is capturing part of this syntax of this particular sentence. And that is how we derive that the source must be Mary. So the semantic syntacti- cal analysis is all working together here. Notice also how frames and routes are coming together here. You’ve seen how frames help us understand the meanings of the stories and that is being done part by the rules that are budded inside the slots. So there is a rule here which tells us how to ex- tract the agent from the sentence and put it in- side the slot. Similarly, there’s a particular rule here and a rule here and each one of these slots may have its own rule. Of course as the sentences become complex and these frames become com- plex, these rules will become much more complex and sometimes there will be multiple rules here and multiple rules here. And this can become very complicated, very soon. Another point to notice here is that this capturing the semantics like I said earlier and how do we know that. Be- cause I can ask questions. Who has the book? Who had the book? What did John take from Mary? And you can answer any of these ques- tions using this frame. Once you have this frame, question answering becomes possible. Common sense reasoning becomes possible.
09 – Implied Actions
Click here to watch the video
Figure 557: Implied Actions
The relationship between the structure of these sentences, and background knowledge is very intricate, and complex, and very entrusting as well. Sometimes the structure of sentences can be used to tell stories, have only implied actions in them. Consider the sentence, John
fertilized the field. Now it’s hard to see fertil- ized mapping, into any of the primitive actions that we had here. There is an implied action here, that is not specified in the structure, the sentence here. But, it is much more meaningful in terms of the background knowledge that we have of those primitive actions. What John fer- tilized the field really means, is that John put the fertilizer on the field. Now put is something that maps in the primitive actions more easily. The response under the feature that’s process- ing. Initially the inner agent must talk for the word, given in the sentence. And try to map in the primitive actions. And if that fails, then the [AI agent] agent must start thinking in terms of how to transform on the sentences, to bring out implied actions, that can more easily map the independent actions. This, again, is common sense reasoning. Through common sense reason- ing, I’m interpreting that there must be implied action here, that captures the meaning of the sentence. Once I have made the implied action here transparent. The the rest of the processing, easier. The put action, maps into the primitive action of move object, this frame is pulled out, and the rest of the slots can be filled in, like ear- lier.
10 – Exercise Implied Actions
Click here to watch the video
Figure 558: Exercise Implied Actions
Now let’s do an exercise together. So con- sider the sentence, Bill shot Bob. Once again, shot is a verb here, that does not quite map inter- nal [any of the] primitive actions clearly, cleanly. So perhaps there is an implied action here. So first write down the sentence in terms of a primi-
Page 206 of 357 ⃝c 2016 Ashok Goel and David Joyner

tive action, then write down the frame from this primitive action so fill the slots.
11 – Exercise Implied Actions
Click here to watch the video
Figure 559: Exercise Implied Actions
What did you write, David? So, I wrote the sentence as Bill propelled a bullet into Bob. I looked up the verb shot and decided what that really means is pulling the trigger on a gun, which results in a bullet being propelled at high velocity out of the gun’s barrel. So, it’s fair to say that shot becomes propelled a bullet. Given that, I now have propel as my primitive. I have the same rule that says an animate agent that immediately precedes the verb becomes the agent in the frame. So, Bill is now my agent. I have my rule that says an inanimate object that immediately follows the verb becomes the object. So, bullet is now my object. Even though bullet wasn’t in the original sentence, it’s by rephrasing it that I can pull that object out. And I can use the constraints of into to determine that the des- tination of the bullet is inside Bob. That’s good, David. But know this sentence could have an- other interpretation also. Imagine that Bill had a camera, and Bill will soon be taking pictures of Bob. That’s true, Ashoke. And I bet if we had used Bill takes a picture of Bob as the meaning of shoot earlier in this lesson, that’s probably what I would’ve thought of first. If I wanted to then put Bill shot Bob in terms of taking a picture into this form, I’d first rewrite it as Bill took a picture of Bob. That’s really interesting, David. Because notice if you say Bill took a picture of Bob, it’s not clear into what primitive action will this took map into. Perhaps we can discuss this
more on the forum. There’s one more thing to notice here. Like David says, I can have multiple interpretations of Bill shot Bob. This sentence doesn’t help me resolve between those interpre- tations. Perhaps it is something coming before this sentence in the story or something coming after that that will help me disambiguate. ¿From the sentence itself we can simply construct two particular interpretations.
12 – Actions and Subactions
Click here to watch the video
Figure 560: Actions and Subactions
Figure 561: Actions and Subactions
13 – State Changes
Click here to watch the video
LESSON 15 – COMMONSENSE REASONING
Page 207 of 357
Figure 562: State Changes
⃝c 2016 Ashok Goel and David Joyner

LESSON 15 – COMMONSENSE REASONING
Figure 563: State Changes
Nevertheless, let us continue and see how else this theory enables common sense reasoning. So consider the sentence, Ashok enjoy eating the frog. So not just Ashok ate the frog, Ashok en- joyed it. How do we make sense of this term? Once again, because the word eat, we may have the primitive action for ingest. Here is Ashok as the agent, frog as the object, and this time we’ll have under the slot called result, which shows what happens when Ashok eats the frog. We will call this frame a state-change frame, where there was some initial state and some state at the end of this particular action, the action of ingest. So, here there is Ashok’s mood, which is becoming happy. So Ashok, how would the agent know that in this case, the verb we’re going to key on first is eating instead of enjoyed? Good point, David. So we can imagine a different ac- tion frame for feel because of enjoy being a feel. The agent as Ashok. Ashok is the one holding the feeling, and the object, or the feeling that is being felt, is joy. We can still have a frame for eating, and we can relate those two frames. So what specific interpretation an agent will make this particular sentence will depend on the pre- cise rules that we’re going to put into this slot so that the agent can make either this interpre- tation or that interpretation. We’ll see another example of this situation in just a minute.
14 – Implied Actions and State Changes
Click here to watch the video
Figure 564: Implied Actions and State Changes
Sometimes it might not be clear to what ex- actly does this particular verb correspond to. So consider, Susan comforted Jing. Well, what ex- actly did Susan do to comfort Jing? It’s not at all clear. Not clear what the primitive action should be. Although if you may not understand what exactly is the primitive action here. We want agents nevertheless to do common sense reason- ing. Their interpretation might be incomplete, this interpretation might be partial. Neverthe- less, you and I, as humans understand something about Susan and Jing here, that Susan for exam- ple, did something that made Jing happier. We want the agent to do the same kind of reasoning, without knowing what exactly is the comforting action here. So we may have a generic primi- tive action of do. This generic primitive action will use it, whenever we are unable to decide, whenever the agent is unable to decide, what exactly is the primitive action that should be pulled out. So the agent will simply say, well, Su- san did something that made Jing’s mood happy and this is as much interpretation that the agent might be able to the sentence, which is a pretty good interpretation.
15 – Actions and Resultant Actions
Click here to watch the video
Page 208 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 15 – COMMONSENSE REASONING
ries based on a discourse. Because some of these ambiguities will get resolved when we know more about what happened when Ashok enjoyed eat- ing the frog. What came before it, or what came after it.
16 – Exercise State Changes
Click here to watch the video
Figure 565: Actions and Resultant Actions
Earlier we had problems that will deal with sentences which have two verbs in it. So here are two verbs, told and throw. Maria told Ben to throw the ball. How may an AI agent make sense of this particular sentence? So once again, the processing starts on the left. Maria is not a verb, so let’s put in a concept list and for the time being ignore it. The processing goes to the sec- ond word which is told, which is a verb. And so the primitive action calls when the told is pulled out. The primitive action is speak, and so now we can start putting the fillers for the various slots. So the agent is Maria and the result is now we go to the second one. Here the primitive action is propel because we have a throw here. And the propulsion is being done by Ben and the object is ball and now we relate these two. This second frame is a result of the first frame’s ac- tion. So, if we go back to the previous sentence, Ashok enjoyed eating a frog. We can see how we can represent both verbs there in terms of action frames. So, Ashok enjoyed. That might be the frame here. The primitive action is feel. The agent is Ashok. Ashok ate a frog, that’s the primitive action of ingest, agent is Ashok, and the object that got eaten was a frog. And the result of that is this frame where Ashok had a feeling of enjoyment. Note that some prob- lems still remain. It is too difficult to figure out exactly how represent a sentence like Ashok en- joyed eating a frog. It can be two representations with that particular sentence and see that those are two action frames or one action frame and one state of change frame. Some of these ques- tions will get answered when we stop thinking in terms of stories that are only one sentence long, but stories that have a number of sentences. Sto-
Figure 566: Exercise State Changes
So let’s do a couple of exercises together. Here are two sentences at the top. Anika decided to have a glass of water and Marc loved watching TED talks. Please write down the action and the state change frames that will capture the mean- ing of the first sentence and the meaning of the second sentence.
17 – Exercise State Changes
Click here to watch the video
Figure 567: Exercise State Changes
That’s good David. Note though, that this sentence is a little bit like, a shark enjoyed eat- ing the frog. This is one representation for this sentence, and under the representation we may have two action frames. One corresponding to the word loved, another corresponded to word watching, and then connect them, to the slot re- sult. I hope you can see how agents might be able
Page 209 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 15 – COMMONSENSE REASONING
to understand simple stories. In fact, this is quite similar to the way Watson and Siri go about to understand the stories that we talk to them. Almost surely the human interactions with the machines of tomorrow, will not be based on the keyboards and mouses that we have today. We’ll talk to the machines, the machines will talk back to us, and when we talk to the machines we’ll be telling the machines stories. Stories like Anika decided to have a glass of water, or a shark en- joyed eating the frog. And when we tell the sto- ries, the stories will have context. They will have ambiguities. And we will expect the machines to do common sense reasoning. The power of this particular lesson lies in the [beginning] of a representation, that enables a particular kind of common sense reasoning. We’ll continue this dis- cussion, about common sense reasoning of more complex stories, in the next lesson.
18 – Assignment Common Sense Reasoning
Click here to watch the video
Figure 568: Assignment Common Sense Reason- ing
So would you use commonsense reasoning to design an agent that could answer Raven’s pro- gressive matrices? Here you might make two connections. First you could connect primitive actions of agents, to primitive transformations in these matrices. Different problems could be com- posed out of a finite set of possible transforma- tions. What would those primitive transforma- tions be? And what would the action frames in- volved in each transformation look like? Second, you might connect those individual primitive actions to higher level transformations. What would your primitive transformations be? And
what common higher level transformations are possible? What primitive actions would result in those higher level transformations? And how would composing these like this, actually help you solve Raven’s progressive matrices? In a way that you couldn’t do otherwise?
19 – Wrap Up
Click here to watch the video
Figure 569: Wrap Up
So today we’ve talked about common sense reasoning. Broadly, common sense reasoning gives us a formal structure to interpret the world around us. Having that formal structure let’s us build agents that can then do the same. We started off with primitive actions, which like primitives in programming, are the simplest things we can interpret out the world. Then we looked at composing those primitive actions into bigger actions. For a hierarchical, abstract view of the world. We then looked at how those primitives can cause state changes, which let us predict the effect or cause of certain events. Next time, we’re going to compose these simple frames into much longer stories, called scripts. Scripts help us make sense of complex repeated events with relative ease, and generate expecta- tions about the world around us.
20 – The Cognitive Connection
Click here to watch the video
The connection between common-sense rea- soning and human cognition is both very strong and not yet fully understood. Let us suppose that I were to ask you to go find the weather outside. You would not jump out of the window.
Page 210 of 357 ⃝c 2016 Ashok Goel and David Joyner

Why not? You would use common sense reason- ing to know that jumping out of the window to find the weather is not a good idea. But what is it that tells you not to jump out of the window? You use the notion of goals. The notion of con- text to decide what not to do and what to do. We use similar notion of context in order to do natural language understanding. We could use context to disambiguate between various mean- ings of take. Can we context also to decide on what would be a good source of plan. So far we have been talking about common sense in- ferences about physical actions, what about the social world? You and I also make common sense inferences about the social world around us. One possibility is that you and I have a flurry of mind, this is actually called the flurry of mind theory. You and I as cognitive agents, ascribe goals, be- liefs, desires to each other. And it’s the the- ory of mind that allows us to make inferences about each other, including common sensical in- ferences.
21 – Final Quiz
Click here to watch the video
Please write down what you learned in this
lesson.
22 – Final Quiz
Click here to watch the video
Great. Thank you so much for your feedback.
Summary
Common-sense Reasoning gives us a formal structure to interpret the world around us and use it to build an hierarchical, abstract view of the world.
References
1. Winston P., Artificial Intelligence, Chapter 10, Pages 209-229.
Optional Reading:
1. Winston Chapter 10, pages 221-228; Click here
Exercises
None.
LESSON 15 – COMMONSENSE REASONING
Page 211 of 357
⃝c 2016 Ashok Goel and David Joyner

LESSON 16 – SCRIPTS
Lesson 16 – Scripts
Better the rudest work that tells a story or records a fact, than the richest without meaning. – John Ruskin, Seven Lamps of Architecture.
To make a great film, you need three things – the scripts, the script, and the script. – Alfred Hitchcock.
01 – Preview
Click here to watch the video
Figure 570: Preview
Figure 571: Preview
Today, we’ll talk about another knowledge representation called scripts. Scripts allow us to make sense of discourses and stories and scenes.
Scripts are the culmination of of frames and un- derstanding and common sense reasoning these last few lessons. We’ll take what we learned about frames and understanding and common sense reasoning to build superior scripts. We’ll start by defining scripts, then we’ll talk about the form and the content of scripts. Then we’ll discuss how we can use scripts to generate expec- tations about discourses and stories that help us make sense of the world around us. Finally, we’ll talk about the hierarchical nature of scripts. I think you’ll enjoy this lesson.
02 – Exercise A Simple Conversation
Click here to watch the video
Figure 572: Exercise A Simple Conversation
To motivate our discussion of scripts, let us continue with our metaphor of machines with
Page 212 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 16 – SCRIPTS
whom we can talk in stories. Now the Watson program and the Siri program, normally they un- derstand stories that are limited to one sentence. You can ask Watson a question, you can ask Siri a question, and those questions are one sentence questions. Similarly when Siri and Watson reply, they typically give their answers in one word or one sentence at most. The story plays a very important role in the life of quadrant division and we would expect AI agents that live among quadrant divisions also to be able to understand stories. And one of the common roles that story players that they enable more common sense rea- soning. To see how stories enable common sense reasoning, consider two simple sentences. Imag- ine the first sentence was, Ali asked, do you think we’ll have many customers in the next half hour? And the second sentence is, Sarah replied, go ahead and grab your lunch. So these are two sentences of a story. Does this story make sense to you?
03 – Exercise A Simple Conversation
Click here to watch the video
Figure 573: Exercise A Simple Conversation
What do you think, David, does it make sense to you? So, to me this story does make sense. I can imagine it as a story where Ali and Sarah are co-workers and Sarah has some kind of authority over Ali. Ali is looking around the store and saying that there aren’t that many cus- tomers right now, so maybe now is a good time take my lunch. But if there’s about to be a rush of customers, then now is not a good time be- cause leaves Sarah there by herself. So Ali asks Sarah, do you think there are going to be many customers in the next half-hour? Sarah knows
that it’s around lunch time and Sarah recalls maybe that Ali had commented about missing breakfast this morning. So, she can infer Ali’s motivation behind asking if there’s going to be many customers, and she says, kind of antici- pates the question he really was asking and says, yeah go ahead and take your lunch. So, yeah, I can find a way for this story to make sense, even though it doesn’t seem like a clear connection between the two sentences. That’s good David. Clearly you have an active imagination. No- tice how David introduced lots of inferences here which were not really part of the input. How did he do it? This is common sense reasoning. How did he infer that it’s probably lunchtime and that Ali wants to have lunch or that Sarah has some kind of authority over Ali? We have come across stories like this earlier. Here is another exam- ple. Ashok wanted to become rich, he got a gun. Two sentences and you can, I’m sure, understand immediately what might be going on. You may surmise that Ashok, as a professor, is unlikely to become rich, even if he teaches this online Mas- ter’s course. On the other hand, you may have some stereotypical story about how some people become rich. Well, there are banks, and robbing a bank may require guns. And so now you can relate Ashok getting a gun to trying to become rich. So you and I, as human beings, have lit- tle difficulty in understanding stories like this. You might be given two sentences like this and we can connect them, causally connect them, co- herently connect them, even if sometimes we use very active imaginations to do so. How can we do this conjoining of sentences into a coherent story? Put another way, how can we make AI agent do it? What kind of knowledge should the AI agent have and what kind of inferences must it make in order to be able to connect these two sentences?
04 – Story Understanding for AI Agents
Click here to watch the video
Page 213 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 16 – SCRIPTS
Figure 574: Story Understanding for AI Agents
That’s a good story David. Now let’s con- sider a different set of issues. Imagine that I told you a story. Bob went to a restaurant and sat down. But nobody came to serve him for quite awhile. Eventually, when someone did appear, he ordered a hamburger. The hamburger took a long time before it came. And when it did come, it was burned. Bob was not very happy. He didn’t even finish the hamburger. Do you think Bob left a large tip? Well, I expect most of you would say no. He did not leave a large tip. If we had to wait for a long time. And if the food that came eve, eventually, was not of very high quality. You’d probably not even ask tip. But how did you come to that answer? Why did you expect, that in this particular case, Bob will not leave a large tip? Again, this connects to your notion of a story. It connects to your notion of a story, of what happens in a restaurant. Why do people leave tips? When do they leave them? To put it another way, stories help you make sense of the world. They help you [generate] expecta- tions, even before [generate]. They allow us to make connections between evens that otherwise might appear disparate. So in this lesson, we’ll look at another structured knowledge represen- tation called scripts. For representing stories or the kind that we are talking about. And we will see how this knowledge for presentation allows us to make sense of the world. And answer the kinds of questions that we are talking about.
05 – Visiting a Coffeehouse
Click here to watch the video
Notice I didn’t need to tell David what cof- fee house, what time of day, what he was or- dering, who the cashier was etc. He has a
script for that scene. And he associates it when needed. It helps with different expectations like, the cashier’s going to give me my total, my drink should be coming up soon. If those expectations are not met, he knows something has gone wrong and he needs to react. This is the power of script. It helps to generate expectations about scenes in the world.
06 – Definition of Scripts
Click here to watch the video
Figure 575: Definition of Scripts
So what is a script? A script is a knowl- edge representation for capturing causally coher- ent set of events. Casually means that one event sets off another. So when David goes to the cof- fee house, as soon as he approaches the counter, the barista comes to him and says, what do you want? One event has set off the next one. Coher- ent means the links between these events make sense in the context of the world around us. So in David’s script again, ordering coffee doesn’t cause the barista to slap in the face. Because that would not be causally coherent in the con- text of the world. These events are referent to events in the world. Some events, like deciding or concluding, might be in the actor’s mind, but for the most part these events are observable events.
07 – Parts of a Script
Click here to watch the video
Page 214 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 16 – SCRIPTS
Figure 576: Parts of a Script
So the structured knowledge for a presenta- tion called script has six parts to it. The first part is called entry conditions. These are the conditions necessary to execute the script. So, for a restaurant script, as an example, the en- try condition might be that there is a customer who is hungry and the customer has some money. The result refers to the conditions that will be- come true, after the script has occurred, after it has taken place. So, for restaurant script, the re- sult might be that the owner of some restaurant has more money, the customer has less money, and the customer is now pleased and is no longer hungry. So the third part of a script is our props. So the third part of script are called props. Props are the kind of objects that are involved in the execution of this script so in case of the restau- rant script the props might include tables and menus and food items and so on. So the fourth part of a script is roles. These are the agents involved in the execution of the script. As an example in the restaurant script it might be a customer who goes to a restaurant, the owner of the restaurant, the waiter or the waitresses in the restaurant, and so on. The fifth element of a script is a track. Track are variations or subclasses of a particular script. So for exam- ple in case of the restaurant script we may have tracks for going to a coffee house, or going to a fast food restaurant, or to a fine dining house. And finally the sixth element of a script refers to scenes. Scenes are specific sequence of events that occur during the execution of the script. So in case of the restaurant script there might be a scene for entering a restaurant. And a scene for ordering food. And a third scene for accept- ing the food and so on. When you put all of
the six elements together then you get a com- plete script. In the previous lesson we had taken the metaphor of a molecule as a knowledge rep- resentation. That is, knowledge representations that are not small or short or not atomic, but are molecule in nature, script is a big, large molecule.
08 – Constructing a Script
Click here to watch the video
Figure 577: Constructing a Script
Figure 578: Constructing a Script
Figure 579: Constructing a Script
So here is a representation of the restaurant script. Here is the name of the script, restau- rant, and the six elements that we talked about earlier. Track, props, roles, entry, result and
Page 215 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 16 – SCRIPTS
scenes. So this particular track refers to formal dining. Here are the props, tables, menu, check, money, food and place. And for food and place we can use symbols. These symbols can be used as variables. So where I may different kinds of foods and different kinds of places in a restau- rant. Here are the rules, so S is a customer, W is a waiter, C is a cook, M is a cashier, O is an owner and so on. The entry conditions are S is hungry, S as the member is a customer, S has money and those conditions are that S has less money. S is not hungry. S is pleased. But O has more money. And scenes, well, let’s discuss them in the next slide. Here is a representation of scene one. We’ll call it the entering scene. This particular scene consists of several events. So in the first frame, the customer S, S stands for the customer. Moves himself or herself. So S is moving himself or herself to some restau- rant, some place P. And the second frame, the agent S, the customer Sees some table. So this frame, the customer S decides to, take an ac- tion. The particular action is, where this agent S this customer S moves. Customer S himself or herself to the table. So this is a walking action going on. Let us continue another set just a lit- tle bit longer. So now S is moving his own body into a sitting position. Here, the waiter sees the customer, and now the waiter moves himself to the customer. And now the waiter moves the menu, to the customer. And this completes a representation of the first scene of entering in a restaurant. One can imagine many more scenes. The next scene might be a way to customer or- ders food. The third thing might be the way the waiter brings food, and so on and so forth. And then the last thing is the customer pays the bill and then walks out. This is a stereotypi- cal notion of a script. Your notion of a script, might be slightly different depending on what kinds of restaurants that you go to. In differ- ent cultures, the script for going to a restaurant might be quite different. The point here is that the script is capturing in a knowledge represen- tation, what is known about the stereotypical situation of going to a restaurant of a particular kind.
09 – Form vs Content
Click here to watch the video
Figure 580: Form vs Content
Figure 581: Form vs Content
So so far we have talked about a journal script of going to a restaurant, or an abstract script for going to a restaurant. This is like a class. We can instantiate it. So let’s do this same script instantiated with these values with the greatest variables. So, Salwa is not a cus- tomer. Lucas is the waiter. And so on. And this instantiation is an important aspect of in- telligence. Let’s go back to our intelligent agent. It might be that Salwa is really a robot. Now, how would a robot know what to do in a restau- rant? How do we program a robot in such a way that it would know what actions to take in a par- ticular situation? Well, suppose that, Salwa the robot, in its memory, had a number of scripts like this one? And when it entered a restau- rant, it invoked the restaurant script, which told it exactly what kind of actions to take. We could also see how this script allows Salwa, the robot, to generate expectations, to guess what will happen even before it happens. There is one more thing worth noting here. Notice how we
Page 216 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 16 – SCRIPTS
are composing scripts of these primitive actions here, the same primitive actions that occurred in the last lesson. So, these primitive actions are now providing the fundamental units of frames that compose together in some causally coher- ent sequence, make a script. This brings up an- other point. Notice how some knowledge struc- tures are composed out of other knowledge struc- tures. Earlier, we had frames for these primitive actions, gave them social knowledge structures. Now, we have scripts which are composed out of these framelike knowledge structures.
10 – Using a Script to Generate Expectations
Click here to watch the video
Figure 582: Using a Script to Generate Expec- tations
With effort to expectation generation just a while back let’s look into it more deeply. So when we actually interact with the world sometimes things do not happen the way we expect them to happen. And sometimes things happen that people are not expecting. But how do we know what to expect and what not to expect? So con- sider a situation like this. This is an instance of a script. In this particular case, I have gone to Olive Garden. And the waiter is Andrew. So I move to a table and I sit down at the table. And now Andrew sees me. So from my perspective, I am expecting Andrew to come to me and give me a menu. But supposing this never happens. I am sitting there waiting for Andrew, or some- one else, to come, and no one comes. That’s an expectation violation. So I know something has gone awry. The reason I know that is be- cause I continued expectations using the scripts,
expectations that are never fulfilled. Now con- sider an alternate situation. Instead of Andrew coming to my table and giving me a menu, An- drew comes to me and gives me a bill right away. Well I should think that I would be surprised by that. That was an unexpected event that oc- curred. Well several questions arise here. First, could this be the beginning of theory of surprise? In both cases, we were surprised. In one case where Andrew did not come and give a menu. In the second case, when Andrew came and gave a bill instead of giving the menu. On second notice, a surprise, it has two sides to it. One, when things do not happen the way we expect them to happen. And the other, when things happen the way in which we were not expect- ing them to happen. This example shows, that scripts not only tell us what to make sense of the world around us, they also tell us what to expect and what not to expect. And that’s a powerful idea. So it seems like another example where this happens really strongly, that we encounter fairly frequently, is if you’ve ever seen a horror movie. One thing that horror movies really do really, really well is they lure you into expecting one thing to happen only to throw something com- pletely different at you. So they lure you into kind of a false sense of security in expecting that nothing bad is going to happen in a particular scene, and then suddenly they throw a ghost at you from offscreen and it kind of startles you. And the reason it startles you is because it vi- olates your expectations for what were going to happen next. David, that’s a good point, that it happens in many different kinds of movies. So when I go and see a science fiction movie, or even a romance movie, I’m expecting certain things to happen. And sometimes I think a movie is really good if it is new and novel and different and it offers some surprising things. Notice that this could also be the beginning of a theory of cre- ativity. In the last lesson we were talking about balance and humor. No we’re talking about sur- prises. Some current theories of creativity say that a situation is creative if it is A, novel, B, if it is useful or valuable in some way, and C, if it is unexpected or surprising. Now, this begins to capture at least one of those three dimensions
Page 217 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 16 – SCRIPTS
of unexpectedness or surprise, and that’s an im- portant part. We’ll return to computational cre- ativity at the end of this course, when we’ll talk a lot more about these issues.
11 – Tracks
Click here to watch the video
Figure 583: Tracks
Now, another part of the script was the track. And we really haven’t talked a lot about track so far. So let’s talk a little bit more about it. So here are four tracks with the restaurant script. That really [events occur] to going to restaurant, four kinds. Here’s a coffeehouse, fast food, casual dining, formal dining. You could add more if you wanted to. Now in restaurants of all kinds, some even so common. You have to go to a restau- rant, you have to order some food. You eat that food. You pay the bill. And then you leave. That is common to all of them which is why all of them are part of the restaurant script. On the other hand what happens in a Coffeehouse is quite different from what happens in Formal Din- ing, which is quite different from what happens in a Fast Food restaurant. So you may have spe- cific cracks that correspond to Coffeehouses and Fast Foods and so on. In effect, we are building a semantic hierarchy or script. Here is a script for going to a restaurant. Here is a script for going to a coffeehouse, going to fast food. And this can be tracks in the overall script. Of course, we can build a semantic hierarchy of something higher than this. We could think about going to, for social events and [events occur] going to this restaurant becomes part of going to a social event of various kind. Okay now that we know
something about the [events occur] representa- tion called script, the next question becomes how many AI agent actually use these scripts? So imagine an AI agent that is hungry has some money and decides to do something about it. So it may go into its long term memory and find out the script that will be most useful for the current situation. This really becomes a classification problem. In long term memory a large number of scripts, and the agent is trying to classify the current situation into one of those scripts. Let us suppose the agent picks a restaurant script, and decides to execute it. As it enters the restaurant, the scene it observes in the restaurant matches the conditions of a fast food script. So it de- cides to invoke the fast food script. This way the robot may walk down the semantic hierar- chy, first in working the restaurant script, then working the fast food script, and so on. Now a robot could have taken a different stance. A robot could have decided to do planning. Given some initial conditions, and cold conditions, a robot may have used the operative that is avail- able to it, to generate a plan at one time. While the script is doing it, it is giving it a plan in a compiled form. The robot doesn’t have to gen- erate this plan at runtime. It is already available in memory in a pre stored form. This is very use- ful because one of the central conundrums that we have been talking about is, how is it possi- ble that AI agents can’t address computationally complex problems with limited resources in near real time? In a complex dynamic world, plan- ning can take a lot of time. But if I already have the store plans, then in working the script and executing it is much faster.
12 – Exercise Learning a Script
Click here to watch the video
Page 218 of 357 ⃝c 2016 Ashok Goel and David Joyner

Figure 584: Exercise Learning a Script
So, we have talked a lot about how the notion of scripts is connected to many of the topics that we have discussed earlier in this course. So, let’s do an exercise together. Which of the following topics might help an agent learn a script? Please check all that apply here.
13 – Exercise Learning a Script
Click here to watch the video
Figure 585: Exercise Learning a Script
Which ones did you think, David, and why? So for learning a script, I said that five of the things we’ve talked about so far would really help an agent learn a script. So we’ve seen in the past that semantic networks and frames are rep- resentationally equivalent. We saw that when we put the raven’s progressive matrices problems in terms of first semantic networks and then con- verted them to frames. Frames, as we’ve seen, are very useful for storing the type of information necessary to construct a thorough script. And if semantic networks are representationally equiv- alent, then we can also imagine a script com- posed of semantic networks instead. To skip the middle couple for a second, I can imagine in- cremental concept learning to be very important
to learning scripts. We can an imagine an AI agent acting in the world and encountering mul- tiple events everyday, and even to start to kind of develop a categorization scheme for those dif- ferent experiences. So for example, that agent might learn that if I’m developing a script for fast food, whether or not I see a McDonald’s logo or a Wendy’s logo when I walk in, is not necessarily important to which script I run. But whether or not I see a counter with cashiers be- hind it or a hostess waiting to see me, is im- portant. So that way, an agent can use incre- mental concept learning to learn the difference, for example, a fast food script and a fine din- ing script. So Ashok discussed before, planning happens when an agent has an initial state and a goal state and figures out how to navigate be- tween the two. Once they figured out that plan for navigating between that initial state and that goal state, that then becomes a script that could be transferred to a new similar situation with- out having to completely re-plan the route from scratch. And finally common sense reasoning helps the agent out because it gives the agent a kind of a language within which to learn the script in the first place. It can learn a script within this language of primitive actions that it understands and then can use those to make sense of new and novel situations. Production systems and learning by recording cases don’t re- ally apply as much to scripts because they both involve representations at a very different level of abstraction, at a very low level of abstraction. With learning by recording cases, we tend to stick with the cases, whereas scripts we have an abstraction over them. And production systems are more like atoms of knowledge representation instead of molecules or compounds like we deal with with scripts. That’s good, David. I may add, one of the things regarding the semantic networks. Recall that when we discussed seman- tic networks, we had considered how we could use semantic networks to interpret stories. We’ll use this same example. Ashok wanted to become rich. He got a gun. And we said that inside a semantic network the notes that correspond to Ashok wanted rich and gun get activated. And the activation spread from there and there’s a
LESSON 16 – SCRIPTS
Page 219 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 16 – SCRIPTS
path that formed a spare semantic network that path is the interpretation of this particular story. In a sense a script is that part. Of course if you think you see a connection between produc- tion systems or learning by recording cases and scripts that I haven’t seen. Or if you think the connection between the other topics and scripts isn’t quite as close as I’ve described, feel free to head over to our forums and we’ll discuss it there.
14 – Exercise Using a Script
Click here to watch the video
reduction, we saw earlier that the script breaks down the overall scene into smaller scenes, and even further into smaller actions. What that means is that when we’re executing the script, and it kind of gets caught somewhere we can break it down and see exactly where the script got caught. So we can see exactly where an ex- pectation was violated. Classification we actu- ally already discussed because classification can help us identify which script to execute in a given situation based on what we see. So if we walk into a restaurant and see a hostess for example we can classify that as a specific kind of restau- rant and launch the script that goes along with it. Although it would take a bigger jump, I can also imagine putting a script in terms of formal logic. Especially because we discussed before, that a script can be considered a plan that has al- ready been executed once, and can be transferred to new situations. So if we’re discussing plans in the form of formal logic, we may also be able to put scripts in those same kind of terms. In terms of what they’re asserting is true for a given state of the script. So if we could put plans in the form of formal logic, we can also imagine rewriting our script in the form of formal logic. That would give us a script in terms of what different ele- ments of the script assert about the state of the world at different points of the script’s execution. Finally, we can also see understanding applying pretty directly to scripts because it helps us dis- ambiguate similar events in different situations. So to go with Ashok’s example about receiving the bill right when you sit down at the table, understanding talks about how we can disam- biguate that event based on what else has hap- pened before and after. I didn’t see the other three as being as applicable to scripts for a cou- ple different reasons. For Generate & Test and Means-Ends Analysis, these are problem solving methods. And as we talked about with planning in the previous exercise, scripts are often used when we already have a solution and we sim- ply need to execute it. Case-Based Reasoning keeps things at the level of individual cases that can be adapted to our current problem. Where as scripts serve as an abstraction over a num- ber of cases. So I don’t really see case-based
Figure 586: Exercise Using a Script
Okay, let us do one more exercise together. This predicate exercise has to do with using a script rather than learning a script. Which of these topics that we have discussed earlier apply to an agent using a script? Check all that may apply.
15 – Exercise Using a Script
Click here to watch the video
Figure 587: Exercise Using a Script
David, which of these topics do you think are applied to using a script? So I chose four of the seven as applied to using a script. So for problem
Page 220 of 357 ⃝c 2016 Ashok Goel and David Joyner

reasoning applying as much here either. This is good, David. Thank you for sharing this. Note that Generate and & Test, and Case-Based Rea- soning might be able to have the ability to use scripts after all. So one can imagine a situation where there are a large number of scripts avail- able and the robot has to decide which of the scripts should I use for a particular situation. And may not be able to classify the situation dashed into scripts and with that case the robot will pick a script, generate it, try it out, see if it works, if it does not pick another one. Also Case- Based Reasoning is currently the application of scripts in the sense that both Case-Based Rea- soning and script-based reasoning are extremely memory intensive. What both of them are say- ing is that memory often supplies most of the answer. Like we said earlier when we were dis- cussing Case-Based Reasoning, we don’t think as much as we think we do. Most of the time memory gives us the answer. The difference, of course, like David pointed out is, that cases defer to instances whereas scripts are abstractions of the instances.
16 – Assignment Scripts
Click here to watch the video
Figure 588: Assignment Scripts
So how would scripts help inform the design of an agent to solve Raven’s progressive matri- ces? Remember, scripts are ways of making sense of complex events in the world and we can cer- tainly consider individual Raven’s matrices to be complex situations. You thus might have a script for different broad categories of Raven’s prob- lems. If this was your approach, what would your entry conditions be for each script? What
would the tracks be? What would the scenes be? Where are these scripts going to come from? Are you going to tell the agent what script it should use or will it learn a script from prior problems? If the agent succeeds using the script that you give it, who is intelligent? You or your agent?
17 – Wrap Up
Click here to watch the video
Figure 589: Wrap Up
So today we’ve talked about scripts, a com- plex way of understanding stories in the natu- ral world. Stories aren’t just narratives, though. Painting, songs, buildings are all stories of dif- ferent kinds. Stories are around us every single day. We started off by defining scripts. Scripts are causally coherent series of events. They give a prototype for what to expect in certain situa- tions. The form of the general script shows us the form of the overall prototype for the situa- tion. A specific instantiation of the script then specifies the content. Scripts can have differ- ent tracks as well. At a high level, any kind of restaurant involves entering, ordering, paying, and leaving. More narrowly though, fast food and drive through restaurants involve different scripts from casual or formal dining. This con- cludes our unit on common sense reasoning, but note that some of what we cover in the future will be applicable to learning, differentiating, and re- fining scripts.
18 – The Cognitive Connection
Click here to watch the video
Scripts are strongly connected to current the- ories of human cognition. In fact one recent the- ory says that brain is a predictable machine. We do very quick bottom up processing followed by
LESSON 16 – SCRIPTS
Page 221 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 16 – SCRIPTS
mostly top down processing with general expec- tations of the world. Then we act on those ex- pectations. This idea in fact is so strong, that when it fails it leads to amusement, or surprise, or anger. If I violate the expectations of your script, you might find it funny or surprising or you might be upset about it. An interesting and open question is, whether we carry the scripts in our hear or do we generate them at run time? Scripts are also current with the notion of men- tal models. You and I have mental models, or scripts. Not just about social situations like go- ing to a restaurant, going to a movie, but also about how the computer program works, how the economy works, how the car engine works, your physical, social, economic works. Note that scripts can be culture specific. In the U.S. for example, going to a restaurant typically involves leaving a tip. But in many countries, this is not the case. In fact in some countries, tipping is considered insulting. So scripts presumably evolved through cultural interaction over long periods of time. But once there, they’re a very powerful source of knowledge.
19 – Final Quiz
Click here to watch the video
Please write down what you learned in this lesson.
20 – Final Quiz
Click here to watch the video
Great. Thank you so much for your feedback.
Summary
Scripts help us make sense of complex, repeated events with relative ease and generate expectations about the world around us. Scripts are the culmination of frames and understanding and common-sense reasoning. Scripts are causally coherent series of events, that gives a prototype for what to expect in certain situations.
References
1. Winston P., Artificial Intelligence, Chapter 10, Pages 209-229.
Optional Reading:
1. Schank & Abelson, Scripts, Plans and Knowledge; Click here
Exercises
None.
Page 222 of 357 ⃝c 2016 Ashok Goel and David Joyner

01 – Preview
Click here to watch the video
Figure 590: Preview
Figure 591: Preview
Today, we’ll talk about explanation-based learning. In explanation-based learning, the agent doesn’t learn about new concepts. Instead,
LESSON 17 – EXPLANATION-BASED LEARNING
Lesson 17 – Explanation-Based Learning
If you can’t explain it simply to a six year old, you don’t understand it yourself. – Albert Einstein.
The longer the explanation, the bigger the lie. – Chinese Proverb.
it learns about connections among existing con- cepts. We’ll use explanation-based learning to introduce the notion of transfer of knowledge from an old situation to a new situation. This will help us set up infrastructure needed for talk- ing about analogical reasoning next time. To- day, we’ll start by talking about a concept space where we will map out all the concept and re- lationships between them. Then we introduce the notion of abstraction that helps us do trans- fer. Finally, we’ll use transfer to build complex explanations that will lead to explanation-based learning.
02 – Exercise Transporting Soup
Click here to watch the video
Figure 592: Exercise Transporting Soup
To illustrate explanation-based learning, let us begin with an exercise. Imagine that you want
Page 223 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 17 – EXPLANATION-BASED LEARNING
to transport soup from the kitchen to the dining table. Unfortunately, all of the usual utensils you use to transport soup are unavailable. They’re dirty, or just not there. So you look around, and you see some objects in the vicinity. Here is your backpack, here is a pitcher, here is a box, here is your car. And you wonder which one of these four objects could you use to transport soup from the kitchen to the dining table. Well, which one would you use?
03 – Exercise Transporting Soup
Click here to watch the video
Figure 593: Exercise Transporting Soup
I think most of us would give the same an- swer. The pitcher, not the backpack or the car or this box. Now for humans, for you and me, this is a little bit of an easy problem. All of us get it right pretty much all the time. And what about a machine? What about a robot? How would a robot decide that a pitcher is a good utensil to use for transporting soup from the kitchen to the dining table, but not a back- pack and not a box? For a robot, this is a sur- prisingly hard problem. So the question then becomes, well, what is it that makes it easy for humans and hard for robots? How can we pro- gram AI agents so that it would be easy for them as well? One important thing to note here, this is another example of incremental learning. Now we have come across incremental learning earlier, when we were talking about incremental concept learning. There we were given one example at a time, that was the example of art, and we were learning one concept, the concept of art. This is in contrast to other methods of machine learn- ing. Where one is given a, large amount of data,
and one has to detect patterns with a variety in that data. Here, there is learning occurring one step at a time, from a small number of ex- amples, one single concept has been learned. We also came across the notion of incremental learn- ing, when we were talking about chunking. Day two, there was one particular problem, and from a small number of previous episodes, we chun- ked a particular rule. This notion of incremental learning, for me it’s much of knowledge based AI. Another thing to note here, this notion or expression based learning is related to creativ- ity. We talked earlier about the relationship be- tween creativity and novelty. Here is an exam- ple in which an AI agent is dealing with a novel situation. Usual utensils for taking soup from the kitchen to the dining table are not available. What should the robot do? The robot comes up with a creative solution of taking the pitcher as the utensil
04 – Example Retrieving a Cup
Click here to watch the video
Figure 594: Example Retrieving a Cup
So imagine that you have gone to the hard- ware store and bought a robot. This is a house- hold robot. Usually the robot goes into the kitchen, makes coffee and brings it to you in a cup. However, last night you had a big party, and there’s no clean cup available in the kitchen. The robot is a creative robot and looks around, and it finds an object. And this object is light and made of porcelain. It has a decoration. It is concave. It has a handle. The bottom is flat. The robot wonders, could I use this particular object like a cup? It would want to prove to it- self, that this object, in fact, is an instance of this concept of cup. How might the robot do it?
Page 224 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 17 – EXPLANATION-BASED LEARNING
05 – Concept Space
Click here to watch the video
Figure 595: Concept Space
So let us now see how the AI agent may go about building an explanation. Why this partic- ular object is an instance of this cup? So this what the robot wants to prove, the object is a cup. And this what the robot know about the object. Object has a bottom, the bottom is flat, the object is made of porcelain and so on and so forth. So the question then becomes, how might the AI agent embodied in the robot, go about using its prior knowledge, in order to be able to build this explanation? But another way, what prior knowledge should the AI agent have, so that it can, in fact, build this explanation?
06 – Prior Knowledge
Click here to watch the video
Figure 597: Prior Knowledge
Figure 598: Prior Knowledge
Figure 599: Prior Knowledge
Figure 600: Prior Knowledge
Let us suppose that the A agent has prior knowledge of these four concepts. A brick, a glass, a bowl, and a briefcase. Let us look at
Figure 596: Prior Knowledge
Page 225 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 17 – EXPLANATION-BASED LEARNING
one of these concepts in detail. So the brick is stable because the bottom is flat. And a brick is heavy. So first, this particular conceptual char- acterization has several parts. About stability and about heaviness. Second, there is also some- thing about causality here. The brick is stable because its bottom is flat. This is an important element of the brick, and similar things occur in the other four concepts. Let us now consider how an AI agent might be able to represent all of this knowledge about a brick. Here is a vi- sual rendering of this representation. First, the A agent knows about a lot facts about the brick. So a brick is heavy. The brick has a bottom and the bottom is flat. That comes from the sec- ond part of the first sentence. Bottom is flat. And also that the brick is stable. So here are some observable facts and this is a property of the brick. So this is part of the structure of the brick. This is part of its function. In addition, the A agent knows that the brick is stable be- cause the bottom is flat. So we need to cap- ture this notion of causality. So this yellow ar- rows here, are intended to capture this notion of causality. The AI agent knows that the brick is stable because the brick has a bottom and the bottom is flat. And this way, it connects these structural features into these factional features, to these causal connections. To take another ex- ample, here is a conceptual characterization of a briefcase and here is it’s knowledge for represen- tation. I’ll not go through this in great detail, but briefly, a briefcase is liftable because it has a handle and it is light. And it is useful because it contains papers. Notice the notion of causal- ity here again. Once again there’re these facts about the briefcase, for example the briefcase is portable, the briefcase has a handle, you know, these structural observable features. And then there is this functional features like briefcase is useful and briefcase is liftable. And then we have these yellow arrows denoting the causal connec- tions between them. Similarly for the bowl, here is its conceptual characterization and the knowl- edge representation. So the bowl contains cherry soup that one of the fact here. The bowl is con- cave, that’s another fact here and it is a causal relationship here. It carries liquid because it is
concave. Finally the fourth concept the A agent knows about, a glass. And a glass enables drink- ing because it carries liquid and it is liftable, and it is pretty. So the glass is pretty. The glass car- ries liquids. It is liftable. And the fact that it enables drinking is because of these two other facts. Note quickly that not all these structural features participate in this causal explanation.
07 – Abstraction
Click here to watch the video
Figure 601: Abstraction
Figure 602: Abstraction
Now that we have the characterizations and the knowledge representations the four concept’s worked out, let us see how the AI agent might ac- tually use them. So let’s look at the bowl. Here was the knowledge representation of the charac- terization of the bowl. The AI agent will ab- stract some knowledge from this particular ex- ample. Here is its abstraction. Two things have happened here. First, it is abstracting only those things, that are in fact causally related. Simple features that have no causal relationship with other things, are not important and they can be dropped. So we can add one other element of a notion of an explanation. The explanation is
Page 226 of 357 ⃝c 2016 Ashok Goel and David Joyner

a causal explanation. The AI agent is trying to build a causal explanation that will connect the instance, the object, into the cup. Second, the AI agent creates an abstraction of this charac- terization of the bowl. And so in the bowl, it replaces it with an object. So here the bowl car- ries liquids, because it is concave, and it is ab- stracted to the object carries liquid because it is concave. This is the abstraction that is going to play an important role in constructing the causal explanation.
08 – Transfer
Click here to watch the video
Figure 603: Transfer
Figure 604: Transfer
Figure 605: Transfer
Figure 606: Transfer
Figure 607: Transfer
Figure 608: Transfer
Figure 609: Transfer
Okay so now let us see how the AI agent might go about building an explanation that shows that the object that have these proper- ties in fact is an instance of this concept of a
LESSON 17 – EXPLANATION-BASED LEARNING
Page 227 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 17 – EXPLANATION-BASED LEARNING
cup. What I’ll do here is to first sketch out the explanation for you and then I’ll discuss how the AI agent goes about building the explanation. Let us first consider this part. This is an ab- straction that we learn from the bowl. The ob- ject carries liquid because it is concave. There is a similar abstraction learned from the brief- case. The object is liftable because it is light and it has a handle. Here’s the abstraction that the air agent learned from the glass. The glass enables drinking because it carries liquids and because it is liftable. So, in this way, the ab- straction learned from the glass gets connected to the abstractions learned from the bowl and the abstraction learned from the brief case. Note that the effect here and the abstraction from the bowl has become the cause for the effect that was the abstraction from the glass. Similarly here, the effected object is liftable was learned from the briefcase example, but in the context of the glass, this becomes the cause for object enables drinking. Let’s shift to the fourth ex- ample for brick. ¿From there, one knows that the object is stable because it is a bottom and the bottom is flat. Now, we can connect this causal chain and this causal chain into a more complex causal explanation for why this object is a cup. The call that we had said earlier and the definition of a cup, that an object is a cup if, it is stable and it enables drinking, now we have shown that in fact, this particular object is a cup because it is stable and it enables drinking. In practice when an A Agent actually goes about building this explanation, it works backwards. For the definition of the cup, it knows that in order for an object to be a cup, the object must be stable and the object must enable drinking. So the A Agent’s senses’ goal of proving that the object is stable into his memory. Memory re- turns the example of a brick, because a brick is stable, but the brick said that the brick is stable because it has a bottom and the bottom is flat. So the air agent affects this causal relationship from the brick example and applies it to the ob- ject here. Similarly for this part and they asked for the definition of the cup was that it enables drinking. So how can the A agent prove that the object enables drinking? This object only exists
in the kitchen. The air agent sensed the goal of proving that the object enables drinking induced memory. Memory returns the example for glass because the glass enables drinking. It abstracts from glass the fact that the object must carry a liquid and the object must be liftable in or- der to enable drinking. That sets up some new experiences with sub goals. How can the area agent now prove that the object can carry liq- uid? That goes back into the memory, and the example of a bowl is found. And I think you can now see how the rest of the explanation process would work. Note this connects with a couple of lessons we have learned earlier. First you can see [problem] reduction and application here. Want- ing to prove that object is a cup, to do that we deduce the problem into two smaller and simpler problems. Let’s prove that object is stable, let’s prove that object enables drinking, and so on and so forth. Second this connects with the notion of planning. When we were discussing planning we had open preconditions. Those were precon- ditions of a goal which we needed to satisfy. We use those open preconditions to select operators, a similar thing is happening here. When we want to prove that the object is a cup, then we have two open preconditions, object is stable, and ob- ject enables drinking. These preconditions then become levels while selecting explanatory proofs, explanatory fragments that can help fulfill those preconditions. So the scenario of a robot proving that an object is a cup is a bit of a longer term scenario. We’re still a ways away from having robots that walk around our house and retrieve cups for us. To take an example perhaps from the near future, I can imagine one day having a word processor that has built into it some intelli- gence such that, instead of choosing a file based strictly on its file name, I can say something like, get me that important document from last Tues- day. I myself might not remember the filename or where I saved it, but I remember that last Tuesday I was working on an important docu- ment. The intelligent search in the word proces- sor would then iterate over the documents and say, can I both prove that the document is im- portant and it is from last Tuesday? Now the word processor might not have a notion of im-
Page 228 of 357 ⃝c 2016 Ashok Goel and David Joyner

portance built into it naturally, but it knows doc- uments I considered important in the past. And it might start to notice the documents that have my header on them, and have my signature at the bottom, are important. And from there, it can start to build a case for why that particular document is important. Coupled with just be- ing able to read the time stamp and see if it’s from last Tuesday, it should be able to retrieve for me documents that might be both important and from last Tuesday without me ever really knowing what the document file name was or where I saved it. This kind of explanation-based learning actually occurs in our everyday life. So you are now constantly improvising. Papers are blowing off my desk. How can I stop them from blowing off? So I need something to stop them from blowing away. What is other label what can act as a paper weight? A cup. Here is a cup. Let me put it on the paper. This is an example of improvisation where we use explanation-based learning to realize that this is how we use a flat bottom can act as a paper weight. Here is an- other example. I need to prop open a door, a door stopper is not available. What can I use? Perhaps an eraser or a chair. You and I do this kind of improvisation all the time, and often we are building these explanations that tell us that an eraser can be used as a door stopper.
09 – Exercise Explanation-Based Learning I
Click here to watch the video
Figure 610: Exercise Explanation-Based Learn- ing I
Okay let us do an exercise together. This time instead of showing that an object is an in- stance of a cup, we are going to try to show that
an object is an instance of a Mug. So here is the definition of a Mug. A mug is an object that is stable, enables drinking, and protects against heat. Notice that we have added one more ele- ment here, not only stable like a cup, not only enables drinking like a cup, but also protects against heat. Here is an object, I will label in the cushion. The object is light and is made of clay. It has concavity and has a handle. The bottom’s flat and the sides are thick. You can assume that the agent knows about all four ex- amples as earlier, the glass, the bowl, the brick, and the briefcase. [In addition, ] in this particu- lar case the agent also knows about yet another example, a Pot. The Pot carries liquid because it is concave, It limits heat transfer because it has thick sides and is made of clay. Your task is to. Build an explanation that shows, that this object is an instance of a Mug. Can we prove this?
10 – Exercise Explanation-Based Learning I
Click here to watch the video
Figure 611: Exercise Explanation-Based Learn- ing I
Figure 612: Exercise Explanation-Based Learn- ing I
LESSON 17 – EXPLANATION-BASED LEARNING
Page 229 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 17 – EXPLANATION-BASED LEARNING
What do you think, David? This is provable. Some said that no, based on the knowledge that we’re given here about the mug, a pot, and an object, and the things that we know from the past, we can’t actually prove that this object is a mug. We can prove that the object is stable, and enables drinking based on what we saw with the proof of the cup. The object we’re dealing with here, had all the same criteria as our object in the other example in addition. To these thick sides, and being made of clay. So because we had everything else, we were able to easily prove that it’s stable and enables drinking. But what we can’t do is we can’t link protecting its heat to limiting heat transfer. Nothing in my definition of pot actually tells me that the fact that it lim- its heat transfer actually protects against heat. So, while for my definition of pot I can abstract that because my new object has thick sides and is made of clay, it limits heat transfer, I can’t make that last connection to protecting against heat. That is good David. Now let’s make sure that we understand the processing that David did. He wanted to show that the object is a mug. So he looked at the conditions, the open condi- tions of proving that the object is a mug, and there were three of them. For each of them, he tried to build a proof. He could do so for the first two, but this was the open one. So he came up with the closest example, that was the pot. And he did the abstraction here, but he was unable to link these two, because there is no knowledge which links these two at the present time.
11 – Exercise Explanation-Based Learning II
Click here to watch the video
Figure 613: Exercise Explanation-Based Learn- ing II
So let us do another exercise that builds on the previous one. Which of this four concepts will enable the a agent to complete the proof in the previous exercise?
12 – Exercise Explanation-Based Learning II
Click here to watch the video
Figure 614: Exercise Explanation-Based Learn- ing II
Figure 615: Exercise Explanation-Based Learn- ing II
Figure 616: Exercise Explanation-Based Learn- ing II
There are a couple of other points to note about this exercise. An important question in our [Knowledge-Based AI] is, what knowledge does one need. It’s not a question of putting
Page 230 of 357 ⃝c 2016 Ashok Goel and David Joyner

in a lot of knowledge into a program. Instead, the real question is, in order to accomplish a goal what is the minimal amount of knowledge that the AI agent actually needs? Let’s see how this applies here. The goal was to show that the object is a mug. Instead of putting in a lot of knowledge, the agent starts asking, what do we need in order to show that the object can protect against heat? What do we need to know to show that the object is stable? And then it goes about searching for that knowledge. The second point to note here is, depending on the background knowledge available, the agent will opportunis- tically build the right kind of causal proofs. So if the agent knows about the wooden spoon, it will approve this proof. If, on the other hand, the AI agent knew not about the wooden spoon but about the oven mitt, then it could use this particular proof. Which proof the AI agent will build, will depend upon the precise background knowledge available to it
13 – Explanation-Based Learning in the World
Click here to watch the video
Exploration-based learning is very common in the real world. You and I do it all the time. You need to prop open a door, you bring a chair, and you use it to prop open the door because it just put an explanation for why the chair, in fact, can prop open a door. There is a sheaf of papers on a desk with the shuffling around. You take a coffee mug, put it on the sheaf of paper that acts as a paperweight. Another example or ex- planation best learned. You and I are constantly dealing with novel situations, we are constantly coming up with creative solutions to them. How do we do it? One way is if we use existing con- cepts but use them in new ways. We find new connections between them by building explana- tions for them. This is sometimes called Speed Up learning because we’re not learning new con- cepts, we’re simply connecting existing concepts. But it’s a very powerful way of dealing with a large number of situations. And today in class, we’ll learn how we can build AI agents that can do the same thing that you and I do so well.
14 – Assignment Explanation-Based Learning
Click here to watch the video
LESSON 17 – EXPLANATION-BASED LEARNING
Figure 617: Learning
Assignment Explanation-Based
So how would you use explanation based learning to implement an agent to can solve Raven,s progressive matrices? The first ques- tion you’re asking here is what exactly are you explaining? Are you explaining the answer to the problem, or are you explaining the transfor- mations between figures in the earlier stages of the problem? Given that, what new connections are you learning, Is it learning performed within the problem or old connections an justify the fig- ure to fill in the blank, or to perform the cross problems, where new transmissions and types of problems can be learned and connected together. For example you might imagine that you’ve en- countered two problems before, one are rotation and one are reflection. A new problem might involve both, how do you use those earlier prob- lems to explain the answer to this new problem?
15 – Wrap Up
Click here to watch the video
Figure 618: Wrap Up
So today, we’ve talked about explanation- based learning, a type of learning where we learn
Page 231 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 17 – EXPLANATION-BASED LEARNING
new connections between existing concepts. We first talked about our concept space. A space of information that enables us to draw infer- ences and connections about existing concepts. We then talked about how prior knowledge is mapped onto this concept space for new rea- soning. Then we talked about how we may ab- stract over prior knowledge to discern transfer- able nuggets. And how we might then trans- fer those nuggets onto the new problem we en- counter. Next time, we’ll expand on this idea of transfer to talk about analogical reasoning, which is inherently transfer-based. Explanation- based learning will also come up significantly in learning about correcting mistakes and in diag- nosis. So feel free to jump ahead into those lessons, if you’re interested in continuing with this example.
16 – The Cognitive Connection
Click here to watch the video
Explanation based learning is a very common classroom task, you and I appear to do it all the time. We can use a chair to prop open a door, and we can deliver a very quick explana- tion for why the chair is a good prop. We can use a coffee mug to hold down a pile of papers, and pull out an explanation for why the coffee mug would make a good paper weight. Of course there is a lot more to it than we have discussed sso far. Explanation based learning is central [to Knowledge-Based AI and] on cognitive sci- ence, because we are trying to build human like, human level intelligence. Explanations and ex- planation based learning nowhere is prominent in other schools of AI. Second, note that hu- mans are not very good at explaining everything. We can only explain those things which appear to be consciously accessible. We have a hard time explaining memory processes, for example, or we have a hard time explaining certain kinds of physical actions. For example, when I play tennis, my feet move the way they do, and I can’t explain to you why I can’t make them move better. Third, although we can generate expla- nations, this does not necessarily mean that our
process for generating explanation is the same process that we use to arrive at the decision in the first place. Explanations can be post talk. Further, the very act of [to Knowledge-Based AI and] explanations could interfere with the rea- soning process. However, when we can generate explanations, it can lead to much deeper, much richer understanding and learning, because it ex- poses the cause of connections. Finally, for AI systems to be accepted in our society they must be able to generate good explanations. You, for example, will be unlikely to accept the advice of a medical diagnostic system if the diagnostic sys- tem cannot explain it’s answers. I must be able to explain it’s answers as well as the process it used to arrive at those answers. Explanation is fundamental to trust.
17 – Final Quiz
Click here to watch the video
Please write down what you learned in this lesson.
18 – Final Quiz
Click here to watch the video
Great. Thank you so much for your feedback.
Summary
Explanation-based learning is type of learning where we learn new connections between existing concepts from the concept space.
References
1. Winston P., Artificial Intelligence, Chapter 8.
Optional Reading:
1. Winston Chapter 17; Click here
Exercises
None.
Page 232 of 357
⃝c 2016 Ashok Goel and David Joyner

Lesson 18 – Analogical Reasoning
Problems are like washing machines. They twist us, spin us and knock us around. But we come out cleaner, brighter and better than before. – Unknown.
01 – Preview
Click here to watch the video
Figure 619: Preview
Figure 620: Preview
Today we’ll talk about Analogical Reason- ing. Analogical Reasoning involves understand- ing new problems, in terms of family of prob- lems. It also involves addressing new prob- lems, but transferring knowledge of relationships
from known problems across domains. We intro- duced a notion of transfer previously in explana- tion based learning. We also have talked about Case Based Reasoning. Today we’ll talk about transfer in a much more general manner. We’ll start by talking about similarity then revisit case based reasoning. Then we’ll talk through the overall process of analogical reasoning, includ- ing retrieval, and mapping, and transport. Then we’ll close by talking about a specific application of analogy, called Design by Analogy.
02 – Exercise Similarity Ratings
Click here to watch the video
Figure 621: Exercise Similarity Ratings
To illustrate the notion of similarity, let us consider an example. Consider that a woman is climbing up a ladder. Here are seven situations. Can you please rank these seven situations by their order of similarity to the given situation?
LESSON 18 – ANALOGICAL REASONING
Page 233 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 18 – ANALOGICAL REASONING
03 – Exercise Similarity Ratings
Click here to watch the video
Figure 622: Exercise Similarity Ratings
Interesting answer, David, note that there are several factors in David’s answers. In the two situations that he thought were most similar to a woman climbing up a ladder, in the similarity in the relationship, climbing up as well as similarity between objects, woman and ladder. In contrast, one that he did not think was really similar to a woman climbing up a ladder, woman painting a ladder. Although there is some similarity be- tween the objects woman, and ladder, the rela- tionship is very different here it is climbing up a ladder, here it is painting a ladder which are two very different activities. Between one and two we notice, that both of them have the same rela- tionship, climbing up, but an object is different, In one case it is the step ladder and in another case it is a set of stairs. So one can have similar- ities in relationships, one can have similarities in objects, of course some of you may have differ- ent rankings with the similarities of the one they would give. Because, your background knowl- edge might be different or your priorities might be different, but the point here is the similar- ity can be measured around several dimensions. Around the dimension of relationships, around the dimension of objects, around the dimensions of features of objects, and around the dimensions of values of features of objects that are partici- pating in relationships, we’ll talk more about this in just a few minutes.
04 – Cases Revisited
Click here to watch the video
Figure 623: Cases Revisited
Figure 624: Cases Revisited
We have come across the notion of similar- ity earlier in this course. When we were dis- cussing learning [by recording] cases, that par- ticular point, we came across the matter of find- ing the nearest neighbor. At that point we found the nearest neighbor simply by looking at the [by recording] distance between the new situation, and the familiar situations. We came across the notion of similarity when we were discussing case reasoning as well at that point, we came across at least two different methods of organizing the case library. And that, in one method, we could simply organize all the cases in array here’s an array of several cases in the domain of navigation and urban area, each case here is represented, by the x and y location of the destination. A dif- ferent and smarter method, also organizes cases that are discriminatory, the leaf nodes of this dis- crimination tree represented the cases. The root node and the interior nodes in the discrimina- tion tree represented discrimination, or decisions about the values of specific features for example, east of 5th Street or not east of 5th street, both of these [by recording] schemes are based on mea- sures of similarity. In the first scheme the simi- larity is based on the similarity between the tags,
Page 234 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 18 – ANALOGICAL REASONING
If a new problem were to come along it would be more or less similarly one of these cases depend- ing on whether or not its tags match the tags of a particular case here. In the second scheme of this [by recording] tree, similarity is based on, traversing this particular tree, If a new problem came along, we would use the features of that new problem to traverse this tree and find the case whose features best match your new prob- lem. Note that the new problem, and the source cases in all of these examples so far have been in the same domain. Here for example, both the new problem and the source case are in the same domain of navigating in an urban area, in the previous example, the new problem and the source case were the domain of colored blocks in the blocks world. What happens if the new problem and the SOS case are not in the same domain? So consider the example of, a woman walking up the ladder and walking up the wall. The two dimension are the same, we’re talking about woman in one case and in other case, a lad- der in one case, a wall in other case yeah, there’s some similarity. Situations like this, where the new problem and the source case are from differ- ent domains, lead to cross-domain analogies. So the question now becomes, how can we find leaf similarity between the new problem, the target problem, and the source case, if they happen to be in different domains?
05 – Need for Cross-Domain Analogy
Click here to watch the video
Figure 625: Need for Cross-Domain Analogy
Page 235 of 357 ⃝c 2016 Ashok Goel and David Joyner
Figure 626: Need for Cross-Domain Analogy
Figure 627: Need for Cross-Domain Analogy
Figure 628: Need for Cross-Domain Analogy
Figure 629: Need for Cross-Domain Analogy

LESSON 18 – ANALOGICAL REASONING
Figure 630: Need for Cross-Domain Analogy
To dig into this issue of similarity between a target problem and a source case in different domains, let us look at another example. Let us suppose it is a patient who has a tumor in his stomach. There is a physician who has a laser gun. She knows that if the laser light were to shine on this tumor, the tumor will be killed and the patient will be cured. But the physician has a problem. The laser light is so strong that it will also kill all the healthy tissue on its way to the tumor, and thereby killing the patient. What should the physician do? This is actually a very famous problem in cognitive science. It was first used by a psychologist called Don Curry around 1926. What do you think the physician should do in this situation? Take a moment and think about it. We’ll return to the physician and the patient example in just a minute. First let me tell you another story. Once there was a kingdom ruled by a ruthless king, there was a rebel army approaching the fortress in which the king lived. Well there was a problem. The kings’ men had mined, all the roads approaching the fort. As a result, if an army was to walk over the roads, the mines would go off, and the soldiers would be killed. So what did the army decide to do? The army decided to decompose itself into smaller groups, so that each group could come from a different road, and reach the fort at the same time. Because each group was small enough, the mines on the roads did not go off. The soldiers were able to attack the fort at the same time and overthrow the bad king. Now let’s go back to the problem of the physician and the patient. What do you think now? Has the answer to the problem changed? Some of you indeed may have changed your answer because of this story
I told you about the king and the rebel army. One solution to this problem is that a physician would divide a very intense laser beam into sev- eral smaller, less intense beams. As these beams come from different directions, they do not harm the healthy tissue. However, they reach the tu- mor at the same time and manage to kill the tumor. You will note that this is an example of cross-domain analogy. Here the target problem had to do with the physician and the patient. The source case had to do with the king and the rebel army. The objects in these two situations were clearly very different. In one case we had a physician and the patient, the laser beam and the tumor. And in the other case we had the king and the rebel army, the fort and the mines. Some of the relationships were very similar. In capturing the fort case, we had a resource, the army, which was decomposed into several small armies, which was sent to the goal location at the same time. We took this battle, we took this strategy, abstracted it out, and then applied it to the patient and physician example. A physi- cian used the same strategy. Resource decom- poses into several smaller resources, and sent to the goal at the same time. Now you can also see why the ant climbing a wall is similar to a woman climbing a ladder. The objects are different, ant and wall, woman, and ladder, but the relation- ship is similar. Climbing up. The cross-domain analogy is then, the objects and the features and the values of the objects can be different. The similarity is based on the relationship. It is the relationship that is important. It is the relation- ship that gets transferred from the source case to the target problem.
06 – Spectrum of Similarity
Click here to watch the video
Page 236 of 357 ⃝c 2016 Ashok Goel and David Joyner

Figure 631: Spectrum of Similarity
We can think of a spectrum of similarity. At one end of the spectrum, the target problem and the source case are identical. At the other ex- treme end of the similarity spectrum, the tar- get problem and the source case have nothing in common. We can evaluate the similarity be- tween the target problem and source case in sim- ilar dimensions. In terms of the relationships oc- curring in the source case and the target prob- lem. In terms of the objects occurring between the two. In terms of the features of the objects and in terms of the values that the features of the objects take. At the end of the spectrum, where the target problem and the source case are very similar, with relationships, objects, fea- tures, and values are all similar. At the other end the values, features and objects may be dif- ferent, but the relationships are similar. If the relationships too are different, then there’ll be nothing in common with the target problem in the source case. When the relationships, objects, features and values are all similar, then that is an example of recording cases, and we have come across it. An example of that was from the col- ored blocks in the blocks world. When the simi- larity between the target problem and the source case is along the dimension to relationships and objects, but not along the dimensions of values or values and features, then that’s an example of case-based reasoning. We discuss this method in the domain of navigation and urban areas. The objects of the concept between the target prob- lem and the source case being the same means that the domains are the same. So cased-based reasoning is within domain analogy. An analog- ical reasoning in general, objects in the target column and the source case too, might be differ-
ent. We saw an example of analogical reasoning in the Dunker radiation problem, when we were talking about cross-domain analogical transfer. Actually recording cases in case based reasoning are also examples of analogical reasoning, except that they occur in the same domain. The tar- get firm and the source cases in the same do- main, which is why we consider them earlier. By analogical reasoning here, we mean cross domain analogical transfer. As in the Dunker radiation problem.
07 – Process of Analogical Reasoning
Click here to watch the video
Figure 632: Process of Analogical Reasoning
Analogical reasoning allows us to look at new problems in terms of familiar problems. It also allows us to transfer knowledge from familiar problems to new problems. A hierarchy process of analogical reasoning is shown here. It consists of five major phases, retrieval, mapping, trans- fer, evaluation, and storage. We’ll discuss all five stages, in detail. Let us compare for a mo- ment, the process for an illogical reasoning in general, with a process for, case based reason- ing, within domain and illogical reasoning that we discussed earlier. Notice that retrieval, eval- uation, and storage, are common between the two processes. In case based reasoning the tar- get problem and this first case, were from the same domain. They had the same kind of re- lationships, and the same kind of objects. We simply had to adapt the source case to address the target properly. An analogical reasoning in general, the target form and the source case need not be from the same domain. When they are not from the same domain, we can’t just take
LESSON 18 – ANALOGICAL REASONING
Page 237 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 18 – ANALOGICAL REASONING
the source codes and adapt it. We first have to map the target problem with the source case that is, we need to address the correspondence prob- lem. What in the target problem, corresponds to what in this source case as an example? The laser beam and the target Duncker’s radiation problem corresponds to the rebel army in the source case. Once we have mapped the concep- tual relationship in the target problem to the conceptual relationships in the source case, then, we can try to transfer some of the relationships in the source case to the target problem. We can first abstract those relationships and then trans- fer them to the target problem. As an example, the Duncker’s radiation problem we first did the alignment, that is, we just did the correspon- dence problem, what in the target [Euclidean] corresponds to what in the source case? Then we took the relationship, and abstructed it. The relationship in that case was, take the resource and decompose it into several smaller resources, and send them to the goal at the same location. That particular relationship, that particular pat- tern, is what we abstracted and transferred to the target problem. Note that this is just one theory of analogical reasoning. In other theo- ries, some of these boxes are configured differ- ently. For example, in another theory, mapping is a part of retrieval. We do mapping in order to do retrieval.
08 – Analogical Retrieval
Click here to watch the video
Figure 633: Analogical Retrieval
Figure 634: Analogical Retrieval
Figure 635: Analogical Retrieval
Let us look at analogical retrieval more closely. Once again, we have come across this idea earlier. We did analogical retrieval in recording cases by the k nearest neighbor method. We did analogical retrieval on a case based reasoning using two different methods, the array method and the discrimination tree method. Here the criteria for evaluating similar- ity were very clear, as we discussed earlier. [case indexing] distance, same tags, as well as place- ment in this discrimination tree. The question now becomes, what criteria should be used to de- cide on the similarity between the target problem and the source case, given that they come from different domains? On surface, there seems to be little similar between the two. None of the ob- jects are similar. None of the values of features are similar. Yet, there is a deep similarity there. We can distinguish now between superficial sim- ilarity between two situations and deep similar- ity between two situations. Superficial similarity deals with features of objects or counts of objects or objects themselves. Deep similarity deals with relationships between objects, or sometimes re- lationships between relationships. Examples of this arise from the variables test with which you
Page 238 of 357 ⃝c 2016 Ashok Goel and David Joyner

are already familiar. Features here refer to the size of the square, the size of the circle, or per- haps where there is a hollow square, or a solid dot. The count refers to the number of squares, or number of circles, in a particular image. Ob- jects here refer to circles and squares and dots. Let us look at relationship between objects. Two situations are said to be deeply similar, if the re- lationship between the objects is similar. As an example, a and b are similar, in that, that the dot is outside the circle here and the square is outside the circle here. A and b are also simi- lar in that the dot is above the circle here and the square is above the circle here. What about relationships between relationships? Let us com- pareaandb. IngoingfromAtoB,thedothas disappeared, and a square has come outside the circle, and become bigger. Now we can compare this relationship between a and b, with some of the relationship between a c and a b, in which too, some object might be disappearing, and an- other object which may be in the center of the circle comes out of the circle. I’m sure you’ve come across problems like that on the variable test. This is an example of a binary relation- ship, a relationship between two objects. This is an example of a higher order relationship, a tertiary relationship if you wish. This is a re- lationship between the relationship between ob- jects. You might even say that these are exam- ples of unary relationships. These are just ex- amples of objects and their features and counts. In general, as we go from unary relationships to binary relationships to tertiary relationships to even higher order relationships, the similarity be- comes deeper and deeper. This means that mind decides two situations to be more similar if the similarity is at the level of relationship between objects rather simply at the level of objects or features or counts and objects.
09 – Three Types of Similarity
Click here to watch the video
LESSON 18 – ANALOGICAL REASONING
Figure 636: Three Types of Similarity
Semantic similarity used with conceptual similarity between the target problem and the source case. If we recall the original exercise that David had answered, in that exercise, a woman climbing up a ladder is conceptually similar, se- mantically similar to a woman climbing up a step ladder. The same kind of concepts occur in both situations. Woman, and step ladder or ladder. Pragmatic similarity concerns with external fac- tors. Factors external to the presentation, such as goals. As an example, in the Dunker radia- tion problem, the physician had a goal of killing the tumor, which was similar to the goal of cap- turing the fort in case of the rebel army and the king. Pragmatic similarity refers to similarity of external factors, factors external to the represen- tation, such as similarity of goals. The Dunker radiation problem for example, the physician had the goal of killing the tumor, which was similar to the goal of capturing the fort in case of the rebel army in the king example. The third measure of similarity is structural similarity. Structure here refers to the structure of presentations, not to physical structure. Now structural similarity of the first two, similarity between the representa- tional structures of the target problem and the source case, and we’ll look at an example of this in just a few minutes. Know that one can assign different kinds of weights to these three measures of similarity. So some queries of analogy focus on structural similarity. Other theories of anal- ogy focus on semantic and pragmatic similarity. That is also why you may have given slightly different answers to the questions in the first ex- ercise than David did.
10 – Exercise Analogical Retrieval I
Click here to watch the video
Page 239 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 18 – ANALOGICAL REASONING
Figure 637: Exercise Analogical Retrieval I
Let us do another exercise together now that we know about deep similarity and super- ficial similarity. Consider the situation again, a woman is climbing up a ladder. Give this set of situations, mark whether each of the situations is deeply similar or superficially similar to this given situation. Know that some might be both and others might be neither
11 – Exercise Analogical Retrieval I
Click here to watch the video
Figure 638: Exercise Analogical Retrieval I
What do you think, David? So perhaps un- surprisingly, I said that the two most similar sit- uations in my original answer were both deeply and superficially similar. A woman climbing a step ladder is both deeply similar in that the rela- tionship are the same. And superficially similar in that the woman and the ladder are somewhat similar. I also said that the woman climbing a set of stairs is both deep and superficially sim- ilar. We still have a woman climbing in both, and I said that a set of stairs is somewhat su- perficially similar to a ladder, in that both are designed to allow someone to ascend. Although some others might say that that’s not superfi- cially similar. Then I said that the other three
that involved rising in some way were all deeply similar as well. The plane taking off into the sky, the woman climbing the corporate ladder, and the ant walking up the wall were all deeply similar to me because all involved this relation- ship of climbing. I said that the woman painting a ladder was only superficially similar, which is why it was one of the lowest rated in our origi- nal exercise. And finally the water bottle sitting on a desk is neither deeply similar nor superfi- cially similar, because nothing is the same be- tween those two situations. This is good, David. Once again, different people may give different answers to this exercise. Why did we do so? Well, let’s examine it next.
12 – Exercise Analogical Retrieval II
Click here to watch the video
Figure 639: Exercise Analogical Retrieval II
Many science textbooks in middle school or high school explain the atomic structure in terms of the solar system. Here’s a representation for the solar system, here’s a representation for the atomic structure. Let us see how this model of the solar system helps us make sense of the atomic structure. We’ll use this example often going forward. And this representation of the solar system is arrows are denoting causality. So the sun’s mass is greater than the planet’s mass, which causes the planet to revolve around the sun. Similarly for the atomic structure, there is a force within the nucleus and the electron, and that causes the nucleus to attract the electron and the electron to attract the nucleus. Given these two models, what are the deep similarities between them?
Page 240 of 357 ⃝c 2016 Ashok Goel and David Joyner

13 – Exercise Analogical Retrieval II
Click here to watch the video
Figure 640: Exercise Analogical Retrieval II
What do you think, David? What are the deep similarities here? So, I picked that three of these are deep similarities. In both there’s something revolving around something else. The planet revolving around the sun and the electron revolving around the nucleus. In both, there’s a force between two objects. A force between the sun and the planet, and a force between a nucleus and an electron. And in both, two objects at- tract each other. All three of these are based on relationships. The revolution, the force between two objects and the attraction between two ob- jects. I didn’t pick the other three because while these two are true, they don’t represent deep re- lationships. And while this is actually true, it’s not actually captured in our representation. So this isn’t part of our knowledge base for the pur- pose of this problem. Now we can see why the textbooks write about this solar system and the atomic structure in such a way that these re- lationships become salient. They help us make sense of the atomic structure, but pointing to the deep similarities between the relationship that are occurring with the atomic structure and the relationship that are occurring in the solar sys- tem
14 – Analogical Mapping
Click here to watch the video
Figure 641: Analogical Mapping
Now let us consider analogical mapping. The problem here is called the correspondent’s prob- lem. There are a number of obvious relationships in this target problem. There are a number of obvious relationships in this source case. What in the target problem corresponds to what in the source case? If we can address the correspon- dence problem. If we can say, for example, that the laser beam corresponds to the rebel army, then we can start aligning the target problem and the source case so it makes the deep simi- larities between relationships salient. Note there are several parts of a target problem and several in the source case. In principle, any of these ob- jects of the target problem could correspond to any of the objects in the source case. In which case we would have an m to n mapping, and that becomes computationally inefficient. If you and I, often do not have much of a problem deciding, if the laser beam must correspond to the devil army. How do we do it? And how can we help AI agents make similar kind of correspondences? Our answer is, we’ll make use of relationships. In fact, we’ll make use of higher order relation- ships, whenever possible. We’ll give precedence to higher order relationships, over other relation- ships. As a unary relationship, we might say that a patient is a person here, and king is a per- son there. The binary relationship we might say, that physician has a resource, the laser beam. And that the rebel army has a resource, the army itself. It’s a higher ordered relationship, a ter- tiary relationship between say, that between the goal and the resource is an obstacle. They held a tissue in this case. Similarly between the goal and the resource is an obstacle, the minds in this case. We focus on the higher ordered relation-
LESSON 18 – ANALOGICAL REASONING
Page 241 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 18 – ANALOGICAL REASONING
ship there, that’s where the deepest similarity between the two situations lies. This is how we know to mark between the king and the tumor and not between the king and the patient. Al- though the king and the patient are superficially similar, a deeper similarity lies in viewing the king and the tumor in terms of goals which need to be cured or captured using a resource when there is an obstacle in between them.
15 – Exercise Analogical Mapping
Click here to watch the video
nucleus and the electron on the right. If we look only at the top half of each representation all we can really say is that the sun must map to one of them and the planet must map to one of them. Because these relationships are symmetrical, if I don’t consider the bottom half it wouldn’t mat- ter which is which. If I look at the bottom half of the representations however, it tells me which part of the Solar System must correspond to which part of the Atomic Structure. The planet revolves around the Sun, and the electron re- volves around the nucleus. So the planet and the electron must correspond because both are doing the revolving and the Sun and the nucleus must correspond because they are the centers of the revolution. So, the sun corresponds to the nucleus and the planet corresponds to the elec- tron. This is right, David. Another thing to take away from here is, look at the depth of under- standing it requires in order to be able to make the right kind of correspondences. If one did not have the right kind of model for the solar system and atomic structure that captures the deep re- lationships, then the mapping may not be done and the alignment wouldn’t work. And we would not be able to understand the atomic structure in terms of the solar system. This models deep and rich models of the two systems, the target problem and the source case are essential to de- ciding how to align them, how to map them, and as we will see in a moment, what to transfer and how to transfer it.
17 – Analogical Transfer
Click here to watch the video
Figure 644: Analogical Transfer
Now let us consider analogical transfer. So, given this target problem, analogical retrieval
Figure 642: Exercise Analogical Mapping
Let us do an exercise on deep relationships. Let’s get back to for example the solar system and the atomic structure. Let us suppose that you’ve given this representation of the solar sys- tem and this representation of the atomic struc- ture. How would you map the solar system to the atomic structure?
16 – Exercise Analogical Mapping
Click here to watch the video
Figure 643: Exercise Analogical Mapping
What choices did you pick David? So there’s a few different ways we can do the mapping be- tween the sun, the planet on the left and the
Page 242 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 18 – ANALOGICAL REASONING
has led to this source case. Given a model of the target problem and a model of the source case, analogical mapping has also occurred, cor- respondence has been established. This we now know that a king corresponds to the tumor, not to the patient. And that the rebel army corre- sponds to laser beam. For the source case we also know the solution. The rebel army divided itself into smaller groups, and the smaller groups all arrived at the fort at the same time. Now the question becomes how can we transfer this solu- tion to our original target problem. ¿From the source case now, we’re inducing a pattern of re- lationships, a strategy. In this case the pattern is that if there is a goal, capturing the king, and a resource, the rebel army and an obstacle between the resource and the goal. They march on the road, then decompose the resource into several smaller resources. And send them to the goal from different directions at the same time. This abstract pattern is now transferred to the tar- get problem and instantiated. Because we know that the goal is the tumor, the resource is the laser gun, and the obstacle is the healthy tissue, we know what to do. We must decompose the re- source, the laser gun, into smaller pieces, smaller, less intense laser beams, and send them to the tumor, the goal, at the same time from differ- ent directions. This is how we can transfer the problem solving strategy, from the source case to the target problem. Note that this transfer depended upon the correct mapping, the correct alignment between the target problem and the source case, which in turn depended upon the retrieval of the source case corresponding to this target problem. Note the important rule or goal here. The goal was to capture the king. So this is an example of pragmatic similarity. With a lot of similarities at the level of the goal, capturing the king, curing the tumor.
18 – Exercise Analogical Transfer
Click here to watch the video
Figure 645: Exercise Analogical Transfer
Let us do an exercise on analogical transfer together. Back to our example of this sort of system in the atomic structure. Given this rep- resentation of the solar system and this repre- sentation of the atomic structure, what would be transferred from the solar system into the atomic structure model?
19 – Exercise Analogical Transfer
Click here to watch the video
Figure 646: Exercise Analogical Transfer
Figure 647: Exercise Analogical Transfer
That’s a smart answer David. Recall that originally I had said that I’ll explain structural similarity, and I have not done it so far. I’m going to use the spherical example and David’s
Page 243 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 18 – ANALOGICAL REASONING
answer to explain it now. Given the solar system as the source case, and the atomic structure as target problem. We can see that there is little semantic similarity between them. The kinds of objects that occur in the solar system are not at all like the kinds of objects that occur in the atomic structure. We can also see that pragmatic similarity is not a major issue here. We’re not talking about the goal of the solar system or the goal of the atomic structure. Although we might have the goal of understanding atomic structure in the solar system, there is nothing in the solar system, or in the atomic structure, which has a goal. Yet, David was able to answer this question correctly. This is because of structural similar- ity. Let us consider the top part of the model of the solar system. You can think of this top part like a graph. The vertices in this graph, correspond to objects and their properties. The edges in this graph correspond to relationships, such as force between Sun and Planet. Or, Sun attracts Planet, and Planet attracts Sun. Once again, this graphical representation of the model atomic structure. The words are representing the objects and the features. And the edges are representing the relationships between the ob- jects. Although there’s little semantic similarity, or pragmatic similarity between the two situa- tions, we can see a structural similarity. A sim- ilarity in the structure of the graphs. Because this part of the graph of the representative of the solar system. The similar this part of the graph of the representative of the atomic struc- ture. We can differ infer that we can transfer this part of the graph of the solar system to infer this part of the graph of the atomic structure. Struc- tural similarity then captures relational similar- ity. What is common between these two situa- tions is neither the objects or the goals. Where as common here as the relational similarity, and that is what structure similarity captures.
Figure 648: Evaluation and Storage in Analogi- cal Reasoning
Figure 649: Evaluation and Storage in Analogi- cal Reasoning
Figure 650: Evaluation and Storage in Analogi- cal Reasoning
Let us briefly talk about evaluation in stor- age. These evaluation and storage steps in ana- logical reasoning are very similar to the evalua- tion and storage steps in case based reasoning. Analogical reasoning by itself does not provide guarantees of correctness. So the solution that it proposes must be evaluated by some manner. For the down correlation problem, for example, we may evaluate the proposed solution by do- ing a simulation. Once the evaluation has been
20 – Evaluation and Storage in Analogical Reasondinogne, then the new problem and a solution can Click here to watch the video be encapsulated as a new case and stored back
Page 244 of 357 ⃝c 2016 Ashok Goel and David Joyner

in memory for later potential reuse. To return to the down correlation problem, as an example. Once we have the solution of decomposing the laser beam into several smaller beams and send- ing them to a tumor at the same time from dif- ferent directions, we can do a simulation of this solution and see whether they are successful. If it is, then we can encapsulate the target problem and the proposed solution as a case, and store it in memory. It might be useful later. It could po- tentially become a source case for a new target problem to come later. Once again, in this way, the AI agent learns incrementally. Each time it solves a problem, the new problem and its solu- tion becomes a case for later reuse.
21 – Design by Analogy
Click here to watch the video
Figure 651: Design by Analogy
It is often useful to look at specific prob- lem domains, both to see how we can apply cur- rent theories of chronological reasoning to them and also to see how we can use those problem domains to build new theories of chronological reasoning. So let us turn now to the domain of design. In design, there is a new movement that is sometimes called biologically inspired de- sign, or biomimicry. This movement is pulled by the need for environmental sustainability and is pushed by the desire for creativity and innova- tion and design. On the top left here is a pic- ture of the Shinkansen 500 train in Japan. This is a bullet train. It’s called a bullet train be- cause of the shape of its nose. This particular shape is inspired by the shape of the beak of the Kingfisher. The story goes something like this. Japanese railway engineers were interested in
building faster trains. However, they had a prob- lem, these trains had to go through tunnels. And as they went through tunnels, they created shock waves, which created a lot of noise, bothering the neighbors. The shock wave was created because outside the tunnel and inside the tunnel were two different mediums. By serendipity, the rail- way engineers looked at how the Kingfisher goes from the medium of air into a medium of water, dips its beak and catches its prey. The shape of its nose allows us to create a smaller shock wave. We use the same principle to create the design of the nose of the bullet train. Shinkansen 500 travels faster than previous trains and also makes less noise than previous trains, mostly be- cause of the nose shape. Another example often cited in biomimicry is the example of a Mercedes Benz box car, designed by inspiration to the Box- fish. Notice as biological inspired design entails analogical reasoning. There’s a target problem. There’s a source case. There is cross-domain analogical transfer.
22 – Design by Analogy Retrieval
Click here to watch the video
Figure 652: Design by Analogy Retrieval
LESSON 18 – ANALOGICAL REASONING
Figure 653: Design by Analogy Retrieval Page 245 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 18 – ANALOGICAL REASONING
To illustrate analogical reasoning and design, or analogical design, we’ll talk about a specific problem, let us suppose we design a robot that can walk on water. Nature already offers several examples of organisms that can walk on water, this is a picture of the basilisk lizard, which can walk very well on water and catch it’s prey. Re- call that we said earlier that for analogical map- ping and crossword worker row, requires a deep understanding of the source case and the target problem. That is true here as well in case of ana- logical design, we require a deep understanding of the locomotion of the basilisk lizard, in order to be able to design a robot that can walk on wa- ter, inspired by the design of the basilisk lizard. Here is a model of the basilisk lizard, this model is sometimes called structure behavior function model. This particular picture doesn’t show the structure, it just shows the function and the be- havior. The function is shown at the top here, It is shown by it’s initial state and it’s goal state, and it’s function is achieve by behavior shown here. The behavior is represented as a series of states, and transitions between those states. We will not talk about the representations in more detail here, readings given in the class notes give this sort of representations a lot more detail if you are so interested.
23 – Design by Analogy Mapping Transfer
Click here to watch the video
Figure 654: Design by Analogy Mapping Trans- fer
Figure 655: Design by Analogy Mapping Trans- fer
Figure 656: Design by Analogy Mapping Trans- fer
Figure 657: Design by Analogy Mapping Trans- fer
Recall that we started with a problem of de- signing a robot, that can walk on water. Let us suppose that, that particular target problem re- solves in the retrieval of a source case, of a robot design that we already encountered. One that can walk on ground. Now the question becomes, how can we adapt this particular design of the robot that can walk on the ground, into a robot design that can walk on water? Let us now sup- pose, if we reuse this particular problem of de- signing a robot to walk on water. As a probe into the case memory. And now the case returns
Page 246 of 357 ⃝c 2016 Ashok Goel and David Joyner

to us, the design of the basilisk lizard. That might happen, because the design of the basilisk lizard, is indexed by it’s functional model, walk on water. So there is a pragmatic similarity be- tween the two. We now have the design of a robot who can walk on ground, and we have the design of a biological organism, the Basilisk Lizard, that can walk on water. For the Basilisk lizard, we also have a complete model, a com- plete explanation of how its structure achieves its function. Now that we have a partial de- sign for the robot, this is a design of the robot that can walk on ground. And we have a de- sign of an organism that can walk on water. We can try to do an alignment between these two. This alignment will be based on the simi- larity between relationships. Clearly, the objects here, and objects there are very different. Once we have aligned these structural models, or the robot that can walk on ground, and the basilisk lizard that can walk on water. Then, we can start doing transfer. We can transfer specific features, of the structure of the basilisk lizard. For example, the shape of its feet, to this model, of the robot that can walk on ground. In order to convert it into a robot, it can walk on water. Having constructed a structural model, for this robot that can walk on water then we can try to transport the behavioral model, and then the functional model. And then this way we have a complete model of a robot that can walk on water. Along with an explanation of how it will achieve it’s function. This is sometimes called compositional analogy. We’ll first do mapping at the level of structure, and that mapping at a level of structure helps us transfer some informa- tion. That in turn allows us to transfer informa- tion at the behavioral level. Once we have trans- ferred information at the behavioral level, we can climb up this abstraction hierarchy, and transfer information at a functional level. We can now revisit our computational process, and our log- ical reasoning. Initially we had presented this particular process like, a linear chain, Retrieval, Mapping, Transfer, Evaluation and Storage. In general, however, there can be many loops here. We may do some initial mapping, for example, that may result in some transfer of information.
But that transfer then, may lead to additional mapping, and then to additional transfer and so on. Here is another brief example, from bi- ological inspired design, in this case we want to design a robot that can swim under water in a very slowly manner. This particular function of swimming underwater in a stealthy manner, re- minds a design team of a copepod. A copepod is a biological organism, that has a large number of appendages. It moves underwater, in such a way that in generates minimum wake, especially when it moves very slowly. On the other hand, when it moves rapidly, then the wake becomes large, when the wake is small then its motion is very steady, when the wake is large, its mo- tion is no longer steady. An analogically trans- fer of knowledge about this particular copepod, gives a design for the microbot for slow veloc- ity. This analogy, decomposes our original design problem. We had the original design problem, as moving underwater in a stealthy manner. Now that we have a design of an organism, for moving underwater at low velocities, we are still left with the sub goal of moving underwater at high veloc- ities. The goal of designing a microbot, that can move underwater in a stealthy manner, at fast velocities, may remind the design team of the squid. The squid uses a special mechanism, like the jet propulsion mechanism to move underwa- ter in a stealthy manner at pretty high velocities. Now we have created a designed for microbot. Where part of the design comes from the design of the copepod, and the other part comes from the design of the squid. Instead of borrowing the design from one source case, we are borrow- ing parts of the design of multiple source cases. This is a compound analogy. Notice that there’s a problem evolution going on, which started with one problem. We arrived at a partial solution to that. Which then leads us to a problem evolu- tion. And the problem transformation. We then have a new understanding of the problem. So, this example we saw, how we first did analogi- cal retrieval of the coco powder organism. Then Mapping, then Transfer. That then lead to ad- dition retrieval, in this case with a squid. Once again this process is not linear. Just like we can iterate between Mapping and Transfer, similarly
LESSON 18 – ANALOGICAL REASONING
Page 247 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 18 – ANALOGICAL REASONING
we can iterate between Transfer and Retrieval.
24 – Design by Analogy Evaluation Storage
Click here to watch the video
Figure 658: Design by Analogy Evaluation Stor- age
Evaluation too can play a very important role in the iterative loops in this analogical reasoning process. One can use several different methods for doing evaluation. In the robot that can walk on water, for example, we can do a simulation, or we can build a physical prototype. If the evolu- tion succeeds, then well and good, we can encap- sulate the target polymer solution as a case and store it in case memory. If the evaluation fails, we may need to revisit transfer and see whether we want to transfer some of the knowledge or revisit mapping, and perhaps align things dif- ferently or revisit retrieval and perhaps try to retrieve a different source case. As an example, supposing that the evaluation shows, then the robot that we designed for walking on water is a little too heavy. In that particular case, we may change the problem specification and retrieve a different kind of organism that perhaps is a lit- tle lighter. Let us suppose that we evaluate the design of the robot that can walk on water and find that the design is a little too heavy. In that case, we can go back to the transfer stage and see whether we can transfer some of the relation- ship that might make the robot a little lighter. Or we can go back to the mapping stage and see whether we can align the source case and the target problem slightly differently so that we can transfer a different relationship. Or alter- natively, we can go back to the retrieval state and try to retrieve a source case, a different kind
of biological organism altogether. Thus, we see that the process of analogical reasoning is not linear at all and see it can have many different kinds of iterations. Analogical reasoning contin- ues to be an important topic in our research and biological-inspired design is becoming one. We provide several readings with both topics in the class notes.
25 – Advanced Open Issues in Analogy
Click here to watch the video
Figure 659: Advanced Open Issues in Analogy
There’re a number of advanced and open is- sues in analogical reasoning, that are the sub- ject for current research. First, because ana- logical reasoning entails cross-domain transfer, does it mean that we necessarily need a com- mon vocabulary across all the domains? Con- sider the example of the atomic structure and the solar system once again. Suppose I were to use this term revolve, to say the electron revolves around the nucleus. But use the term rotate to say the planet rotates in an orbit around the sun. I have used two different terms. How then can I do alignment between these two situations? Should I use the same vocabulary? If I don’t use the same vocabulary, what alternative is there? Second, analogical reasoning entails problem ab- straction and transformation. So far we have talked as if the problem remain fixed, it’s source case is retrieved and transferred across. But of- ten, the agent needs to abstract and transfer the problem, in order to be able to retrieve the source case. A third issue in analogical reasoning con- cerns compound and compositional analogies. So far we have talked that given a problem, we can retrieve a case and transfer some knowledge from
Page 248 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 18 – ANALOGICAL REASONING
that case to the problem. But often we retrieve not one case, and we transfer knowledge from not one case, but from several cases. If you’re designing a car, you might design the engine bi- nology to one vehicle and the chassis binology to some other vehicle. This is an example of com- pound analogy. But how can we make compound analogy work? In compositional analogy, anal- ogy works at several levels of abstraction. Sup- posing we were to make an analogy between your business organisation and some other business organisation. We might make this compositional analogy, first at the level of people. Next to the level of processes. Third of level of the organisa- tion as a whole. This is another example of com- positional analogy, where mapping at one level supports transfer to the next level. How do we do compositional analogy in AI agents? Fourth, vi- suospatial analogies. So far we have talked about analogies in which it transferred necessarily en- gages causal knowledge. But a large number of analogies in which causality is at most implicit. We’ll consider these visuospatial analogies later in the class. Fifth, conceptual combination. A powerful learning mechanism is learning a new concept by combining parts of familiar concepts. Analogical reasoning is one mechanism for con- ceptual combination. I have a one concept, [dis- crimination] concept, that of the atomic struc- ture, another concept, the solution concept. The concept of the solar system. I take some part of the solar system knowledge, combine it with my concept of the atom to get a new concept of the atom. If you’re interested in any of these issues, I invite you to join the PhD program in Computer Science.
Figure 660: Assignment Analogical Reasoning
So how would you use analogical reasoning to design an agent to answer Raven’s progres- sive matrices? This might be a tough question at first, because the agents we’re designing only operate in one domain, taking the Raven’s test. They don’t look at other areas. So, we’re go- ing to get the knowledge necessary to do cross domain analogical transfer. In this instance in- stead of the agent doing the analogical reasoning, maybe it’s you doing the analogical reasoning. Can you take inspiration from other activities to inspire how you design your agent? Or can you take knowledge from other activities and put them in your agent, so that it can do the analog- ical reasoning?
27 – Wrap Up
Click here to watch the video
Figure 661: Wrap Up
So today, we’ve been talking about analogi- cal reasoning. We started by talking about sim- ilarity. As we saw in our opening exercise, sim- ilarity is something that we evaluate very eas- ily without even really thinking about it. How can we design agents that can do the same kind of similarity evaluation? We then talked about
26 – Assignment Analogical Reasoning
Click here to watch the video
Page 249 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 18 – ANALOGICAL REASONING
analogical retrieval, which can be difficult, be- cause we’re trying to retrieve examples across other domains. How can we structure our knowl- edge to facilitate this kind of retrieval? How can a system know the given a model of the atom, it should retrieve a model of the solar system? Then we talked about mapping, which is figuring out which parts of different systems correspond. For example, how can figure out that the troops in the four example correspond to the lasers in the tumor example? We then talk about trans- fer, which is moving knowledge from the concept we know to the concept we don’t. For example, we used what we knew about the solar system to fill in our knowledge of the atom. Then next, we talked about evaluation and storage. How do we evaluate our analogies? In the tumor exam- ple, we might actually try that medical proce- dure. But for other analogies, how do we eval- uate them? And then how do we store them for future use? Last, we talked about a special kind of analogy, design by analogy, where we use something that we know a lot about to inform our design of something new. We’ll talk a lot more about this, especially design by analogy, when we come to the design unit later in our course.
28 – The Cognitive Connection
Click here to watch the video
Analogy is often considered to be a core pro- cess of cognition. A common example of analogy we encounter everyday is that of metaphors. For example, you can imagine someone saying, I had to break up with her. We had grown very far apart. Far apart here is a spatial metaphor. One of the famous examples of metaphors comes from Shakespeare. All the world’s a stage, all the men and women merely players. The theater here is a metaphor for the world. A third connection is the Rubin’s test of intelligence. The Rubin’s test is considered to be one of the most common
and reliable test of intelligence, and as you well know by now, it is based entirely on analogies. An analogy is that central to cognition.
29 – Final Quiz
Click here to watch the video
Please summarize, what you learned, in this lesson.
30 – Final Quiz
Click here to watch the video
Great, thank you for your answer.
Summary
Analogical-reasoning is inherently transfer-based learning where we abstract over prior knowledge to discern tranferable nuggets of knowledge and then transfer them onto a new problem in order to solve the new problem.
References
1. Goel Ashok, Bhatta Sambasiva, Use of design patterns in analogy-based design.
2. Falkenhainer Brian, Forbus Kenneth, The Structure-Mapping Engine: Algorithm and Examples.
Optional Reading:
1. The Structure-Mapping Engine: Algorithm and Examples; T-Square Resources (Analogical Reasoning 1.pdf)
2. Use of design patterns in analogy-based design; T-Square Resources (Analogical Reasoning 2.pdf)
Exercises
None.
Page 250 of 357
⃝c 2016 Ashok Goel and David Joyner

Lesson 19 – Version Spaces
Natural Selection is the blind watchmaker, blind because it does not see ahead, does not plan consequences, has no purpose in view. Yet the living results of natural selection overwhelmingly impress us with the appearance of design as if by a master watchmaker, impress us with the illusion of design and planning. – Richard Dawkins, The Blind Watchmaker.
01 – Preview
Click here to watch the video
Figure 662: Preview
Figure 663: Preview
Today, we’ll talk about generalization and learning, using the method of version spaces. The issue of generalization and learning, is
closely connected to the issue of incremental con- cept learning In both cases, there are small sort of examples arriving one at a time. In incre- mental concept learning, we made use of back- ground knowledge, In generalization and learn- ing, background knowledge may not be avail- able. Similarly, in incremental concept learning, we control the order in which the examples ar- rived, but in general, in generalization in learn- ing, we may have no control over the ordering of examples. Today, we’ll start by defining version spaces, we’ll talk about version spaces that has an abstract technique. Then we’ll go into the algorithm for executing the technique of version spaces. We’ll also, towards the end, talk about an alternative method for organizing the exam- ples into a decision tree, or an identification tree. This method is very similar to the method of in- cremental discrimination tree learning that we learned when we were talking about case based reasoning
02 – Incremental Concept Learning Revisited
LESSON 19 – VERSION SPACES
Click here to watch the video
Page 251 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 19 – VERSION SPACES
Figure 664: Incremental Concept Learning Re- visited
Figure 665: Incremental Concept Learning Re- visited
Version spaces is a technique for learning con- cepts incrementally. This means that a tech- nique is going to learn from a small set of ex- amples, that are going to arrive one example at a time. Now we have come across a different no- tion of incremental concept learning earlier. In that technique, we started with a current con- cept definition. Then a new example will come about. In this case it’s a negative example, not an arch. And then a new concept characteriza- tion would be constructed, by revising the con- cept characterization that we began with. The revision was such that, the new concept charac- terization was a specialization of the old concept characterization, such that that the example got excluded. So, negative examples led to special- ization, positive examples led to generalization, and the ordering of these examples was impor- tant. We want the first example to be a posi- tive example of the concept that we learned. We want the order to include both positive, and neg- ative examples. That technique was very useful when there was a teacher available, who would give you these examples in the right order. Now,
the order of examples was very important in that technique of incremental concept learning. We want this set of examples to include both pos- itive and negative examples, so that we can do generalization, and specialization. And we want each example to differ from the previous con- cept characterization in only one important fea- ture. In this case, the only important difference between the new example, and the current con- cept characterization is the two bricks touch each other That, the new example, the first one, the current concept characterization in exactly one feature, is important. Because it focuses the at- tention of the learner. It tells the learner, how to do the specialization, or the generalization, so as to include the difference, or to exclude the difference. This technique is very useful if we teachers have a label that can give the examples in a good order, in the right order, so that ef- fective learning can occur. In that technique of incremental concept learning. We also consider the rule of background knowledge. If the current concept characterization is brick, or wedge at the node, and the learner has background knowledge which tells it that bricks, and wedges are exam- ples of blocks, then the learner can generalize from brick, or wedge to a block here. But now we can ask two questions. What happens if these two factors? The presence of a teacher who gives examples in a particular order. And the avail- ability of this background knowledge tells the learner exactly how far the generalize. In gen- eral, in learning, deciding how much to gener- alize. Is a big problem. Learners tend to either over-journalize, in which case they come to incor- rect answers. Or they tend to under-journalize, in which case the answer might be correct but not very useful. If a child comes across a dog that is hooligan, furry, black, and called Buddy, and the child decides that a dog by definition is. Four legged, furry, black, and called Buddy. Then that is an example of under generalization. The conceptual characterization is correct, but not very useful because we’re not transfer to any other dog. On the other hand, if the trial decides that all four legged, furry animals, are dogs, then it’s an example of over generalization. Because it could also include many cats. So, the question
Page 252 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 19 – VERSION SPACES
now becomes what would happen if the examples did not come in the good order? They came in an arbitrary order. And if this background knowl- edge was not available, in that case the agent would have a hard time deciding how far to gen- eralize. Versions places this technique that are in a certain conditions, allows the agent to converse to the right generalization.
03 – Abstract Version Spaces
Click here to watch the video
Figure 666: Abstract Version Spaces
Figure 667: Abstract Version Spaces
Figure 669: Abstract Version Spaces
Figure 670: Abstract Version Spaces
Figure 671: Abstract Version Spaces
So in the versions basis technique of learning concepts incrementally, we always have a spe- cific model and a general model. As a new ex- ample comes along, we ask ourselves is this a positive example of the concept that we learned, or a negative example of the concept that we learned? If it’s a positive example, then we gen- eralize the specific model. If it’s a negative ex- ample, we specialize the general model. Here is another set of visualizations to understand the specific and general models. This is a specific model. This is a general model. The most spe- cific model, matches exactly one thing. The four legged, furry, black animal called Buddy. The
Figure 668: Abstract Version Spaces
Page 253 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 19 – VERSION SPACES
most general model matches everything, all ani- mals. Here is a current specific model, and as more positive examples come, you’re going to generalize this specific model. Here are some of the generalizations. Similarly, here is the current general model, and as negative examples come, we’re going to specialize the general model, and here are some of the specializations. As we’ll il- lustrate in a minute, I’ll start with the most gen- eral model and try to specialize it. Some of these generalizations and specializations that we are creating will no longer match the current data. When that happens, we’ll prune them out. As we prune on this side as well on this side, the two pathways may merge depending on the or- dering of the example. When they do merge, we have a solution. The right generalization of the concept for the given examples. So far we have been talking about this in very abstract terms. Let’s make this concrete with an illustration.
04 – Visualizing Version Spaces
Click here to watch the video
Figure 672: Visualizing Version Spaces
Figure 673: Visualizing Version Spaces
Page 254 of 357 ⃝c 2016 Ashok Goel and David Joyner
Figure 674: Visualizing Version Spaces
Figure 675: Visualizing Version Spaces
Figure 676: Visualizing Version Spaces
Figure 677: Visualizing Version Spaces

LESSON 19 – VERSION SPACES
Figure 678: Visualizing Version Spaces
Figure 679: Visualizing Version Spaces
Figure 680: Visualizing Version Spaces
Figure 682: Visualizing Version Spaces
Figure 683: Visualizing Version Spaces
Figure 684: Visualizing Version Spaces
So Shoke, I tend to think of the difference between the incremental concept learning we’ve talked about in the past and version spaces in terms of a bit of a visualization. We can imag- ine a spectrum that runs from a very specific model of a concept to a very general model of a concept. And we can imagine that this cir- cle represents where our model currently is. If receive a new positive example that’s not cur- rently assumed bar concept, we then generalize it a bit to move it to the right. If we receive a negative example that is currently included in our concept, we’re going to move it to the left and specialize. As more and more examples come in, we start to see that our concept keeps
Figure 681: Visualizing Version Spaces
Page 255 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 19 – VERSION SPACES
moving around. Notice that they would use it a model to refer to a concept. In fact, they use in concert with models almost interchangeably. This is actually quite common for certain kinds of concepts. We have discussed earlier prototyp- ical concepts when we were discussing classifi- cation. But prototypical concepts, concepts are like models. What is a model, a model is the representation of the world. Such that there is a one-to-one correspondence what is being rep- resented to the world and the representation it- self. As an example, in the world of those blocks that made arches, I can actually make an arch in the world, and then I can build a represen- tation of that particular arch. That’s a model of the world, so the concept of an arch and the model of an arch in this particular case can be used interchangeably.
05 – Example Food Allergies I
Click here to watch the video
Figure 685: Example Food Allergies I
Figure 686: Example Food Allergies I
So let us suppose that I go to a number of restaurants, and have various kinds of meals and sometimes get an allergic reaction. I do not un- derstand why I’m getting this allergic reaction,
under what conditions do I get the allergic re- action. So go to an ER agent and say, dear ER agent tell me, under what conditions do I get al- lergic reactions. And I give all the data, shown in this table, to the AI agent. Note that there are only five examples here, like we mentioned in knowledge-based AI we want to do learning based on a small number of examples because that’s how humans do learning. Note also, that the first example is positive. And that there are both positive and negative examples. That is important so we can, construct both specializa- tions and generalizations. How then, may an AI agent decide the conditions under which I get al- lergic reaction. So this examples are coming one at a time, and let us see what happens when the first example comes. Here is the first example. The restaurant was Sam’s. Meal was breakfast. Day was Friday. The cost was cheap. So from this one example, I can construct both a very specific model, which is exactly this example. Sam’s, breakfast, Friday, cheap. You can’t have anything, more specific than this. And the AI agent can also construct a more general model. Which of course is, that it can be any restau- rant, any meal, any, day and so on. You can’t construct a more general model than this. So the most specialized model based on this one exam- ple says that, I’m allergic when I go to Sam’s and have breakfast on Fridays and the cost is cheap. And the most general model says, I’m allergic to everything. No matter where I go, what meal I have, on what day, and what the cost is, I feel allergic.
06 – Example Food Allergies II
Click here to watch the video
Figure 687: Example Food Allergies II Page 256 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 19 – VERSION SPACES
Figure 688: Example Food Allergies II
Figure 689: Example Food Allergies II
Let us consider the processing as a second example comes along. And the red outline for this example means it is a negative example. So now the agent will try to find a way of special- izing the most general model and generalizing the most specialized model, in order to account for this negative example. So given this nega- tive example, you want to specialize the most general model so that this negative example is excluded and yet each of the specializations is a generalization of this most specific model be- cause this was coming from a positive example. We do want to include this. Let’s first specialize in a way so that each specialization is a general- ization of this model. There are 4 ways of doing it because there are 4 slots here. The first slot here deals with the name of the restaurant like Sam’s or Kim’s. One specialization of this most journal concept is to put the name of an actual restaurant there. This is generalization of this concept because this was deferring to one spe- cific need at Sam’s, this is referring to any need at Sam’s. In a similar way I can specialize the filler of the second slot. In short of having any meal, I can make it a breakfast meal. This is a specialization of this most general concept that
is a generalization of this concept because this refers to breakfast at any place, this refers to breakfast at Sam’s on Friday and so on. Simi- larly for the third slot and the fourth slot in this most general concept. Now I must look at these specializations of the most general concept and ask which one of them should I prune so as to ex- clude the negative example. I notice that Sam’s doesn’t match Kim’s, so this is already excluded in so far as this concept is concerned. Breakfast doesn’t match lunch, so this example is already excluded as far as this concept is concerned. How about with this concept of characterization and mix this negative example, therefore I must floor it. So we pull away that particular concept char- acterization and we are left with three special- izations of the most general model.
07 – Example Food Allergies III
Click here to watch the video
Figure 690: Example Food Allergies III
Figure 691: Example Food Allergies III Page 257 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 19 – VERSION SPACES
Figure 692: Example Food Allergies III
Figure 693: Example Food Allergies III
Let us consider what happens when a third example comes along. And the green outline of this example shows that this is the positive ex- ample of the concept. Because this is the positive example of the concept, we must try to general- ize the most specific model. So a generalization of the specific concept, that includes this posi- tive example as shown here. Here the meal was breakfast, here the meal was lunch. So we can generalize over any meal. Here the day was Sat- urday, here it was Friday, so we can generalize over any day. Of course we could have also gen- eralized just Friday or Saturday, but for simplic- ity we’ll generalize over any day. Similarly for breakfast or lunch, generalized to any meal. But at this stage, there is another element to the pro- cessing. We must examine all the specializations of the most general concept and see whether any one of them needs to be pruned out. The prun- ing may need to be done in order to make sure that each specialization here is consistent with the positive examples that are coming in. So in this case, if we look at the first specializa- tion here, which says, I’m allergic to breakfast at any place on any day. This cannot be a gener- alization of this particular concept. Put another
way, there is no way that this breakfast here can include, can cover, this positive example which deals with lunch. But yet another way, the only way I can move from breakfast to any here would be if I generalize, but in this direction I can only specialize. Therefore, this must be pruned out. As you prune this first concept out, we’re left with only two.
08 – Example Food Allergies IV
Click here to watch the video
Figure 694: Example Food Allergies IV
Figure 695: Example Food Allergies IV
Figure 696: Example Food Allergies IV Page 258 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 19 – VERSION SPACES
Figure 697: Example Food Allergies IV
Figure 698: Example Food Allergies IV
Figure 699: Example Food Allergies IV
Now let us consider, the processing of the fourth example comes along. Again the red out- line shows that this is a negative example of the constant. Because this is a negative example, we must specialize in most journal concept char- acterizations available at the moment. We can begin by checking, whether we need to special- ize this particular general concept. But wait, this general concept characterization, already ex- cludes the negative example. This says the ear- lier happens when I go to Sam’s, and this has Bob’s in it, so this already excludes it, I don’t have to specialize it any more. Now let’s look at this general model. Does this need to be spe- cialized, in order to excluded? Yes, because at
the current stage, this includes this vertical ex- ample. It is cheap here, this is cheap, this is any here, and this has particle elements within. This means that, this concept characterization, must be specialized in a way that excludes this neg- ative example and yet. The new specialization, is consistent with the most specialized charac- terization at present. It is tempting to see the two pathways as converging here, because this is identical to that, but we also have this branch hanging, and this branch says that I’m allergic to any meal at Sam’s, not just a cheap meal. So, we’re not done yet. In this state there is one other element to consider. If there is a node, that lies on a pathway starting from the most journal concept characterization, that is subsumed by a node, that comes from another pathway starting from the same journal concept characterization, then I want to prune that particular node. The reason I wanted to put on this note is, because this note is subsumed by this note. So this note is true, I don’t have to carry this around. If I’m allergic to any meat at Sam’s, I don’t have to specify that I’m allergic to cheap meat at Sam’s, thus I can pull on this particular pathway, and I’ve left it only this particular pathway. At this point in processing, these are the examples that have been encountered so far. There are only two possible. I’m either allergic to everything at Sam’s, or I’m allergic to every cheap meal at Sam’s.
09 – Example Food Allergies V
Click here to watch the video
Figure 700: Example Food Allergies V Page 259 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 19 – VERSION SPACES
Figure 701: Example Food Allergies V
I know you’ are wondering when this is going to end. We’re almost done, we’re almost done. Let’s consider what happens when the first ex- ample comes. This is a negative example as in- dicated by the red outline. Because the nega- tive example, we must specialize in most journal characterization, in such a way that this negative example is dueled out, and this specialization is consistent with. The most journal version, start- ing from the most specialized concept character- ization. The only specialization of this journal concept, that both excludes this and is consis- tent with this node is, Sam’s cheap. It excludes this, because it is cheap here, it will rule out the fact that this is expensive here. Now the agent noticed that these two particular consequences positions are the same and if a convergence has occurred. Now we have the answer we wanted. I get allergies whenever I go to Sam’s and have a cheap meal.
10 – Version Spaces Algorithm
Click here to watch the video
Figure 703: Version Spaces Algorithm
Figure 704: Version Spaces Algorithm
What we have just done here, is a very pow- erful idea in learning. Convergence is impor- tant. Because without convergence, a learning agent could zig zag forever in a large learning space. We want to ensure that the learning agent converges to some concept characterization, and that remains stable. This method guarantees convergence, as long as there is a sufficiently large number of examples. We needed five exam- ples in this particular illustration, for the conver- gence to occur. This convergence would have oc- curred, irrespective of the order of the examples, as long as the five examples were there. Note that we did not use background knowledge like we did in incremental concept learning. Note also that we did not assume that the teacher was forwarding the examples in the right order. This is the benefit of version space learning. There is another feature to note. In incremental concept learning, we wanted each example different from the current concept characterization in exactly one feature, so that the learning agent could fo- cus its attention. However inversion spaces, you can notice that each successful example, the first one, the previous one and many features, just look at the first two examples. They differ in
Figure 702: Version Spaces Algorithm
Page 260 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 19 – VERSION SPACES
many features in the name of the restaurant, in the meal, in the cost. Here is the algorithm for the version space technique. We’ll go through it very quickly, because we’ve already illustrated it in detail. If the new example is positive, general- ize all specific models included. Prune away the general models that cannot include the positive example. If the example is negative, specialize all the general models to include it. Prune away the specific models that cannot include the negative example. Prune away any models subsumed by the other models. Know that in this specific im- plementation of version space technique that we just illustrated, there is a single pathway coming from the most specialize concert model. And therefore there is no need to prune away spe- cific models. In general, there could be multiple generalizations coming for the most specialized models, and this might be needed.
11 – Exercise Version Spaces I
Click here to watch the video
Figure 705: Exercise Version Spaces I
Let us do some exercises together. This ex- ercise actually is quite similar to the exercise we had done previously except that we have added one more feature, vegan. Either the meat can be vegan or the meat is not vegan. Suppose this is the first example that comes along and this is the positive examples indicated by the green outline. Write down the most specific and the most general models
12 – Exercise Version Spaces I
Click here to watch the video
Figure 706: Exercise Version Spaces I
So, this example is pretty similar to the case we had in the previous example. So, the most specific case is that I’m simply allergic to any breakfast that comes on Friday that’s cheap and isn’t vegan, so this very specific example. And the most general model is I’m just allergic to ev- erything, no matter what meal it is, what day it is, how much it costs, whether it’s vegan, or what restaurant I got it at.
13 – Exercise Version Spaces II
Click here to watch the video
Figure 707: Exercise Version Spaces II
Now suppose a second example comes along, and this example is also positive as indicated by the green outline. Based on the second example, would you specialize or would you generalize?
14 – Exercise Version Spaces II
Click here to watch the video
Page 261 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 19 – VERSION SPACES
Figure 708: Exercise Version Spaces II
What do you think they would generalize or specialize? So we said earlier that whenever we get a positive example then we generalize our most specific model. So we need to generalize this model based on this new example. It’s no longer sufficient to say I’m just allergic to any breakfast at Kim’s and I find that it’s cheap and not vegan. There’s something else I’m allergic to. That’s right, David.
15 – Exercise Version Spaces III
Click here to watch the video
Figure 709: Exercise Version Spaces III
So write down of the generalization of this most specific model that is consistent with this positive example.
16 – Exercise Version Spaces III
Click here to watch the video
Figure 710: Exercise Version Spaces III
What did you write down, David? So, in this case, the only difference between this and the previous positive example is that now it’s lunch instead of breakfast. So, the only thing we’re going to generalize here is that now it can be any meal instead of just being breakfast, but we’re still going to say that it has to be Kim’s on Friday. It has to be cheap, and it can’t be vegan. And note that they could have put here break- fast or lunch, but for simplicity has generalized it to any meal.
17 – Exercise Version Spaces IV
Click here to watch the video
Figure 711: Exercise Version Spaces IV
Let’s go a little bit further, suppose a third example comes along, and this is the negative ex- ample indicated by the red outline here. What would you do this time? Generalize or special- ize?
18 – Exercise Version Spaces IV
Click here to watch the video
Page 262 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 19 – VERSION SPACES
Figure 712: Exercise Version Spaces IV
So, this time we’re going to specialize our most general model. It’s obvious that I’m not allergic to absolutely everything everywhere, be- cause here’s a particular instance where I wasn’t allergic to what I ate. So we’re going to special- ize our most general model.
19 – Exercise Version Spaces V
Click here to watch the video
Figure 713: Exercise Version Spaces V
So like David said, given this negative ex- ample, we’ll specialize this most general model. And we’ll prune out those specializations that no longer match the data. Given this, how many specializations are left after the pruning?
Figure 714: Exercise Version Spaces V
Figure 715: Exercise Version Spaces V
So I said that there’ll be three potential gen- eral models left after specializing and pruning. Those three models are going to be that I could just be allergic to everything at Kim’s, I could just always be allergic to breakfast, or I could just be allergic to eating on Friday. I would prune the ones based on cost and whether or not the meal is vegan, because although I’ve had bad reactions to cheap, non-vegan meals in the past, here I didn’t have a reaction to a cheap, non-vegan meal. So it’s not sufficient to say I’m allergic to everything non-vegan or I’m allergic to all cheap food.
21 – Exercise Version Spaces VI
Click here to watch the video
20 – Exercise Version Spaces V
Click here to watch the video
Figure 716: Exercise Version Spaces VI Page 263 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 19 – VERSION SPACES
We’d like you to complete this exercise. We’ve already done the first three examples. Having completed the exercise, decide which model you converge on.
22 – Exercise Version Spaces VI
Click here to watch the video
Figure 717: Exercise Version Spaces VI
Note that in this exercise, there were only seven examples and only five features. So we could do it by hand. What would happen if the number of examples was much larger and the number of features were much larger? This algo- rithm would still work but we’ll need a lot more computing power. It is also possible that the algorithm may not be able find the right con- cept to converge to because I might be allergic to multiple meals at multiple restaurants such as breakfast at Kim’s and lunch at Sam’s. But even in that case, the benefit of this algorithm is it will show that convergence is not possible even after many, many examples.
23 – Identification Trees
Click here to watch the video
Figure 719: Identification Trees
Figure 720: Identification Trees
Figure 721: Identification Trees
It is one of the method we can use, to process the kind of the data that we just saw. It is some- times called decision-free learning. Recall that we were discussing case-based learning, we talked about discrimination tree learning. There, we learned the discrimination tree incrementally. A case would come one at a time, and we would ask the question, what feature would discrim- inate between the existing cases, and the new case? And we would pick a feature. Discrimi- nation pre-learning provides no guarantee of the optimality of this tree. That is to say, at re- trieval time, when a new problem comes along, traversing this tree might take a long time be- cause this tree is not the most optimal tree was
Figure 718: Identification Trees
Page 264 of 357 ⃝c 2016 Ashok Goel and David Joyner

during these cases. We’ll discuss an alternative method called decision tree learning, which will give us more optimal trees, however, at a cost. The cost will be that all the examples will need to be given right at the beginning. Let us return to our restaurant example. We want to learn a decision tree that will classify these five ex- amples so that as a new problem comes along, we can quickly find which is the closest exam- ple to the new problem. To do this, we need to pick one of four features, restaurant, meal, day or cost that will separate these allergic reactions, so that one category contains either only false in- stances, or only true instances. As an example, supposing we think of restaurant as being the decisive feature. So we have picked restaurant as a decisive feature. Now, there are three kinds of restaurants. Kim’s, Bob’s, and Sam’s. When- ever it’s Kim’s restaurant, or Bob’s restaurant, there is no allergic reaction. Whenever it’s Sam’s restaurant, there can be allergic action shown in green here, or no allergic reaction, shown in red. So the good thing about this particular feature, restaurant, is that, it has separated all the five examples into two classes. Into the class Sam’s, and into the class not Sam’s. Not Sam class con- sists of only negative reactions, which is good, because we know that we have now been able to classify all of these five examples into two sets, one of which contains only negative examples. Now for these three examples, you must pick an- other feature that will separate them into pos- itive and negative instances. In this case, we might consider cost to be that feature. When the cost is cheap, then we get positive examples. When the cost is expensive, then we get nega- tive examples. This is a classification tree. And in fact, this is a very efficient classification tree. When a new problem comes around, for example visit6. Sam’s, lunch, Friday, cost is expensive, and you want to decide what the allergic reac- tion might be, we simply have to travel through this tree, to find out, the closest neighbor, of that particular new example. This is called a decision tree. And this technique that we just discussed is called decision tree learning. This method of in- ductive decision tree learning worked much more efficiency and apparently more easily than earlier
method that we have discussed. But the trade off is that we needed to know all the five exam- ples right in the beginning. Of course, this tech- nique simply appears to be efficient and easy. And that is because we had only five examples, and only four features that were describing all five examples. If the number of examples was very large, or the number of features that were describing the examples were very large. Then it’s very hard to decide what exactly should be the feature that we should use to discriminate on.
24 – Optimal Identification Trees
Click here to watch the video
Figure 722: Optimal Identification Trees
Figure 723: Optimal Identification Trees
LESSON 19 – VERSION SPACES
Figure 724: Optimal Identification Trees Page 265 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 19 – VERSION SPACES
Let us look at another example of decision tree learning. Here is a data set of people who go to the beach, and some of them get sunburned, and others don’t. In this data set, there are nine examples and each example is characterized by four features, hair, height, age and lotion. Once again, how can we construct an optimal deci- sion tree that they classify all of those examples? One possible idea is to discriminate first on hair color. Hair color classifies all of these known examples into three categories, brown, red and blonde. The interesting thing about the choice of hair color is that in the case of brown, all of these sunburnt cases are negative. People with brown hair apparently don’t get sunburned. In case of all the red haired people, there is sun- burn. So hair color is a good choice for picking as a feature to discriminate on because it classifies things in such a way that some of the categories have only negative instances and no positive in- stances. And some of the categories are only positive instances and no negative instances. Of course, that still leaves blonde-haired people. In this case, there are both some positive instances and some negative instances, and therefore, will need another feature to discriminate between the positive and the negative instances. Here, lotion might be the second feature that we pick. Lo- tion now classifies the remaining examples into two categories, some people used lotion, other people did not. Those who used lotion did not get sunburnt. Those who did not use lotion did get sunburn. Once again, these are all negative instances. These are consisting of only positive instances. Thus, in this decision tree, simply by using two features, we were able to classify all of these nine examples. This is a different deci- sion tree for this same data set. But because we use a different order, therefore, now we have to do more work. This decision tree is less optimal than the previous one. We could have chosen a different set of features in a different order. Perhaps, we could first discriminate on height then on hair color and age. In this case, we did a much bushier tree. Clearly, this tree is less optimal than this one. Note the trade off with the decision tree learning and discrimination tree learning that we covered in case-based reasoning.
Decision tree learning leads to more optimal clas- sification trees. But there is a requirement. You need all the examples right up front. Discrimina- tion tree learning may lead to suboptimal trees, but you can learn incrementally.
25 – Assignment Version Spaces
Click here to watch the video
Figure 725: Assignment Version Spaces
So how would version spaces be useful to an- swer Raven’s progressive matrices? Like with the incremental concept learning, think first about what concept you’re trying to learn. Are you learning transformations? Are you learning types of problems? What are the increments? Are they individual problems? Are they individ- ual figures? Are they individual transformations in a problem? Second, what are you converging onto? For example, you could use version spaces within one problem and converge down onto a correct answer, or you could use it for learning how to solve problems in general and converge onto adoptable algorithm, or you could use it for learning an ontology of problems and converge onto a single type of problem you expect to see in the future. So what are you converging onto if you use version spaces for Raven’s progressive matrices?
26 – Wrap Up
Click here to watch the video
Page 266 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 19 – VERSION SPACES
Figure 726: Wrap Up
So today we’ve talked about version spaces. Version spaces are an algorithm for converging onto an understanding of a concept, even in the absence of prior background knowledge or an in- telligent teacher. We covered the algorithm for version spaces, where we iteratively refine a gen- eral and specific model of a concept, until they converge down onto one another. We then talked about using version spaces to address more com- plex problems. We’ve also connected version spaces to older concepts, like incremental con- cept learning. Finally we talked about the lim- itations of version spaces, such as what to do if there’s no single correct concept, or what to do in the absence of either positive or negative examples. To address these, we also covered identification trees, which are a different ways of approaching the same kind of data that ver- sion spaces operate on. We’ll touch on version spaces and incremental concept learning again, when we talk about mistake based learning.
27 – The Cognitive Connection
Click here to watch the video
Cognitive agents too face the issue of how far to generalize. We can undergeneralize in which case what we learn is not very useful. We can overgeneralize in which case what we learned may not be correct. For example, imagine that I was a Martian who came to your Earth. I saw the first human being, and I may undergener- alize and say this specific person has two arms. That is not very useful because that is not appli- cable to any other human being. Or I may over- generalize and say everyone on this Earth has
two arms. That may not be correct. [Version Spaces] is a technique that allows convergence to the right level of abstraction. This is also connected to the notion of cognitive flexibility. Cognitive flexibility occurs where the agent has multiple characterizations or multiple perspec- tives on the same thing. As we saw in version spaces, the agent has several possible definitions for a concept that converge over time. An alter- nate view is to come up with one generalization and try it out in the world. See how well it works. If it leads to a mistake or a failure, then one can learn by correcting that mistake. We’ll return to this topic a little bit later in the class.
28 – Final Quiz
Click here to watch the video
Please write down what you learned in this lesson.
29 – Final Quiz
Click here to watch the video
Great. Thank you so much for your feedback.
Summary
Version Spaces is a technique for learning concepts incrementally. In other words, Version spaces are an algorithm for converging onto an understanding of a concept, even in the absence of prior background knowledge or an intelligent teacher. The algorithm for Version spaces iteratively refines a general and specific model of a concept, until they converge down onto one another.
References
Optional Reading:
1. Winston Chapter 20; Click here
Exercises
None.
Page 267 of 357
⃝c 2016 Ashok Goel and David Joyner

LESSON 20 – CONSTRAINT PROPAGATION
Lesson 20 – Constraint Propagation
The more constraints one imposes, the more one frees one’s self. And the arbitrariness of the constraint serves only to obtain precision of execution. – Igor Stravinsky: Russian music composer.
01 – Preview
Click here to watch the video
Figure 727: Preview
Figure 728: Preview
Today, we’ll talk about constraint propaga- tion, another very drawn out purpose method. Constraint propagation is a mechanism of influ- ence where the agent assign values to variables to satisfy certain conditions called constraints. It is a very common method in knowledge-based
AI, and there are a number of different topics, such as planning, understanding, natural lan- guage processing, visual spatial reasoning. To- day, we’ll start by defining constraint propaga- tion. Then we’ll see how it helps agents makes sense of the world around it. Our examples will come mostly from understand natural language sentences, as well as visual scenes. Finally, we’ll talk about some advanced issues of constraint propagation.
02 – Exercise Recognizing 3D Figures
Click here to watch the video
Figure 729: Exercise Recognizing 3D Figures Page 268 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 20 – CONSTRAINT PROPAGATION
Figure 730: Exercise Recognizing 3D Figures
To illustrate the technique of constraint prop- agation, let us consider this figure drawn on a 2D surface. Although this figure has been drawn on a 2D surface, you and I can almost immediately recognize that this is a 3D cube. How did we rec- ognize that this is a 3D cube? How can we help machines do it? Cube is an example of a trihe- dral ob ject. A trihedral ob ject is one with three surfaces joined at a particular point, at this par- ticular point. In general, what [one can have] a polyhedral surfaces. A polyhedral surface is one where multiple surfaces join at the same point. So a soccer ball, with its white and black pat- terns, is an example of a polyhedral object be- cause at one point several surfaces can join. A pyramid is another good example of a polyhedral object. A pyramid has four surfaces joining, at the apex. So let’s do a simple exercise together. Here are six figures all drawn on a 2D surface. Which of these six figures do you think repre- sents a 3D object?
03 – Exercise Recognizing 3D Figures
Click here to watch the video
Figure 731: Exercise Recognizing 3D Figures
What do you think, David? So I said that four of them could represent a 3D object. This
could be a cylinder. This is some kind of trape- zoidal prism, and this kind of looks like a pyra- mid from above with the top blocked off. We gotta see this as looking down at some kind of pyramid or we might also see this as looking into a box. This one is a bit of an interesting example. It doesn’t as naturally lend itself to interpreta- tion as a 3D figure. But at the same time, we can imagine that that’s what you would get if you looked at this figure directly down. David, it is interesting that you did not pick this as an answer, as well. I guess I would have picked that one. I see this as an x-axis, the y-axis, and the z- axis. And because all three axis can be identified here, I would have thought of this, too, as an ex- ample of a 3D object. That’s interesting, Ashok. Now that you mention it, I can’t stop seeing it asa3Dobject.NowIseeitaskindofafolded piece of paper that just has a line drawn at the center. Initially, I don’t think I looked at that as a 3D object, because I saw the lines as hav- ing to represent places where the figure folded or where different planes met. But if we look at the line at the middle as just kind of something drawn on the figure, it immediately pops out as a 3D object for me. And this brings us to the point of this exercise. The point of the exercise is that clearly some kind of processing is agreeing in our visual system. That allows us to group these lines and these surfaces in ways. So that we can identify which one of them is a 3D object, and which one of them is not a 3D object. Clearly, this processing is not completely definitive, in that sometimes it is ambiguity. You might come up with one answer to this, and someone else may come up with a slightly different to this be- cause the processing leaves room for ambiguity.
04 – Exercise Gibberish Sentences
Click here to watch the video
Page 269 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 20 – CONSTRAINT PROPAGATION
Figure 732: Exercise Gibberish Sentences
To look more deeply into the processing that might be a [occurring in our] visual system, that allows us to identify which objects are 3D ob- jects and which ones are just 2D. Let us con- sider a different example. Shown here are six sentences. None of the sentence makes much sense semantically. Nevertheless, some of the sentences are grammatically correct. And you and I can quickly detect which of the sentences are grammatically correct. Can you identify which of the sentences are grammatically cor- rect?
05 – Exercise Gibberish Sentences
Click here to watch the video
Figure 733: Exercise Gibberish Sentences
Which ones did you think, David? So the first sentence, colorless green ideas sleep furi- ously. I recognized pretty quickly as a pretty famous example proposed by Noam Chomsky of how sentences can be semantically nonsensi- cal, but still grammatically correct. The sen- tence makes sense. There’s still a subject, a verb, an adverb describing the verb, but the idea of a colorless green idea makes no sense. The idea of ideas sleeping makes maybe a little bit of sense. The idea of sleeping furiously is kind
of nonsense. So the sentence really doesn’t have much meaning even though it is grammatically correct. The second sentence, soft drinks due from thank bills insurance really doesn’t make any grammatical sense. It does have a seeming subject and a seeming verb. But the verb comes right a preposition suggesting that the verb fills in the slot proposed by the preposition, which doesn’t make any sense. So this one doesn’t make any grammatical sense to me. The same can be said for the other two negative examples. They don’t really have the normal subject, pred- icate sentence structure or they have other rules or constraints that are being violated. For the other two positive examples, they still maintain this subject verb sentence structure. So here we have wall decor notifies, which doesn’t make sense but it matches our structure. And here we have Tuesday brought something, which also makes no semantic sense, but can still be thought of as grammatically correct. Similarly, Tues- day bringing something does make some sense, but a a sharp-edged suite of pumpernickel makes no sense whatsoever. Note the vocabulary that David used in trying to find out which of these sentences were grammatically correct. It seemed to me that he was examining if the structure of these sentences was fulfilling certain conditions or fulfilling certain constraints that he expects from his knowledge of English-language gram- mar. One could even say that he was doing con- straint processing.
06 – Constraint Propagation Defined
Click here to watch the video
Figure 734: Constraint Propagation Defined
This brings us to the definition of con- straint propagation. Constraint propagation is a
Page 270 of 357 ⃝c 2016 Ashok Goel and David Joyner

method of inference that assigns values to vari- ables characterizing a problem in such a way that some conditions are satisfied. So if you have any problem, that problem is going to be character- ized by some variables. And the task is to give specific values to each variable in such a way that some global constraints have been satisfied. So given a problem, some problems are character- ized by a set of variables, each variable may lo- cally take on some values. So probably the ques- tion is, how can we locally assign values to vari- ables in such a way that some global constraints are satisfied? As an example, let us return to this figure. Here is a figure, drawn on a 2D surface, and the problem is whether or not it represents a 3D object. The variables here are the surfaces and the orientations. One could consider this to be a single, two dimensional surface with some lines drawn on it. Alternatively, one can think of this as having four surfaces, one, two, three, four, where each surface has a particular orienta- tion. The orientation can be specified by the per- pendicular of that surface. The method of con- straint propagation is going to help identify the surfaces and their orientations. The constraints here are defined by these junctions. For trihedral objects where three surfaces meet at a particu- lar point, these junctions have certain properties. No matter how we assign these surfaces and their orientations, the assignment must satisfy all of those constraints. We’ll look at the details of constraint propagation in a minute. But first no- tice that there are two possible interpretations to this particular 3D object. One can look at it as if one were looking inside a box. Alternatively, one can look at it as if one were looking at a building. This means that constraint propaga- tion need not necessarily always succeed in this ambiguity between different kind of assignments of surfaces in the orientation. Sometimes mul- tiple interpretations can simultaneously satisfy all the constraints. It is also possible that no assignment of values with variables will satisfy all the constraints, in which case interpretation becomes very difficult. As another example, let us examine this sentence. Colorless green ideas sleep furiously. All of us can recognize that this is semantically meaningless, but grammatically
correct. How did we know that this is gram- matically correct? The variables here are the various lexical categories, like words and nouns and some different predicates. The values are the assignments we make to these various words here. Is green a noun? Is green a verb? Green a determiner? Is it part of a subject or part of a predicate? The constraints here are defined with the rules of English language grammar. As we assign values to the various variables here, that assignment must satisfy the constraints of the English language grammar so that as we assign values to these variables, those assignments must satisfy the constraints of the English language grammar before we can accept this sentence to be grammatically correct. If this sentence was grammatically not correct, then we will not be able to assign values to all the variables in a way that will satisfy the constraints imposed by the English language grammar. So we’ve actually come across this idea of constraints in English language grammar before. During our lesson on understanding we talked about how a preposi- tion, for example, can constrain the meaning of the word that follows it. If we see the word from, for example, we expect what comes after it to be some kind of source for the sentence. There we used grammatical constraints in ser- vice of some kind of semantic analysis. Here we’re just using grammatical constraints to fig- ure out if a sentence is grammatically correct or not. There’s another connection here to under- standing as well. Ashok talked about how we can interpret this shape as either popping out towards us or down into the screen. We talked about two simultaneously accurate interpreta- tions of the same thing and understanding with regard to sentences that can be read as puns. So for example, when I said, it’s hard to explain puns to kleptomaniacs because they always take things literally. The word take can simultane- ously be interpreted as interpret and physically remove, while satisfying all the constraints of the sentence.
07 – From Pixels to 3D
LESSON 20 – CONSTRAINT PROPAGATION
Click here to watch the video
Page 271 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 20 – CONSTRAINT PROPAGATION
Figure 735: From Pixels to 3D
Figure 736: From Pixels to 3D
Figure 737: From Pixels to 3D
Let us look at the details of constraint prop- agation. To do so, we’ll take a specific example from computer vision. Here’s an example of a 2D image composed of a large number of pix- els. The greyness at any one pixel is a depiction of the intensity of light at that pixel. Now of course, you and can immediately recognize that this is a cube. But how do we do it, and how can we make a machine do it? [Miles] decompose a task of 3D object recognition into several sev- eral sub-tasks. Miles said in the first sub-task, a visual system detects edges, or lines as shown here. At this particular point, no surfaces have been detected. In this particular point, no 3D object has been fignized. Just these pixels have
been put into lines based on the intensities of light in different pixels. According to Miles the second sub task of object recognition consists of grouping these lines and the surfaces with ori- entations, as indicated here. So now these four lines have been grouped into the surface, and then orientation defined by the perpendicular the surface, and similarly these four lines, and these four lines. In the third and final phase of the object recognition task, according to Miles sur- faces are grouped into a complete 3D object. At this particular point, your visual system recog- nizes that this is a cube. Miles theory has been very influential in computer vision. It has actu- ally also been influential in AI as a whole. One of the lessons we can take away from Miles’ the- ory of computer vision of object’s recognition is that before we get into our guarded tones for ad- dressing the task, we want to understand how a task gets decomposed into sub tasks. Through- out this course, we have emphasized task decom- position repeatedly. As an example, when we were talking about understanding, a big task of understanding got decomposed into a series of small tasks. Where surface level cues acted as probes into memory and a frame was retrieved. The slice of the frames dented expectations. Lex- icon and grammatical analysts led to the iden- tification of objects and predicates that would satisfy those expectations. And the fillers were put in. Problem reduction certainly is a general purpose method for decomposing complex tasks into smaller tasks. This notion of class decom- position is a powerful idea irrespective of what algorithm we use for any of these specific sub tasks
08 – Line Labeling
Click here to watch the video
Page 272 of 357 ⃝c 2016 Ashok Goel and David Joyner

Figure 738: Line Labeling
Of course, I will focus here is on constraint propagation, not on computive vision, we are simply using some aspect of computive vision to illustrate constraint propagation. In particu- lar, let us zoom into a specific subtask of object recognition, In this subtask, lines are grouped into surfaces and the orientations of the sur- faces are identified via the perpendiculars. The method we’ll use for this task is called, line la- belling, the method of line labelling makes ex- tensive use of constraints.
09 – Constraints Intersections and Edges
Click here to watch the video
Figure 739: Constraints Intersections and Edges
Figure 741: Constraints Intersections and Edges
So let’s take the notion of constraints. Con- sider this cube again. You’ll notice this cube has junctions, and these junctions have different kind of shapes. For example, this looks like a Y junction, this looks like an L junction, this also looks like an L junction, it’s just that this arm of the L is coming in the other direction. This also looks like an L junction. This junction, on the other hand, looks a little bit like a W junc- tion. So, junctions of various kinds. Here are the kind of junctions that can occur, in the world of trihedral objects like cubes. Y junction, W junc- tion, T junction, L junction. We can say a little bit more about each of these junctions. Let us look at the Y junction first. If we examine the various kinds of Y junctions that get formed in the world of trihedral optics, then we find that whenever there is a Y junction formed, then each of these lines represents a fold, where a fold is a line where two surfaces meet. Now, the impor- tant thing about this is. That if we can infer, that this is a Y junction and that this line rep- resents a fold, then an image that follows, this line must also represent a fold, and this line must also represent a fold. Actually I should tell you quickly, that in the world of trihedral objects. Y junctions can have multiple kind of constraints. But right now, let’s just look at this one single constraint. So in the case of an L junction, which has a shape like this, in the world of trihedral ob- jects, an L junction is characterized by this being a blade, and this being a blade, where a blade is a line, well we cannot infer that two surfaces are getting connected with each other. Again, the L-Constraint can actually have many more for- mulations. But right now, we’re keeping it sim- ple just looking at one single constraint for the
LESSON 20 – CONSTRAINT PROPAGATION
Figure 740: Constraints Intersections and Edges
Page 273 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 20 – CONSTRAINT PROPAGATION
L junction. Similarly, in the world of trihedral objects, one of the ways in which a double junc- tion gets characterized is through a blade, fold, blade. In effect, we’re defining a spatial gram- mar here, for the world of trihedral objects. The equivalent of this, in case of grammar of natu- ral language sentences might be that a sentence can have a non phrase, followed by their verb phrase, followed by a propositional phrase, and so on. Given this set of very simple constraints for the world of trihedral objects, let us see how these constraints actually can be propagated, to group edges and to surfaces
10 – Exercise Assembling the Cube I
Click here to watch the video
junctions. An L in the bottom left, a W, an L and so on. Right in the center we have a Y. So we can differentiate a Y junction and a W junction, by saying that for a W junction one of the three angles has to be over 180 degrees. Whereas in a Y junction, all three are less than 180 degrees. A T junction happens when one of the angles is ex- actly 180 degrees. This sounds good. And now let us look at how we’ll apply these constraints to identify the surfaces.
12 – Exercise Assembling the Cube II
Click here to watch the video
Figure 742: Exercise Assembling the Cube I
Let us do an exercise together. Here is a cube with its seven junctions. For each of these junc- tions, identify the kind of junction that it is.
11 – Exercise Assembling the Cube I
Click here to watch the video
Figure 744: Exercise Assembling the Cube II
Let us do another exercise together. We have identified the type of each of these junctions. Let us now use, the constraints for each type of junc- tion to identify the type of each of these edges. For each of these boxes, right? Either fold or blade for the type of the edge.
13 – Exercise Assembling the Cube II
Click here to watch the video
Figure 743: Exercise Assembling the Cube I
What did you write down, David? So going down the outside we have alternating L and W
Figure 745: Exercise Assembling the Cube II
That’s good, David. Note that David started on the top left corner, this is a random selection. He could have started at any other corner, for ex- ample, this one or that one. And found the same
Page 274 of 357 ⃝c 2016 Ashok Goel and David Joyner

answer and that is because we have simplified these constraints. But now that we know that this line is a fold, by the definition of fold, we know that two surfaces must be meeting at this line. It follows then, that this must be a surface and this must be a surface. Similarly, because we know this is a fold and by definition of a fold, two surfaces must be meeting here. Follows this is a surface, this is a surface and so on. And now we have identified that this one surface, this is another surface, this is a third surface. In this way, the visual system used knows the different kinds of junctions in the world of triangular ob- jects, and it constrains at each of these junctions to figure out which of these lines made surfaces. Instead of thinking of this as one single surface, the visual system identified this as being com- posed of three different surfaces. And now we can recognize that this might be a cube.
14 – More Complex Images
Click here to watch the video
Figure 746: More Complex Images
Figure 747: More Complex Images
Page 275 of 357 ⃝c 2016 Ashok Goel and David Joyner
LESSON 20 – CONSTRAINT PROPAGATION
Figure 748: More Complex Images
Figure 749: More Complex Images
Figure 750: More Complex Images
Figure 751: More Complex Images

LESSON 20 – CONSTRAINT PROPAGATION
Figure 752: More Complex Images
Figure 753: More Complex Images
Now of course, some of us do see this as a 3D shape. You can think of this as a paper folded here. One plane of the paper and another plane of the paper. This looks kind of like an open book. This particular line here then can be ig- nored, just being a line of these two planes, not signifying a surface by itself. If you view this only as a line, and not signifying a surface then it adverses David’s first problem. But how do we address David’s second problem of this being a fold or a blade depending upon where we started constraint propagation from? The answer is that we actually have a much more complex ontology of disconnections. The answer lies in the fact that we have so far used a very simple ontology, just to demonstrate the constraint propagation process. In reality the ontology risk constraints is more complicated. Let’s do Y-constraint may not just fold, fold and fold, but it might also be blade, blade and blade. And the L-constraint is not always blade and blade and fold and fold. It could also be blade and fold and fold and blade. Now we can see David’s second prob- lem disappearing, because the Y junction may have a blade and the L junction may also sug- gest a blade. And there is then no conflict. Let
me know that what we have shown here, is still not a full anthology of the Y, W, L and T con- straints. T constraints in particular, may have additional complexity. The advantage of having a more complete ontology is, that we can use that ontology to interpret more complex scenes like this one, where there are two rectangular ob- jects, one being partially occluded by the other one. Of course, the more complicated ontology is not without its own problems. It now introduces ambiguities of a different kind. This particular junction. Is it now a blade, blade, blade, or is it a fold, fold, fold? Both of them are permis- sible in the new complete ontology. In order to resolve some of these ambiguities, we can come up with additional conventions. One convention is, that all of these edges that are next to the background, we’ll consider them to be blades. So we’ll make this a blade, blade, blade, blade. Once you make all these blades, then it’s easy to propagate the constraints. Notice this W junc- tion could have been a fold, blade, fold, or a blade, fold, blade. But if we adopt the conven- tion of labeling all of these lines as blades, then, this W junction can only be blade, fold, blade. But if this is a fold, this Y junction can only be fold, fold, fold, and so on. And yet, helps us re- solve the ambiguity of what this junction could be. This task of image interpretation is an in- stance of the abduction task. In abduction, we try to come up with the best explanation for the data. This is the data, we’re trying to interpret it in terms of an explanation. We’ll discuss ab- duction in more detail when we come to diagno- sis. Well now notice that, we start with what we know. Blade, blade, blade. And that we propa- gate the constraints, so that we can disambiguate between other junctions.
Click here to watch the video
Page 276 of 357 ⃝c 2016 Ashok Goel and David Joyner
15 – Constraint Propagation for Natural Language Processing

Figure 754: Constraint Propagation for Natural Language Processing
Figure 755: Constraint Propagation for Natural Language Processing
Figure 756: Constraint Propagation for Natural Language Processing
Let us again written to the center. Color- less green ideas sleep furiously. You and I can quickly recognize, that this sentence is grammat- ically correct even as it is semantically mean- ingless. How do we do it? Consider this mini- grammar. This is a small subset of the English language grammar consisting of just three simple rules. The sentence can go into a noun phrase, followed by a verb phrase. A noun phase can be, optional adjectives, followed by a noun or a pro- noun. The square bracket here means, optional. A verb phrase, composed of a verb, followed by
optional adverb. The variables in this particular sentence, are the words. The values we assign to them are elliptical categories like verb, objective, noun and pronoun. If we can make a pastry for this, that assigned values to this variables in a way that is consistent with this grammar, then this particular sentence is grammatically correct. Let’s try to make a pastry for this sentence. A sentence can a noun phrase, or a word phrase. So we may say, that this is a noun phrase and this is word phrase. Of course at this particular point we do not know, where we should make this de- marcation, what should go into the noun phrase, what should go into the word phrase? We know whether or not, this demarcation is correct de- pending upon whether or not this noun phrase, and word phrase meet the low level lexical cat- egories. So let’s look at colorless green ideas. We know that a noun phrase can go into one or more adjectives, followed by a noun or pronoun. So we can look at a lexicon, and know that ideas are a noun, so we say that this is a noun. We can look at a lexicon that tells us that colorless and green are adjectives, and so colorless and green are adjectives here. We have satisfied this part of the constraint. So I am ready for the verb phrase, a verb phrase can be composed of a verb, followed by one or more optional adverbs. We can look in the lexicon, and sleep is a verb, and furiously is an adverb, so we have satisfied the constraints for this particular part. Because we have satisfied the constraints, we know the top level demarcation of this as a noun phrase, and this as a verb phrase was correct. So the processing is not very top down here. It also has a bottom up component. In this way we are able to decide, that this particular sentence is grammatically correct because it satisfies the constraints of [our mini] grammar. Know that we have used knowledge of constraints, and the matter of constraint propagation, both for visual processing and for language processing. This sentence method is very general purpose in do- ing independent. Once we have done constraint propagation, to derive the parse tree for the sen- tence, then we can do additional processing. We can use this parse tree to support semantic anal- ysis to build an understanding, a semantic un-
LESSON 20 – CONSTRAINT PROPAGATION
Page 277 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 20 – CONSTRAINT PROPAGATION
derstanding, of the sentence. Similarly, in visual processing, once we have used the constraints for doing line labelling. And recognize the surfaces and their orientations. We can then go on fur- ther and recognize the object in its 3D form.
16 – Assignment Constraint Propagation
Click here to watch the video
So today we’ve talked about constraint prop- agation, which is a method of inference where we assign values to variables to satisfy certain exter- nal constraints. By doing so, we arrive at strong inferences about the problem, like which shapes represent objects, or how the words in a sentence interact. After defining constraint propagation, we talked about how it can be useful in inter- preting images by using prior knowledge of con- straints to anticipate predictable shapes out in the world. Then we talked about natural lan- guage understanding, where prior knowledge of the rules of grammar and parts of speech allow us to make sense of new sentences. Now, constraint propagation is actually an incredibly complex process. We have numerous constraints for vi- sual scenes and verbal sentences that we haven’t discussed here. We all see this constraint propa- gation in other areas as well, such as in making sense of auditory and tactile information. Read- ing braille for instance, can be seen as an in- stance of constraint propagation. We’ll pick up on this discussion later when we talk about visual and spatial reasoning. But this will also come up in our discussion of configuration, which can be seen as a specific instance of constraint propaga- tion in the context of design.
18 – The Cognitive Connection
Click here to watch the video
Constraint propagation also connects to hu- man cognition. First, constraint propagation is a very general purpose method like, means anal- ysis. In both knowledge based AI and in human cognition, constraint propagation allows us to use our knowledge of the world, in order to make sense of it. Constraints can be of any kind. Sym- bolic, as well as numeric. We discussed symbolic constraints in today’s lesson. A good example of numeric constraints comes from XL spread- sheets, with which most of you are familiar. If the columns in a particular spreadsheet are con- nected to some formula, and you make a change in one column, then the change is propagated into all the columns of the spreadsheet. That’s an example of Numerical Constraint Propaga- tion. We have seen constraint propagation under
Figure 757: Assignment Constraint Propagation
So how would constraint propagation be use- ful for Raven’s progressive matrices? This con- cept has a strong correspondence to the final project where you’ll be asked to reason over the images of the problem directly instead of over the propositional representations that we’ve given you in the past. So first, if constraint propagation leverages a library of primitive con- straints, what will your constraints be for the final project? How will you propagate those constraints into the image to understand it? Then once you’ve actually propagated those con- straints, how will you actually use those infer- ences? Will you abstract out propositional rep- resentations? Or will you stick to the visual rea- soning and transfer the results directly?
17 – Wrap Up
Click here to watch the video
Figure 758: Wrap Up
Page 278 of 357 ⃝c 2016 Ashok Goel and David Joyner

other topics as well. For example, planning, and understanding, and scripts. The next topic, con- figuration, will build on this notion of constraint propagation.
19 – Final Quiz
Click here to watch the video
All right. Please write down what you un- derstood from this lesson, in the box right here.
20 – Final Quiz
Click here to watch the video And thank you for doing it.
Summary
Constraint Propagation is a mechanism of influence where the agent assigns values to variables to satisfy certain conditions called
constraints. Constraint Propagation is used in many complex, real-life scenarios of Natural Language Understanding, Computer Vision/Image processing, etc.
References
1. Winston P., Artificial Intelligence, Chapter 12, Pages 249-266.
Optional Reading:
1. Winston Chapter 12, pages 249-266; Click here
Exercises
None.
LESSON 20 – CONSTRAINT PROPAGATION
Page 279 of 357
⃝c 2016 Ashok Goel and David Joyner

LESSON 21 – CONFIGURATION
Lesson 21 – Configuration
The initial configuration of the universe may have been chosen by God, or it may itself have been determined by the laws of science. In either case, it would seem that everything in the universe would then be determined by evolution according to the laws of science, so it is difficult to see how we can be masters of our own fate. – Stephen Hawking.
01 – Preview
Click here to watch the video
Figure 759: Preview
Figure 760: Preview
Today, we’ll talk about configuration. Con- figuration is a very routine kind of design task in which all the components of the design are al- ready known. The task now is to assign values to
the variables of those components so they can be arranged according to some constraints. Config- uration will be your first part under the unit on designing creativity. We’ll start by talking about design, then we’ll define configuration. Then we trace through the process of configuration, a spe- cific measure called planned refinement. Finally, we’ll connect configuration to several earlier top- ics we have discussed such as classification, case based reasoning, and planning.
02 – Define Design
Click here to watch the video
Let us talk about what is design. Design in journal takes us input some sort of needs, so goals or functions. It gives us output that’s spec- ification of this structure of some artifact that satisfies those needs and goals and functions. Note that the artifact need not be a physical product. It can be a process. A program, a policy. Some example for design, design a robot that can walk on water. Design a search en- gine that can return the most relevant answer to a query. The Federal Reserve Bank designs and monitor the policy to optimize the econ- omy. Note the design is very wide ranging, open ended and ill-defined. In problem solving, typi- cally the problem remains fixed, even as the so- lution evolves. In design, both the problem and
Page 280 of 357 ⃝c 2016 Ashok Goel and David Joyner

the solution co-evolve. The problem evolves as the solution evolves. We are studying design and AI because we are working with AI agents that can do design. At least potentially, we want AI agents that can design other AI agents.
03 – Exercise Designing a Basement
Click here to watch the video
Figure 761: Exercise Designing a Basement
Thanks, Isuke so right now, my wife and I are actually building a house and as part of that, we need to configure the basement for the house. I’ve taken a list of some of the requirements for this basement and listed them over here on the left. And on the right, I have the variables that we need to assign values to, we have things like the width of the utility closet, the length of the stairwell, we also had two additional rooms, each must have their own length and width. So try to configure our basement, such that we meet all the different requirements listed over here on the left, write a number in each of these blanks.
04 – Exercise Designing a Basement
Click here to watch the video
So I started off this process by assigning some variables I already knew. So the height being eight is just kind of a default value for the height of a basement. It could’ve been seven, it could’ve been nine. Anything that’s tall enough that we can fit in it is fine. For the total width and the total length we were actually given those over here in the requirements. The length is 44 and the width is 30. Those are set by the other floors of the house, and the basement just kind of mim- ics their footprint. So, what I did next, was that I just went ahead and took the requirements for the utility closet and the stairwell and went ahead and applied them. I just said that the utility closet and the stairwell must each be 100 square feet. Let’s just keep these simple and go ahead and assign those 10 by 10 for each. Sim- ilarly for the bathroom, the bathroom must be at least 200 square feet. And no length or width can be under 10 feet. Let’s just make it 10 by 20, that’s pretty easy. After assigning those three rooms, we had 920 square feet left, so I decided to keep things simple here as well, split it in two, two rooms that are each 460 square feet. And one way to do that would be to make them each 20 by 23. So some of you might notice that these rooms don’t actually map to the 44 by 30 base- ment, because while the areas of these rooms add up to the same number of square feet, they aren’t configurable into the right arrangement. For the purposes of this example we’ll be using numbers. But, a real configuration exercise for this would also involve arranging the rooms. So, not only do they add to the same number of square feet, but they can also fit inside the same rectangle. Thank you, David. There are several things to note from David’s analysis. One is that in con- figuration final we want an arrangement of all the components of all the parts. So in this case, finally we want an arrangement of all the rooms and these stairwells and these utility closets and so on. Not just the size of each one of them, but the actual spatial layout. Second, they would begin by assigning values to some variables here because he thought that this variables were more restricted. One can use a number of different heuristics for ordering the variables. Perhaps we can choose those variables which are most re-
LESSON 21 – CONFIGURATION
Figure 762: Exercise Designing a Basement
Page 281 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 21 – CONFIGURATION
stricted first. Or we can choose those variables that restrict others the most first. We can choose the most important variables first. The point is there can be a large number of variables and we can impose an ordering on them.
05 – Defining Configuration
Click here to watch the video
Figure 763: Defining Configuration
Configuration is a kind of design that assigns values to variables to satisfy certain constraints. Design in general can be very complex and some- times very creative. Configuration is a kind of very routine design. The kind of everyday mun- dane design, which is very very common. While in design in the beginning, you do not know the components or the arrangement of components looks like. In configuration, you already know all the components. You simply have to figure out an arrangement that will satisfy constraints. As an example, consider the furniture in the room in which you are sitting right now. All the com- ponents, all the pieces of furniture are already known. The room is fixed. You can’t change the room either. But you certainly can move the furniture around. There might be some con- straints. For example, if the room has a couch and a TV, then you might impose a constraint that a couch has to be in front of the TV and a certain number of feet away from it. Given the constraint that all the furniture must some- how fit into the room as well as the constraint that the TV must be in front of the couch, you might first decide to place the TV and the couch at specific locations. And then having decided on the location of the TV and the couch, decide on the location of the other pieces of furniture.
David, given the configuration is so common, can you think of other examples? So, it seems like we could talk a lot about the physical arrange- ment of things in different types of rooms. For example, when an airline configures a new air- plane they have to configure the arrangement of the seats, the arrangement of the window, the arrangement of the emergency exits and various things like that. But I think configuration really goes beyond just configuring the physical layout of items. So, when I’m taking a picture with my camera phone, for example, I have to configure different options like the focus, whether or not the flash is on, my distance to what I’m tak- ing a picture of, and a few other different things like that. In doing so I’m still balancing differ- ent restrictions. So, for example, if I’m taking a picture of a landmark I can only be so close to it. And therefore I might need to make dif- ferent decisions based on the focus or the flash in order afford for how far I can be from the landmark. Design in general is a very common information processing activity. And configura- tion is the most common type of design. Now that we have looked at the definition of a config- uration task, we’re going to look at methods for addressing that task. Once again recall that the components in case of configuration are already known. We are deciding on the arrangement of those components. We are assigning values to specific variables of those components, for ex- ample, sizes.
06 – The Configuration Process
Click here to watch the video
Figure 764: The Configuration Process Here’s an abstract specification of a
Page 282 of 357 ⃝c 2016 Ashok Goel and David Joyner

knowledge-based AI method for doing config- uration design. The process starts with some specifications. These might be the specifica- tions of all the constraints on this configuration problem, for example the constraints on David’s basement. The output is an arrangement model, a model of the arrangement of all the compo- nents with the components already known, for example, the arrangement of David’s basement. In this matter, for some configuration design, we begin with some very abstract, and perhaps par- tial solutions. This abstract and partial solution may be represented in the form of a design plan. So, an abstract and journal plan for basements of houses. Each plan specifies a subset of all the variables. We assign values to the variables in that plan. The plan is now complete. A com- pleted plan can now be refined and expanded. At the next lower level, the plan specifies more variables. We assign values to those variables. Now that plan at the next level is complete, and we continue this iterative process until we have a complete arrangement model. As an example, if somebody was building a residential home, like David is doing right now, then the abstract plan may deal with the number of stories that the house will have. Once we assign to the variable number of stories, then we get a more expanded and refined plan where we have a plan for each of the stories including the basement. For ex- ample, for the main floor, there might be a plan which specifies something about a kitchen area, something about a living area, something about a bedroom area. As we assign values to the vari- ables that define the living area, and the kitchen area, and the bedroom area, this plan gets com- pleted. And now we might refine it further, a more detailed plan for the living area, for ex- ample. This abstraction hierarchy is a diagram- matic representation of this plan’s arrangement from those abstraction. I begin with the most abstract plan, then I refine them and expand them as I go down. As I said earlier in config- uration design, all the components are already known. Nevertheless, in some cases it might be able to also select the components. So for exam- ple, I might not only be able to reconfigure the TV, I might also be able to pick a specific kind
of TV. So this might be a TV in general and a more specific kind of TV and more specific kind of TV and so on. Note that the arrows coming here are two way arrows. This is intentional. In particular, let us look at the two way arrows be- tween the arrangement model and the process of configuration and the specifications and the con- figuration process. Once this process has yielded an arrangement model, then we can assess the arrangement model and if needed go back to the process. As an example, the configuration pro- cess says that the TV is 12 feet away from the couch. And we assess it, and we decide the couch is too close to the TV. Then we can go back to the process and say, make the couch more than 12 feet away from the TV. That then becomes an additional specification here. And this is the meaning of the two way arrow. It is not just that we start with specifications and the config- uration process works to satisfy them, but also, as the configuration process works and results in solutions, we can evaluate those solutions. And the specifications may change. This is a very common property of all design. One of the major differences between design and problem solving is that in problem solving, the problem typically remains fixed when we come up with a solution. In contrast in design, the problem evolves as the solution evolves. The problem and the solution co-evolve. So we start with a problem of satisfying certain constraints, but as the solution evolves, the evolution of the solu- tion results in the evolution of a problem. As an example, let us suppose that the configuration problem is to configure the parts of a computer processor so that the processor can work at a particular speed. To do so, you come up with an arrangement model, but when you evaluate it, you find that the processor overheats. In that case, you may change the specification and say that the specification is not only that the processor should be fast enough, but also that it should not overheat. This is an example of problem evolution and solution evolution. Now that the problem has evolved, you may come up with a new solution for the processor design. This now is an example of problem evolution and solution evolution. So for an example that
LESSON 21 – CONFIGURATION
Page 283 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 21 – CONFIGURATION
might hit a little bit closer to home for many of you, as you’ve been designing your agents that can solve the Raven’s test, you’ve done a process somewhat like this. You started with some spec- ifications, general specifications, that your agent must be able to solve as many problems on the Raven’s test as possible. You then start with an abstract solution of just a general problem solving process that you may have then refined to be more specific about the particular trans- formations to look for or the particular problem solving methods to use. That got you to your final result. But when you ran your file result, you may have found something like it would work but it would take a very, very long time to run, weeks or months. So that then causes you to revise your specifications. You not only need an agent that can solve as many problems as pos- sible, but you also need one that can solve it in minutes or seconds instead of weeks or months.
07 – Example Representing a Chair
Click here to watch the video
Figure 765: Example Representing a Chair
Figure 766: Example Representing a Chair
Let us look at how the process of configura- tion would work in detail. Recorder will met a
file of represent in reason, will represent knowl- edge and then reason over it. So suppose it asked the configure a chair. We must then somehow represent all of the knowledge of this chair then we can reason over it. So we will represent all of our knowledge of the chair in the form of a frame. Here’s is the frame, here are the beta slots. For the time being, let’s just assume that there are six slots that are important. The last four of the slots may point to their own frames. So there might be a frame for legs, a frame for seat, and so on. Now some of these frames have slots like size, and material, and cost. For legs, you may have an additional slot like count. What is the number of legs on the chair? And this particular frame representation captures of the knowledge of the generic, prototypical chair. To do con- figuration design is to come up with a specific arrangement of all the parts to this particular chair, to assign values to each of the variables, which means filling out the fillers for each of the slots. Of course, the values of these variables de- pends in part on the global constraints of mass and cost. We may, for example, have a global constraint on the mass of the chair, or in the cost of the chair, or both. We may have additional constraint as well. For example in material of a chair might become an, perhaps the material needs to be metal.
08 – Example Ranges of Values
Click here to watch the video
Figure 767: Example Ranges of Values Page 284 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 21 – CONFIGURATION
Figure 768: Example Ranges of Values
Now in configuration design, we not only know all the components like legs, and set, and arms, and so on. We not only know the variables for each of the components, like size and mate- rial, and cost. But we also know the ranges of values that any of these variables can take. Thus the seat of a chair may have a certain weight, or length, or depth. Here between the sides and the seat in a very simple matter in terms of the mass of the seat as measured in grams. So 10 to 100 grams, you’ll see in minute why we’re using this simple measure. So when it is brackets for this material slot suggests that there is a range here, it will show the range on the left [in just a minute]. TThe cost then will be determined by the size and the materials. Let us suppose that this table captures the cost per gram for certain kinds of materials. Now you can see why we’re using gram as a measure for the size of the seat. We wanted to very easily relate the size to the cost. The material slot now can take one of these three values. This is the range of values that can go into the material slot. Given a particular size and a particular material, we can calculate this cost. Note that this representation allows us to calculate the total mass of the chair and the to- tal cost of the chair, given the total mass and the total cost at least of the components.
Figure 769: Example Applying a Constraint
Figure 770: Example Applying a Constraint
Figure 771: Example Applying a Constraint
09 – Example Applying a Constraint
Click here to watch the video
Figure 772: Example Applying a Constraint Page 285 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 21 – CONFIGURATION
Figure 773: Example Applying a Constraint
Figure 774: Example Applying a Constraint
Now let us suppose that we get a new order in which a customer wants a chair that weighs over 200 grams, costs at most $20, and has four legs. Given the specification, what configuration pro- cess can use this knowledge to fill in the values of all the variables to satisfy the specification. So the first thing the process might do is to write down all the constraints that are given as part of the input specification. So the mass is greater than 200 grams, the cost is less than $20, and the count of legs is 4. Now suppose that a configu- ration process has an abstract plan which first decides on the value of the cost variable before it decides on other variables. Let us also fur- ther suppose that this plan for deciding the cost evenly distributes the cost between the greatest components until unless specified otherwise by the specification. In this case the cost plan dis- tributes this cost of $20 between the four com- ponents and assigns less than five for each one of them. Now we define an expanding plan. This is two aspects to it, refine and expand. Index and aspect we deal with the components instead of the chair as a whole. And the define aspect we deal with more detailed variables that were not there in the chair. Consider the component legs,
for example. We already know the count, four, in the input specification. We know the cost, no more than $5 from the higher level plan. Now we can design by using the other two variables, 25 grams and wood, for example. We can do the same for the other components. As we assign val- ues to the variables of each of these components, we get a complete arrangement of all these com- ponents here, with values assigned to each of the variables. Given the specific values we assign to the variables for each of the components, we can now compute whether the constraint given in the input specification are satisfied. In this particu- lar example, both the mass and the cost of the chair satisfy the input constraints. Note that the define and expands step in this particular process might have operated a little differently. It is also possible that define and expand step might say, the less, decide on the material before we decide on any of the other features. Plus within thin complex configuration process, different design- ers may use different plans and different plans to find expansion mechanisms. Of course it is also possible that once we have a candidate solution, the candidate solution may not necessarily sat- isfy the input constraints. So the cost may turn out to be more than $20, for example. In that case there are two options. Either we can iterate on the process, loading the cost, or we can go about changing the specification.
10 – Exercise Applying a Constraint
Click here to watch the video
Figure 775: Exercise Applying a Constraint
Let us do an exercise together. This exer- cise again deals with the configuration of a chair. The input specification is a chair that costs at
Page 286 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 21 – CONFIGURATION
most $16 to make, and has 100 grams metal seat. Please fill out the values of all of these boxes. Try to use a configuration process that we just described, and make a note of the process that you actually did use
11 – Exercise Applying a Constraint
Click here to watch the video
Figure 776: Exercise Applying a Constraint
Figure 777: Exercise Applying a Constraint
Figure 779: Exercise Applying a Constraint
Figure 780: Exercise Applying a Constraint
Figure 781: Exercise Applying a Constraint
So David, how did you configure the chair? So you can see here my final configuration for this chair. I ended up with a 160 gram chair. It cost $16 based on having four metal legs. I didn’t give it arms. I gave it a metal back. And of course the 100 gram metal seat that was re- quired. As far as how I actually did this though, like before, I started off by writing out the ini- tial constraints we were given. The chair has to cost less than $16. It has to have 100 g metal seat. And it has 100 g metal seat. And that seat has to cost $10. So 100 grams times $0.10 per gram means $10 for the seat. After this, how- ever, we’re already pretty close to our price limit. So the plan I’m using might specify that when
Figure 778: Exercise Applying a Constraint
Page 287 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 21 – CONFIGURATION
we’re getting within a certain range of our price limit to operate under a heuristic that calls for minimizing the cost. That heuristic in that plan might then say, find the part that can be min- imized the most next. That part would be the arms. The arms had a range from 0 grams to 50 grams, meaning that arms are not even required in our chair. So to minimize our costs, we’re go- ing to go ahead and cut the arms, and say that our arms cost nothing. Now our plan might rec- ognize that we’re no longer quite as constrained by our price, so we’re going to choose the next most important part of the chair, which might be the legs. Given some information that the plan has about the ideal legs, it might choose to have four legs, that are ten grams each and are made of metal, which gives us a cost of $4. Based on the $10 seat and the four dollar legs, we now know that we have $2 left for our back. The plan may have a heuristic that says it’s ideal to match materials or the plan may have a heuristic that says that metal is the optimal material to use. So it may choose metal. And given $2 for the remaining money and a material of metal, it can derive that 20g is the mass available for the back. And now that all of these individual variables have been assigned, we can then see that the final mass is 160g, and has a cost of $16. At most $16 meets that constraint. And we have our 100g metal seat over here. That’s good David. This important note that David used several different kinds of knowledge. First, he had knowledge of the general chair. He knew about the components, he knew about the slots, but not necessarily all the fillers for the slots. Second, he had heuristic knowledge, he used the term heuristic. Recall that heuristic stands for rule of thumb. So heuristic knowledge about how to go about filling the values of some of these slots. Third, explicit list is not just knowledge about legs and seats and arms and so on, but also how this chair, as a whole, is decomposed into its components. That is one of the funda- mental rules of knowledge and knowledge-based AI. It allows us to structure the problem so the problem can be addressed efficiently. Note that this process of configuration design is closely re- lated to the method of constrained proposition
that we discussed in a previous lesson. Here are some constraints, and these constraints have been propagated downwards in the plan abstrac- tion hierarchy.
12 – Connection to Classification
Click here to watch the video
Figure 782: Connection to Classification
Configuration is also connected to classifica- tion. In case of classification, you establish and then define, establish and then define. In case of configuration, you’re going to extension the plan, assign the values to the variables, refine and expand. Extension the plan, assign values to the variables, refine and expand. Second con- figuration leverages classification’s notion of pro- totypical concepts. So the hierarchy of plans is organized around these prototypical notions of a components of a chair. A chair typically consists of legs, and seats, and arms, and back, and so on. The ranges of values that these variables can take are also part of a prototypical knowledge of var- ious components of a chair. In fact they are part of the default value of this particular component. Clearly there are also differences between classi- fication and configuration. We use classification to make sense of the world by mapping combina- tions of precepts into equivalence classes. We use configuration to act on the world by designing ac- tions. So it sounds to me like while classification is a way of making sense of the world, config- uration is a way of creating the world. With classification, we perceive certain details in the world and decide what they are. With configu- ration, we’re given something to create and we decide on those individual variables.
Page 288 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 21 – CONFIGURATION
13 – Contrast with Case-Based Reasoning
Click here to watch the video
Figure 783: Contrast with Case-Based Reason- ing
Figure 784: Contrast with Case-Based Reason- ing
We can also can cross configuration with case based reasoning. Both configuration and case based reasoning are typically applied to routine design problems, problems of the kind that we’ve often encountered in the past. Gives a configura- tion, we start with a prototypical concept, then assign values to all the variables as we saw in this chair example. In case of case-based reasoning we start with the design of a specific chair that we had designed earlier. Look at its variables and tweak it as needed to satisfy this constraint so the current problem. Case-based reasoning as- sumes that we already designed our other chairs, and we have stored examples of the chairs for designing the memory. Configuration assumes, that we already designed enough chairs so that we can in fact extract the plan. When a spe- cific problem is presented to an IA agent, the IA agent, if it is going to use the method of configu- ration, is going to call upon the plan obstruction
hierarchy and then start defining plans. If the AI agent uses the method of case based reasoning, then it’ll go into the case memory, retrieve the closest matching case, and then start tweaking the case. Little bit later we will see how an AI agent select between different methods that were able to address the task. As we have mentioned earlier in the course, the chemical periodic table was one of the really important scientific discov- eries. Similar to chemical periodic table, we are trying to build a periodic table of intelligence. Unlike the chemical periodic table which deals with balance electrons. Our periodic table of intelligence, deals with tasks and methods. In this particular course, we have considered both a large number of tasks, configuration being one of them, as well as a large number of methods, [plan] instantiation and case-based reasoning be- ing two of them.
14 – Connection to Planning
Click here to watch the video
Figure 785: Connection to Planning
Figure 786: Connection to Planning
The process of configuration is also related to planning. You can consider a planner that actu- ally generates the plan in this plan obstruction
Page 289 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 21 – CONFIGURATION
hierarchy. But then for any plan in this plan ob- struction hierarchy, then it converts a plan in this plan obstruction hierarchy into a skeletal plan. It drops the values of the variables in the plans and constructs it into a plan it’s simply specify the variable without specifying the values. The pro- cess of configuration planning then, takes these plans, organizes them into obstruction hierarchy and goes about [instantiating] shading and refin- ing and expanding them. We already discussed how configuration is connected to a number of other lessons like case based reasoning, planning and classification. You may also consider this plan to be kind of strict for physical object. In addition, this plans have been learned, through learning methods similar to the method of in- cremental concept learning. In addition, this plan hierarchy might be learned through learning methods similar to the method for incremental concept learning. One of the things that we are doing in knowledge based AI is, to describe the kinds of knowledge that we need to learn. Before we decide on what is a good learning method, we need to decide on what is it we need to learn? The configuration process tells us of the differ- ent kinds of knowledge that then become tar- gets of learning. To connect this lesson back to our cognitive architecture, consider this fig- ure once again. So knowledge of the prototypi- cal chair, as well as knowledge about the radius, plans, and the abstraction hierarchy are stored in memory. As the input gives specification with the design problem, the reasoning component in- stantiates those plans, refines them and expands them. The knowledge itself is learned through examples of configuration of chairs that presum- ably, the agent is already encountered previously.
Figure 787: Assignment Configuration
So how might you use the idea of configura- tion to design an agent that can answer Raven’s progressive matrices? We’ve talked in the past about how constraint propagation can help us solving these problems. If configuration is a type of constraint propagation, how can you leverage the idea of variables and values in designing your agent? What are the variables and what values can they take? We’ve also discussed how plan- ning can be applied to Raven’s progressive ma- trices. If configuration leverages old plans, how you build your agent to remember those old plans and reconfigure them for new problems? Will it develop the old plans based on existing problems, or will you hand it the problems in advance?
16 – Wrap Up
Click here to watch the video
Figure 788: Wrap Up
So today we’ve talked about configuration, a kind of routine design task. We do configura- tion when we’re dealing with a plan that we’ve used a lot in the past, we need to modify to deal with some specific new constraints. So for ex- ample, we’ve built thousands of buildings, and thousands of cars, and thousands of computers,
15 – Assignment Configuration
Click here to watch the video
Page 290 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 21 – CONFIGURATION
and each of them is largely the same. But there’s certain parameters, like the number of floors in a building, or the portability of the computer, that differ from design to design. So we need to tweak individual variables to meet those new constraints. We started this off by defining de- sign in general, and then we used that to define configuration, as a certain type of routine de- sign task. We then discussed the process of con- figuration and how it’s actually very similar to constraint propagation that we’ve talked about earlier. Then we connected this to earlier topics like classification, planning and case-based rea- soning, and saw how in many ways, configuration is a task, while other things we’ve talked about provide us the method for accomplishing that task. So now we’ll move on to diagnosis, which is another topic related to design, where we try to uncover the cause of a malfunction in some- thing that we may have designed. In some ways, we’ll see that diagnosis is a lot like configuration in reverse.
17 – The Cognitive Connection
Click here to watch the video
Design is a very common cognitive activity. Some people even claim that design is a single cognitive activity that has the most economic value of all such activities. Configuration is a type of routine design, that occurs every single day. For example, you need to run some errands. You know the roads, you know the vehicle, you know the traffic patterns. Now you need to con- figure the specific route that can optimize some constraint such as time. Cooking is another ev- eryday example of configuration. We know the recipes, which tell us about the high level plans and the ingredients we need to assign values to specific variables that can optimize some con- straints such as taste. Notice that we can sepa- rate task from method. Configuration is a task
that can be addressed by many methods. We will look as several of them, such as [Case-Based Reasoning]. Plant refinement, [Case-Based Rea- soning] test, and so on.
18 – Final Quiz
Click here to watch the video
Please summarize what you learned in this lesson in this blue box.
19 – Final Quiz
Click here to watch the video Great, thank you very much.
Summary
Configuration is a very routine kind of design task in which all the components of the design are already known. The task now is to assign values to the variables of those components so they can be arranged according to some constraints.
References
1. Stefik, M. Introduction to Knowledge Systems,
Pages 608-621, 656-666.
Optional Reading:
1. Stefik, Chapter 8 Parts 1; T-Square Resources (Stefik Configuration Part 1 Pgs 608-621 .pdf)
2. Stefik, Chapter 8, Part 2; T-Square Resources (Stefik Configuration Part 2 Pgs 656-666 .pdf)
Exercises
None.
Page 291 of 357
⃝c 2016 Ashok Goel and David Joyner

LESSON 22 – DIAGNOSIS
Lesson 22 – Diagnosis
When you have eliminated the impossible, whatever remains, no matter how improbable, must be the truth. – Sir Arthur Conan Doyle, The Sign of Four.
01 – Preview
Click here to watch the video
Figure 789: Preview
Figure 790: Preview
Today we will talk about diagnosis. Diag- nosis is the identification of the fault or faults responsible for a malfunctioning system. The
Listen to your patient, he is telling you the diagnosis. – William Osler.
system it could be a car, a computer program, an organism, or the economy. Diagnosis builds on our discussion of classification and configu- ration. They start by defining diagnosis. They really setup two spaces. A data spaces and a hypothesis space. Data about the malfunction- ing system. Hypothesis about the fault that can explain that malfunctioning system. Then, we’ll constructing mappings through data space to hy- pothesis space which amount to diagnosis. We’ll discuss two views of diagnosis, diagnosis as clas- sification and diagnosis as abduction. Abduction in this context is a new term to you. We’ll dis- cuss it in more detail today.
02 – Exercise Diagnosing Illness
Click here to watch the video
Figure 791: Exercise Diagnosing Illness Page 292 of 357 ⃝c 2016 Ashok Goel and David Joyner

To illustrate the task of diagnosis, let us be- gin with an exercise. When we think of diag- nosis, most of us think in terms of medical di- agnosis. The kind of diagnosis a doctor does. So this particular exercise, is coming from med- ical diagnosis, actually it’s a made-up exercise from medical diagnosis. And here’s a set of dis- eases, fictional diseases, that the doctor knows about, along with the symptoms that each dis- eases causes. So, Alphaitis, for example, causes elevated A, reduced C and elevated F and so on. Given this set of data, and this set of diseases, what disease or set of diseases do you think the patient suffers from?
03 – Exercise Diagnosing Illness
Click here to watch the video
Figure 792: Exercise Diagnosing Illness
That’s a good answer, David. Note that David did several things in coming up with his answer. First, he made sure that his answer cov- ers all these signs and symptoms. This is the principle of coverage. We want to make sure that the diagnostic conclusion actually accounts for all the input data. Second, we chose a single hypothesis over a combination of hypothesis, al- though the combination could have explain this data as well. This is the principle of parsimony. In general, we want a simple hypothesis for ex- plaining the entire data. Third, these hypothe- ses can have greatest interactions between them, and these interactions can make your diagnos- tic task quite complicated. Fourth, they would use the term explanation. This is an important aspect for diagnosis. We want a set of hypothe- ses that could explain the input data. Now this [turns out to be a relatively simple exercise] we
did it in this simple exercise, because there is one single disease that can, in fact, explain all the input data. What would happen if there was no single hypothesis that could cover the entire input data? Or what would happen if there were multiple hypotheses that could equally well ex- plain the input data? [turns out to be a rel- atively simple exercise] diagnostic task can be quite complicated.
04 – Defining Diagnosis
Click here to watch the video
Figure 793: Defining Diagnosis
Figure 794: Defining Diagnosis
We may define the task of diagnosis as deter- mining what is wrong with a malfunctioning de- vice. Or more generally, what is the fault that is responsible for a malfunctioning system. Given a system, we expect some behavior from it. We expect it to do something. However, we may observe that the system is doing something dif- ferent. So there is the expected behavior and there is the observed behavior, and there is a discrepancy between them. When there is a dis- crepancy, we know that the system is malfunc- tioning. The question then becomes what is the fault or the set of faults responsible for the mal- functioning system. When we think of diagnosis
LESSON 22 – DIAGNOSIS
Page 293 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 22 – DIAGNOSIS
we typically think of medical diagnosis. But, of course diagnosis can occur in a very large number of domains. Here are three diagnostic domains with which all of us are familiar. The first figure shows the engine of a car. When I insert the key into the ignition system, I expect the engine to turn on. That is the expected behavior. But sup- pose that I insert the key, and the engine doesn’t turn on. That’s the observed behavior. There is a discrepancy between the expected behavior and the observed behavior. When I insert the key into the ignition, I expect the engine to turn on. That’s the expected behavior. But then sup- pose that I put the key in, and the engine doesn’t turn on. That’s the observed behavior. The dis- crepancy between the expected behavior, turn the engine on, and the observed behavior, the engine doesn’t turn on, so I know there is a mal- function. Given this malfunction, the question becomes what is at fault, the force responsible for it and that’s the diagnostic task. To address this diagnostic task, I may use a rule which says that if the engine doesn’t turn on when the key is inserted, check the carburetor. Suppose I go and check the carburetor and everything is okay with the carburetor. Then I [Thus, the] get ac- tivated. And let me say, if the engine doesn’t turn on and everything is okay with the carbu- retor, go check the spark plugs. And this way, I am going to use a production system to isolate the fault of faults responsible for the malfunc- tion. Something similar happens with computer hardware repair. When we turn on a computer, there are few behaviors that we expect of it. We expect it to boot up quickly, we expect it to run fast, and we expect it to stay cool. Now, imag- ine we turn a computer and notice it started to run at a much higher temperature than we’re ac- customed to. We might remember that the last time we encountered this problem, there were problems with the fan. So we might use that to then diagnose this a problem with the fan and replace the fan. This happens at the soft- ware level too. If I’m writing a program and the output differs from what I was expecting, I set about debugging the program and finding the fault. One way of doing that is called a rub- ber duck debugging, which involves explaining
my model of how my program works to the rub- ber duck so that I might uncover the error by forcing myself through an explanation process. Note that we discussed the same diagnostic task in three different domains. In each domain there was a discrepancy between the expected and the observed behaviors and we tried to identify the fault, or faults responsible for it. Note also that we alluded to three different methods for doing diagnosis. The matter of rule based reasoning, the matter of case based reasoning, and the mat- ter of model based reasoning. We haven’t talked a lot about the matter of model based reasoning so far. We will do so when we come to systems thinking later in the class. Of course we can use the matter of rule based reasoning, not only for diagnosing car engines but also for repairing computer hardware or for diagnosing computer software. In this particular lesson our focus will be on the diagnostic task. By now all of us are already familiar with many reasoning methods that are potentially applicable to class.
05 – Data Space and Hypothesis Space
Click here to watch the video
Figure 795: Data Space and Hypothesis Space
Figure 796: Data Space and Hypothesis Space Page 294 of 357 ⃝c 2016 Ashok Goel and David Joyner

Figure 797: Data Space and Hypothesis Space
Figure 798: Data Space and Hypothesis Space
Figure 799: Data Space and Hypothesis Space
We can think of diagnosis as a mapping from a data space, to a hypothesis space, In case of a medical diagnosis, the data may be the great- est kind of signs and symptoms that I may go to a doctor with. Some of the data may be very specific, some of it may be very abstract, an ex- ample of a very specific data is that a [another rule] temperature is 104 degrees fahrenheit. An example of the extraction of the data is that [an- other rule] is running a fever. The hypothesis space consists of all hypothesis that can explain parts of the observed data. A hypothesis in the hypothesis space can explain some part of the data, In case of medicine, this hypothesis may reference to diseases. A doctor may say that
my hypothesis is that a shook is suffering from flu, and that explains his high fever. In the do- main of car repairs, this hypothesis may refer to specific faults with the car, for example, the car- buretor is not working properly. In the domain of computer software, this hypothesis may refer to specific methods not working properly. And this mapping from data space to the hypothe- sis space can be very complex. The complexity arises partly because of the size of data space, partly because of the size of hypothesis space, partly because the mapping can be M to N. And also, because this hypothesis can interact with each other, If H3 is present, H4 may be excluded, If H5 is present, H6 is sure to be present and so on. It helps then not to deal with all the raw data, but to deal with abstractions of the data, so the initial data that a patient may go to a doc- tor with may be very, very specific. The signs and symptoms of their particular specific pa- tient, but the diagnostic process might abstract them from Asok has a fever of 104 degrees faren- heit to Asok has a high fever. This abstract data that can be mapped into an abstract hypothesis, Asok has high fever can get mapped into Asok has a bladder infection for example. The ab- stract hypothesis can now be refined into a suf- fering from flu or a flu for a particular screen. At the end, we want a hypothesis that is as re- fined as possible, and that explains all the avail- able data. When we were talking about classi- fication, we talked about two processes of clas- sification, bottom-up process and our top down process. The bottom up process of classification, we started with raw data and then grouped and abstracted, it in case of top down classification we started with some high level class and then established it and refined it. You can see that in diagnosis both the bottom up process of clas- sification, and the tope down process of classi- fication are co-occurring. This method of bot- tom up classification and data space, mapping and hypothesis space, and then top down clas- sification of hypothesis space is called heuristic classification. This is yet another method like rule-based reasoning, case-based reasoning, and model-based reasoning with a diagnostic task.
LESSON 22 – DIAGNOSIS
Page 295 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 22 – DIAGNOSIS
06 – Problems with Diagnosis as Classification
Click here to watch the video
Figure 800: Problems with Diagnosis as Classi- fication
Figure 801: Problems with Diagnosis as Classi- fication
Figure 802: Problems with Diagnosis as Classi- fication
Figure 803: Problems with Diagnosis as Classi- fication
Figure 804: Problems with Diagnosis as Classi- fication
Figure 805: Problems with Diagnosis as Classi- fication
Several factors conspire to make this process of classification much more complicated. This is as you would expect in AI. If it was an easy prob- lem it would not be part of AI. The first factor that makes this problem complicated is that one data point might be explained by multiple hy- potheses. So I go to the doctor with high fever, D5 here, and several hypotheses about different diseases might explain my high fever. Which of this hypotheses, then, is true? A second factor that complicates things is that one hypotheses
Page 296 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 22 – DIAGNOSIS
may explain multiple sets of data. So the hy- potheses that Ashok has influenza might explain not only that he has fever, but also that he feels tired, and also that he is shivering, and also that he can’t sleep at night. Go to your doctor with two data items, one that have high fever and the other that I am tired. Now the doctor may come up with a hypothesis, H3, that Ashok suf- fers from flu. However, when H3 is present, then one can expect other symptoms to be observed as well. However, the hypothesis of H3 may gener- ate expectations but additional data items. How, then, may a doctor decide if H3 is true? Well, one possibility is that a doctor may ask Ashok additional questions to collect additional data. Do you shiver at night, the doctor may ask, if that is one of the expectations generated by the hypothesis of having flu. because the mapping is not only from the data space to the hypothe- sis space, the mapping is also from the hypoth- esis space to the data space. Diagnosis entails not only mapping data to hypothesis, but also to know the expectations of additional data and, collecting that additional data. Of course, both of the first two factors may be present at the same time. That is, one hypothesis may explain multiple data items. And multiple hypothesis may explain the same data item. So, in general, this is a M to M mapping, multiple hypothesis, multiple sets of data. And, of course, this imme- diately makes the diagnostic task harder. The fourth factor that makes the diagnostic task hard is that these hypothesis could interact with each other. One of the common interactions between hypotheses is called mutual exclusion. Mutual exclusion occurs if one hypothesis present, an- other hypothesis cannot be true. In this case, H3 explains D2, D3, D4. And H6 expands D of 6,Dof7,Dof8. ButifH3ispresent,H6cannot be true. And if H6 is present, H3 cannot be true. This makes the diagnostic task hard because if a patient goes to a doctor with symptoms D3, D4 and D6, D7, then the question becomes whether to include H3 or to include H6 to define our con- clusion. A fifth factor that makes the diagnos- tic test hard is called cancellation. Cancellation occurs when two hypotheses interact relative to a particular data item. As an example, I may
have flu, which tends to increase a temperature, but I may also have a lowered immune function, which tends not to show higher temperature. As a result, I may not show high fever, but it’s not because I don’t have flu. It’s much more be- cause the symptoms of flu and the symptoms of lowered immune function are cancelling out each other. So, we also saw this in our initial exercise. We chose Thetadesis as the most parsimonious hypothesis for these data. But imagine if we didn’t have that as an option. If we didn’t have Thetadesis, we may have said that it’s Betatosis, Iotalgia, and Kappacide, because the elevated A we see in Iotalgia cancels out the reduced A we see in Kappacide, which would account for our normal A levels. In general, cancel interactions are very hard to account for. In order to address these factors that make diagnosis so complex, it is useful to shift from the perspective of diag- nostics solely as classification to a perspective of diagnostics as abduction.
07 – Deduction, Induction, Abduction
Click here to watch the video
Figure 806: Deduction, Induction, Abduction
Figure 807: Deduction, Induction, Abduction Page 297 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 22 – DIAGNOSIS
Figure 808: Deduction, Induction, Abduction
Let us look at abduction more closely. To un- derstand the similarities and differences between deduction, abduction and induction, let us look at the relationship between a rule, cause and ef- fect. Let’s consider a simple rule like, if it cloudy, it rains. So it is cloudy, is the cause. It rains, is the effect. If it’s cloudy and it rains, it’s a rule. Another example of a rule, would be the rule that Bob hates Joe. So Bob hates Joe, so whenever Joe walks in, Bob leaves. The cause is Joe walk- ing in. The effect is Bob leaving. And the rule is Bob hates Joe. You already come across yet another instance of this particular arrangement, when we were talking about flu and fever. So the rule might be; if flu then fever. Flue is the cause. Fever is the effect. Non-deduction, in one funda- mental kind of inference. We know the rule and the cause, and we need to deduce the effect. So, given the rule, if it is cloudy, then it rains, and given the cause, it is cloudy, we can deduce that it rains. Similarly, in our rule that Bob hates Joe, we can say that if Joe just walked in, we can deduce that Bob will leave. Part of the rule is, if flu, then fever. And we know that a short- cut’s flu, then we can deduce that, a shortcut’s fever. This is simply an instance of more de- spondence, and we discussed this in detail when we were talking about logic. Now let us look at induction. Given a relationship between a cause and an effect, we can try to induce a rule. For example, if we observe repeatedly that when it is cloudy, it rains, and we may induce a rule. If it is cloudy, then it rains. Same thing with Bob and Joe. If we observe repeatedly that ev- ery time Joe arrives, Bob leaves. we can induce a rule that Bob must hate Joe. If every time a patient goes to a doctor with flu, and the patient
has fever, then we can induce a rule if flu then fever. In can of abduction, given a rule and an effect, we can abduce a cause. As an example, given the rule if it is cloudy then it rains, and the effect that it is raining, we can ask of our- selves is it cloudy. And once again with Bob and Joe, given our rule that Bob hates Joe, and given that we just arrived at the party, and we see that Joe is here but not Bob, we might be able to ad- duce that Bob left when Joe arrived. Or given the rule, if flu then fever and that fact Ashok that has fever, we might be able to adduce that Ashok has flu. First of all notice that we are back to diagnosis. Diagnosis is an instance of abduction. But notice several of the properties. First, deduction is truth preserving. If the rule is true, and the cause is true, we can always guar- antee that the effect is true as well. Induction and abduction are not truth-preserving. If we know something of the relations between cause and effect for some sample, that does not mean that the same relationship holds for the entire population. Induction does not always guaran- tee correctness. Same for abduction. We may know the rule and the effect, and we may sup- pose that the cause is true. But that need not necessarily be true. It may be the case the flu then fever. And Ashark may have fever, but that does not necessarily mean that a shark has flu. Fever can be caused by many many things. The reason that fever does not necessarily mean that Ashkk has flu is because there can be multiple causes for the same effect. Multiple hypothesis for the same data. This is exactly the problem that we had encountered earlier, when we were talking about what makes diagnosis hard. We said that deduction, induction, and abduction, are three of the fundamental forms of inference. We can of course also combine these inferences, science is a good example, you and I as scientists, observe some data about the world. Then we in- duced some explanation for it. Having induced such an explanation for it, we induce a rule. Hav- ing induced a rule, now we can use production to predict new data elements. We going to observe some more. Again, we adduce, induce, deduce. And we continue the cycle. Might the cycle also explain a significant part of cognition? Is this
Page 298 of 357 ⃝c 2016 Ashok Goel and David Joyner

what you and I do on a daily basis? Adduce, induce, deduce?
08 – Criteria for Choosing a Hypothesis
Click here to watch the video
Figure 809: Criteria for Choosing a Hypothesis
Figure 810: Criteria for Choosing a Hypothesis
Figure 811: Criteria for Choosing a Hypothesis
Now that we understand abduction, and now that we know the diagnosis is an instance of abduction, let us ask ourselves, how does this understanding help us in choosing hypotheses? So the first principle for choosing a hypothe- sis is explanatory coverage. A hypotheses must cover as much of the data as possible. Here’s an example, hypotheses H3 explain data items D1
through D8. Hypothesis H7 explains data item D5 to D9. Assuming that all of these data ele- ments are equally important or equally salient, we may prefer H3 over H7 because it explains for of the data than does H7. The second princi- ple for choosing between competing hypotheses is called the principle of Parsimony. All things being equal, we want to pick the simplest expla- nation for the data. So consider the following scenario. H2 explains data elements D1 to D3. H4 explains data elements D1 through D8. H6 explains data elements D4 to D6 and H8 explains data elements D7 to D9. Now if you went by the criteria of explanatory coverage, then we might pick H2, plus H6, plus H8, because the three of them combined, explain more than just H4. However, the criteria of Parsimony would sug- gest if you pick H4, because H4 alone, explains almost all the data, and we don’t need the other three hypothesis. In general this is a balancing act between these two principles. We want to both maximize the coverage, and maximize the parsimony. Based on this particular example, we may go with H4 and H8. The two together explain all the data and in addition, the set of these two hypotheses is smaller than these set of hypotheses H2, H6, and H8. The [Ashok’s] crite- ria for choosing between competing hypotheses is that we want to pick those hypotheses in which we have more confidence. Some hypotheses are more likely than others. You may have more con- fidence in some hypotheses than in others. As an example, in this particular scenario, H3 may ex- plain data items D1 to D8 and H5 may explain more data elements from D1 to D9. So H5 also explains D9 that H3 doesn’t. However, we may have more confidence in H3, and so we may pick H3 instead of H5. Once again this is a balancing act between these three criteria for choosing be- tween competing diagnostic hypotheses. A quick point to note here, these three criteria are use- ful for choosing between competing hypotheses even if the task is not diagnosis. The same prob- lem occurs for example in intelligence analysis. Imagine that you have some data that needs to be explained and your competing hypothesis for explaining that particular data, well, you may pick between the competing hypothesis based on
LESSON 22 – DIAGNOSIS
Page 299 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 22 – DIAGNOSIS
this criteria. All of the task is not a diagnostic task. These three criteria are useful for explana- tion. Diagnosis simply happens to be an example of this [Ashok’s] task.
09 – Exercise Diagnosis as Abduction
Click here to watch the video
and Zetad counteract their influence on E. Then Zetad accounts for our Reduced F, and Betato- sis accounts for our Reduced H. My explanation, though, heavily weights the principle of cover- age. I sacrifice parsimony by having two differ- ent explanations for the sake of coverage, I now cover all the symptoms. I could have also chose Thetadesis. Thetadesis would have explained B, C, and H. It wouldn’t explain F, but it would be a simpler explanation than the combination of Betatosis and Zetad. In that case I would be sacrificing coverage for parsimony. I could also augment Thetadesis with Kappacide and Muten- sion. The three of them together would cover all our symptoms, but that would also be less parsi- monious than Betatosis and Zetad alone. I may have chosen to do that though, if those three diseases were much more common than Betato- sis and Zetad. In which case, I would have more confidence in them than just these two. It’s an excellent answer, David, but how did you come up with this answer? So what I did, is I started with the data and I looked at which of these hy- potheses currently matched the data best. That is to say, which hypotheses explained the most points and had the fewest conflicts. So for ex- ample, Betatosis explained the High B, the Low C, and the Low H, but it didn’t explain the Low F, and it also suggested there was Elevated E. Initially, Thetadesis was the best match, it ex- plained three symptoms, it just didn’t explain the fourth. Then, based on that, I went look- ing for another illness that would complete the explanation. For Thetadesis, that ended up lead- ing me to Kappacide and Mutension, but at that point, I was using three different hypotheses. So I decided to revisit one of the closer matches from my original round. I revisited Betatosis, which had two mismatches, it predicted Elevated E and didn’t explain the Reduced F. And I went look- ing for another hypothesis that would complete that explanation. Zetad happened to have ex- actly those two effects. Note that one can use al- ternative methods for the same problem. For ex- ample, one could use case-based reasoning, and for it, we came across a problem very similar to this one previously. Suppose that the solution to that particular problem was of a level as a
Figure 812: Exercise Diagnosis as Abduction
Let us do an exercise together. The data in this particular exercise, a little bit more compli- cated than in the previous one. On the right- hand side, I’ve shown a set of diseases. What disease or subset of these diseases best explains the available data?
10 – Exercise Diagnosis as Abduction
Click here to watch the video
Figure 813: Exercise Diagnosis as Abduction
What answer did you give, David¿‘ So, my answer is that the best explanation is a combi- nation of Betatosis and Zetad. By combining these two illnesses, we can cover all of the data we saw over here. We saw both illnesses elevate B, which led to our High B, and both reduced C, which led to our Low C. Our patient had a normal level of E, but the effects of Betatosis
Page 300 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 22 – DIAGNOSIS
case. In that particular case, B was high, C was lower, F was low, and the solution was Thetade- sis. In the current problem, the additional symp- tom is that F is low. So case would force you to the conclusion of Thetadesis. But it will create this particular solution to also account for the additional symptom of F being low. We could do that by adding Kappacide and Mutension to Thetadesis. Case-based reasoning does, will tend to forecast the alternative set of hypothesis. One more point to note here then, note that different methods can lead to different solutions. Given different methods, how might an error agent de- cide which method to select? We’ll return to this particular problem when we discuss meta reason- ing.
11 – Completing the Process
Click here to watch the video
Figure 814: Completing the Process
Figure 816: Completing the Process
Now we said earlier, the diagnosis is mapping from data space to hypothesis space. We also noted that although we may start with the ini- tial set of data, proposals of specific hypotheses will lead us to collect additional data. Once we have some hypotheses for explaining the avail- able data, then this hypotheses become indices into treatment plans. So the next step is to map the hypothesis space to the treatment space. In case of medical diagnosis, this might be a set of therapies, or a set of drugs. In case of auto mechanics the treatment space might consist of replacement of various parts or repair of vari- ous parts. Note here in the power of classifica- tion, this was the space of percepts, this was the space of actions, this mapping is very compli- cated. So we map the space of percepts into the equal classes in these catergories So we index the actions over the equal classes in these catergories so the data index the actions of the data space. As we exited the treatment, we monitor it. And depending upon the result of this treatment, we may need to collect additional data. The treat- ment fails. And the fact that the treatment has failed is important data that might also lead to the collection of additional data. Thus in case of auto mechanics, if I replace a particular compo- nent and the car still does not function properly, then that is useful data to know. Because it sug- gests that the fault that I thought would explain the malfunction is probably not the right diag- nosis. We could also think of this last phase as a type of configuration, which we talked about last time. Given a set of hypotheses about illnesses or faults with a car, we can then configure a set of treatments or repairs that best address the faults we discovered before.
Figure 815: Completing the Process
Page 301 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 22 – DIAGNOSIS
12 – Assignment Diagnosis
Click here to watch the video
system. This can be computers, computer pro- grams, cars or even people and animals. We then talked about the process of diagnosis, mapping data onto hypotheses and how we can see this as a form of classification. We discovered though that this can be a very complicated process and classification might not get us all the way there. So then we talked about diagnosis as a form of abduction. Given a rule and effect or a symp- tom, we can abduce the cause of that problem, like an illness or a software bug. Both config- uration and diagnosis have been small tasks in the broader process of design. Now that we talk about them, we can talk about AI agents that can actually do design in the real world, as well as what it would mean for an AI agent to really be creative.
14 – The Cognitive Connection
Click here to watch the video
Diagnosis is a very common cognitive task. It occurs whenever our expectations are violated. We start diagnosing. Why were our expectations violated? Within a system, we expect some be- havior out of it. We get a different behavior. Why did the system not give the behavior we ex- pected from it? Notice that diagnosis is a task. We can use several methods to address it, like case-based reasoning. We have discussed diag- nosis on several contexts like medicine, program debugging, car repair, but it’s also very common in other aspects of our life. For example, you get unexpected traffic. Why did it occur? We review interaction with a co-worker or the economy. All are examples of diagnosis
15 – Final Quiz
Click here to watch the video
Please write down what you learned in this lesson.
16 – Final Quiz
Click here to watch the video Thank you very much.
Figure 817: Assignment Diagnosis
So would the idea of diagnosis help us design an agent that can answer Raven’s progressive matrices? Perhaps the best way to think about this is to consider how your agent might respond when it answers a question wrong. First, what data will it use to investigate its incorrect an- swer? Second, what hypotheses might it have for incorrect answers? Third, how will it select a hy- pothesis that best explains that data? And last, once it’s selected hypothesis that explains that data, how will it use that to repair its reasoning, so it doesn’t make the same mistake again?
13 – Wrap Up
Click here to watch the video
Figure 818: Wrap Up
So today, we talked about diagnosis which is a term we’re very familiar with from our ev- eryday lives. But today, we talked about it specifically in a knowledge-based AI sense. We started off by defining diagnosis, which is finding the fault responsible for the malfunction in some
Page 302 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 22 – DIAGNOSIS
Summary
Diagnosis is like configuration in the reverse. Diagnosis is the identification of the fault(s) responsible for a malfunctioning system. Diagnosis sets-up two spaces: Data space and Hypothesis space. Data space contains data about the malfunctioning system. Hypothesis space contains data about the fault that can explain the malfunctioning system. Diagnosis is the construction of mappings from the data space to the hypothesis space. Diagnosis has two views: diagnosis as classification and diagnosis as abduction. Diagnosis is a form of abduction where, given a rule and effect or a symptom, we can abduce the cause of that problem, like an illness or a software bug. Both Configuration and Diagnosis are small tasks in the broader process of design. Diagnosis is
typically performed when our expectations of a system are violated.
References
1. Stefik, M. Introduction to Knowledge Systems,
Pages 670-680.
Optional Reading:
1. Stefik, Chapter 9; T-Square Resources (Stefik Diagnosis Pgs 670-690 .pdf)
Exercises
None.
Page 303 of 357
⃝c 2016 Ashok Goel and David Joyner

LESSON 23 – LEARNING BY CORRECTING MISTAKES
Lesson 23 – Learning by Correcting Mistakes
01 – Preview
Click here to watch the video
Figure 819: Preview
Figure 820: Preview
Today we’ll talk about another method of learning, called learning by correcting mistakes. An agent reaches a decision. The decision turns out to be incorrect, or sub optimal. Why did the agent make that mistake? Can the agent correct its own knowledge and reasoning so that it never
makes that same mistake again? As an exam- ple, I’m driving and I decide to change lanes. As I change lanes, I hear cars honking at me. Clearly I made a mistake. But what knowledge, what reasoning led to that mistake? Can I cor- rect it, so that I don’t make the mistake again? Learning to correct mistakes is our first lesson in meta-reasoning. We’ll start today by revisiting explanation-based learning. Then we’ll use the explanations for isolating mistakes. This will be very similar diagnosis. Except that here we’ll be using explanation for isolating mistakes. This will make it clear, why explanation is so central to knowledge based AI. Then we’ll talk about how we can use explanations for correcting mis- takes which will set up the foundation for subse- quent discussion on metareasoning.
02 – Exercise Identifying a Cup
Click here to watch the video
Research is the process of going up alleys to seeif they are blind. – Marston Bates.
Figure 821: Exercise Identifying a Cup Page 304 of 357 ⃝c 2016 Ashok Goel and David Joyner

Figure 822: Exercise Identifying a Cup
To illustrate learning by correcting mistakes, let’s go back to an earlier example. We en- countered this example when we were discussing explanation-based learning. So imagine again that you have bought a robot from the Acme hardware store, and in the morning, you told your robot, go get me a cup of coffee. Now the robot already is bootstrapped with knowledge about the definition of the cup. A cup is an object that is stable and enables drinking. The robot goes into your kitchen and can’t find a sin- gle clean cup. So it looks around. This is a cre- ative robot and it finds in the kitchen a number of other ob jects. One particular ob ject has this description. The object is light and it’s made of porcelain. It has decorations and it has concav- ity and a handle. And the bottom of this object is flat. Now the robot decides to use this object as a cup, because it can prove to itself that this object is an instance of a cup. It does so, by constructing an explanation. The explanation is based on the fact that the bottom is flat, that it has a handle, that the object is concave, and that it is light. Let us do an exercise together that will illustrate the need for learning by cor- recting mistakes. So shown here are six objects. And there’re two questions here. The first ques- tion is, which of these objects do you think is a cup? Mark the button on the top left if you think that a particular object is a cup. The sec- ond question deals with the definition of a cup that we had in the previous screen. So mark the button on the right as solid, if you think that that particular object meets the definition of the cup in the previous screen.
03 – Exercise Identifying a Cup
Click here to watch the video
LESSON 23 – LEARNING BY CORRECTING MISTAKES
Figure 823: Exercise Identifying a Cup
Let us build on David’s answers, let us sup- pose that the robot goes to the kitchen and finds this pail in the kitchen. It looks the pail and decides that this pail meets this definition of a cup, denoted here by the solid circle. The robot brings water to you in this pail. You look at the pail, and you say to the robot, no robot, this is not a cup. At this point you would ex- pect a robot to learn from its failure. Cognitive agents do a lot of learing from failures. Fail- ures are opportunities for learning. We would expect robots, and intelligent agents more gen- erally, to learn from their failures as well. How then may a robot learn form the failure of con- sidering this fail as a cup. Note that the problem is not limited to this particular fail. We can take a different example connecting with this partic- ular cup. Imagine that the definition of cup in- cluded a statement that it must have a handle. In which case, the robot may not recognize that this is a cup. Later on you may teach the robot, this in fact is a good example for cup, because it’s liftable. In that case, the robot will want to understand from that failure. It will want to un- derstand why did it not consider it to be a cup? It should have considered it to be a cup. So the problem is not just about successes that turned out to be failures. But also about failures that should have been successes.
04 – Questions for Correcting Mistakes
Click here to watch the video
Page 305 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 23 – LEARNING BY CORRECTING MISTAKES
Figure 824: Questions for Correcting Mistakes
So the question then becomes, how might an error agent learn from its mistakes? Learning by correcting mistakes, or learning from failures, really entails answering three separate questions. The first question is, how can the agent isolate the error in its former model? So the agent had some model of the world. It made a mistake based on its model, how can it identify the error in its model? Note that this particular problem is very closely connected to the equation of di- agnosis that we discussed earlier. The second question is how can the agent explain to itself that default it has identified the error in fact led it to the problem to the failure. Having identi- fied the fault and explained how the fault led to the failure. The third question is how can the agent repair the fault in order to prevent the er- ror, the failure from recurring. You may have noticed that earlier, we had related learning by correcting mistakes with matter cognition. You can see how that relationship occurs. The agent has some knowledge of the world. That knowl- edge leads it to failure. The agent is using that failure to repair it’s own knowledge. It is as if the agent is looking into itself, looking into it’s own reasoning, into it’s own knowledge and correct- ing itself. Note once again that the learning here is incremental. We are learning from one exam- ple at a time. However instead of simply learning from an example we are also using explanation- based learning. We’re trying to explain why a particular fault led to a particular failure. An ex- planation connects them with explanation that’s learning, not just with the notion of incremental learning. Let us see how these three questions occur in the example of the pail. The first ques- tion is how can the agent identify that the fact
that this particular pail has a moveable handle, not a fixed handle, is why this is not a good example of a cup. The second question is how can the agent with an explanation that proves why having that moveable handle makes this the poor example of a cup. Why does that lead to a failure? The third question is how can the agent change its model of a cup so that it never again picks an object with a movable handle as an example of a cup. So when we talked about explanation-based learning, we used another ex- ample of this as well. We imagined a desktop assistant that I can just say hey, fetch me that important file from last Tuesday. And it can con- struct it’s own understanding of what file I might be talking about. It has a notion of what files have been important in the past and certain cri- teria of those files. So constructs an understand- ing of what important is and tries to transfer that onto files from last Tuesday. Now imagine that I told this agent hey, fetch me that important file from last Tuesday. And it returns me a file that actually wasn’t important. And I say hey, that file isn’t actually important at all. The agent would first try to isolate what error it made in diagnosing that particular document as impor- tant. You might, for example, notice that every other document I ever labeled as important was very recent whereas this one was really old. So even though it met all the criteria for an impor- tant document there might be more criteria that it didn’t consider yet, and one of those might be that only new documents are very important. It would then explain that the problem came from the assumption that an old document could be important, and it would It would then repair its model to say that in the future old documents can’t be important, even if they meet the other criteria for importance. This problem identifying the error in one’s knowledge that led to a failure was called credit assignment. Blame assignment might be a better term. A failure has occurred. What fault of gap in one’s knowledge was respon- sible for the failure? That’s blame assignment. In this lesson, we’ll be focusing on gaps or er- rors in one’s knowledge. In general, the error could be in one’s reasoning or in one’s architec- ture. Credit assignment applies to all of those
Page 306 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 23 – LEARNING BY CORRECTING MISTAKES
different kind of errors. Several Herculists, Mar- vin Minsky for example, consider credit assign- ment to be the central problem in learning. This is because error agents live in dynamic worlds. Therefore, we’ll never be able to create an error agent which is perfect. Even if you were to cre- ate an error agent which had complete knowledge and perfect reasoning that lives in some world, the world around it would changed over time. As it changes, the agent will start failing. Once it starts failing, it must have the ability of cor- recting itself, of correcting its known knowledge, correcting its own reasoning, correcting its own architecture. You can see again how this a record of meta cognition. The agent is not diagnosing some electrical circuit or a car or software pro- gram outside. Instead, it is self diagnosing, self repairing.
05 – Visualizing Error Detection
Click here to watch the video
Figure 825: Visualizing Error Detection
As we mentioned previously, in journal, the editors may lie in the knowledge, in the reason- ing, or the architecture of a nation. And there- fore, learning and correcting errors might be ap- plicable to any one of those. However, in this lesson, we will be focusing only on errors and knowledge. In fact, in particular, we’ll be focus- ing on errors and classification knowledge. Clas- sification, of course, is a topic that we have con- sidered this class repeatedly. Let us consider an air agent that has two examples of executing an action in the world. In the first experience, the agent will use this object as a cup and gets the feedback, this indeed was a cup. So this was a positive experience. This, on the other hand, is
a negative example. Here, the agent viewed this as a cup and got the feedback that this should not have been viewed as a cup. We can visualize the problem of identifying what knowledge ele- ment led the agent to incorrectly classify this as a cup. As follows. This left circle here consist of all features that describe the positive exam- ple. The circle on the right consist of all features that describe the negative example. So features in this left circle might be things like this is a handle, there is a question mark, there is a blue interior and so on. The circle on the right con- sist of features. That characterize a negative ex- ample. It has a movable handle. It has a red interior. It has red and white markings on the outside. There’s some features that characterize only the positive experience and not the nega- tive experience. There are those that character- ize only, the negative experience, and not the positive experience. There are also many fea- tures that characterize both the positive and the negative example. For example they are both concave, they both have handles, and so on. In this example, it is these features that are spe- cially important. We’ll call them fault suspicious features. We call them fault suspicious features because first they identify only the negative ex- perience. Secondly, one or more of these fea- tures may be responsible for the fact that the agent classified this as a positive example when in fact it was a negative example. As an ex- ample suppose that this features corresponds to a movable handle. This is a false suspicious fea- ture. It is false because this experience was false. It is suspicious because it does not character- ize the positive experience. And thus it may be one of the features responsible for the fact that this was a negative example. But now there’s an additional problem. There are number of false suspicious features here. So how will the agent decide which false suspicious feature to focus on? We’ve encountered this problem earlier, when we were talking about incremental costs of learning. At that point we had said that we wanted to give examples in an order, such that each suc- ceeding example referred to the current constant definition, and exactly one feature. So that the agent knows exactly what the focus that feature
Page 307 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 23 – LEARNING BY CORRECTING MISTAKES
is on. The same kind of problem occurs again how might the agent know which feature to fo- cus on. One possible idea is that it could try on of the feature at a time and see if it will work. That is it could select this feature to repeat the process get more feedback and either is accepted or eliminated. An alternate method is that the agent perceived not just two experiences. But many such experiences. So there were other pos- itive experiences that covered this part of the circle. That would leave only this as a false sus- picious feature, and then the agent can focus at- tention on this feature. As an example, just like this circle may correspond to a movable handle, this may correspond to red interior. Because red interior is one of the features that characterizes a negative example and not a positive example. But later on, there might be another positive example that comes of a cup, which had a red interior in which case agent can exclude this par- ticular feature. The reverse of this situation is also possible. Let us suppose that the agent de- cides that this is not a cup, perhaps because its definition says that something with a blue inte- rior is not a cup. And therefore, it doesn’t bring water to you inside this cup and tells you there is no cup available in the kitchen. You go to the kitchen. You see it and you say, well, this is the cup. Now, the agent must learn why did they decide that it was not a cup. In this case, the relevant features are these three features. These are the three features that define this cup, but do not define the other experiences. So this dot may correspond to a blue interior, this dot may correspond to a question mark on the exterior, we’ll call this feature true suspicious, just like we call them false suspicious. These are the features that prevented the agent from deciding that this was a positive example of a cup. One or more of these features may be responsible for the agent’s failure to recognize that this was a cup
06 – Error Detection Algorithm
Click here to watch the video
Figure 826: Error Detection Algorithm
Here is an algorithm for error defined. What elements in an agent’s classification knowledge may be potentially responsible for his failure? Let us look at the problem where we define the false success elements. I just said earlier. Po- tentially, the agent may deceive a set of positive experiences, and a set of negative experiences, not just one positive or one negative. First the intersection of all of the features that are respon- sible for all the false successes. A false success again is, something that we already fine a suc- cess. What was not a success like the pill, we identified it as a cup, it was not a cup. First take the intersection of all the features present for all the false successes. False-success is an ob- ject where the agent identified as a success, but in fact was false. Like the pale. The agent iden- tified that it was a cup, but it wasn’t. Then take the union of the features present for all the true successes. A true success is something that the agent classified as a success, and indeed was a success. Now remove all the assertions of the union of the true successes, from the intersec- tion of the false successes, to identify those ele- ments that are present in the false successes only. So, to put that differently, start off by gathering together anything that’s ever present in a false success. Then, gather together everything that’s true for every single true success. Remove the things that are true for every true success, from the things that are ever true for any false success. That way we get a list of only the things that are true for some false successes. So we’re defining suspicious true success relationships, except that here, the operations are in reverse. So similarly, here we gather together everything that’s ever true about any true success, and then gather to-
Page 308 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 23 – LEARNING BY CORRECTING MISTAKES
gether things that are true for every single false success. So every single false example has these things in common. Then we remove the things that every single fault example has in common, from the things that are true for any true ex- ample. As you can see, we are taking unions and intersections of features characterizing dif- ferent examples. The number of examples, both positive and negative, needed for this algorithm to work well, depends on the complexity of the concept. In general, the more features you have the description of the object, more will be the number of examples we’ll need, to identify the features that were responsible for our failure.
07 – Explanation-Free Repair
Click here to watch the video
Figure 827: Explanation-Free Repair
Figure 829: Explanation-Free Repair
So let us look at the result of the kind of learning technique we are discussing here. Here might be the old concept of a cup. In this partic- ular case, this particular concept definition has been put in the form of a production rule. Here is the new, concept definition for a cup. This is al- most identical to the previous definition, except that now the object not only has a handle, but also the handle is fixed. This is similar in many ways to incremental concept learning. You may recall that in incremental concept learning that any particular stage of processing there was a concept definition. As new examples came, then the concept definition changed depending on the new example and the current concept definition. Note that in this matter of concept revision, the number of features in this if clause may become very, very large, very quickly. Here we have ob- ject has a handle and handle is fixed. We could keep on adding additional features, with the in- terior is blue, that cover all the positive expe- riences. The difficulty is, at the present time there is no understanding for why the fact that handle is fixed is an important part of the cup definition. This requires an explanation. Why is it that the handle being fixed is an important part of the definition of a cup? This is one of the key differences between knowledge-based AI and other schools of AI. Classification is ubiqui- tous in many schools of AI as we have discussed earlier. Explanation however is a key character- istic of knowledge-based AI. Explanation leads to deeper learning. It not only says here are the features that result in a concept definition, it also says and here is why these features are important for a concept definition. This brings us to the second question on learning from fail-
Figure 828: Explanation-Free Repair
Page 309 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 23 – LEARNING BY CORRECTING MISTAKES
ures. Now we want the agent to explain why a particular fault in its knowledge led to its failure.
08 – Explaining the Mistake
Click here to watch the video
Figure 830: Explaining the Mistake
Figure 831: Explaining the Mistake
You may recall this explanation from our les- son on explanation-based learning. There, the agent constructed an explanation like this to show that a specific object was an example of a cup. For a good example of a pail, the agent may have constructed similar explanation with the object being replaced by pail everywhere. Now however, the agent knows that pail is not an example of a cup. Something is not quite right with this explanation. We’ve also just seen how the agent can identify the false suspicious rela- tionship in this explanation. It is identified, but the handle must be fixed because that is the fea- ture that separates the positive experiences from the negative experiences. The question then be- comes, how can this explanation be repaired by incorporating handle as fixed? Where should handle as fixed go?
09 – Discussion Correcting the Mistake
Click here to watch the video
Figure 832: Discussion Correcting the Mistake
Figure 833: Discussion Correcting the Mistake
David, what do you think? Where should the agent put, Handle is Fixed, in this explana- tion? So it seems like the most obvious place to put it would be under the Object is Liftable connection. In order to make it liftable to en- able drinking, it needs to be fixed. What do you think, is this a good way to fix the agent’s error?
10 – Discussion Correcting the Mistake
Click here to watch the video
Figure 834: Discussion Correcting the Mistake
David’s answer was good, but not necessar- ily optimal. I think he put handle as fixed
Page 310 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 23 – LEARNING BY CORRECTING MISTAKES
at this particular place in the explanation be- cause the first reason here. He wanted to cap- ture the notion, that only fixed-handle cups en- able drinking. And that this spot does it. He wanted to capture the notion that only fixed- handle cups enable drinking and this scenario does that. However, this not an optimal way of fixing this particular explanation. However, this is not the best way of fixing this particular expla- nation because it leads to additional decisions. It suggests that, only those things which have a fixed handles are liftable, but of course, from the pail we know, that the pail does not have a fixed handle and yet the pail is liftable. This suggests that handle is fixed should go somewhere else. Perhaps above, object is liftable, but still below object enables drinking. Agent two can figure out that this is not the optimal case for putting case as handle as fixed. Because A, it voided its notion of pail, a pail is liftable, but has a movable handle. It also voided this notion of a briefcase. This part was coming from a person of a brief- case. The briefcase with removable handle, and it to is liftable. This is how the agent knows this handle is fixed should go somewhere else, in this explanation. Above object is liftable, but beneath object is enables drinking.
11 – Correcting the Mistake
Click here to watch the video
Figure 836: Correcting the Mistake
Figure 837: Correcting the Mistake
So the [recall that the] agent figured out that handle is fixed should go beneath object enables drinking, but not beneath object is liftable. So the agent will put handle is fixed here, in this particular explanation. This is correct. If the agent has background knowledge, it tells it that the reason handle is fixed is important is, be- cause it makes the object manipulable, which in turn enables drinking. Then the agent can in- sert this additional assertion here in the expla- nation. Even more, if the agent has additional background knowledge that tells it, the defect of the object has a handle, and that the handle is fixed, together make the object orientable, which is what makes the object manipulatable, then the agent may come up with a richer explana- tion. The important point here is, that as pow- erful and important as classification is, it alone is not sufficient. There’re many situations under which explanation too is very important. Expla- nation leads to richer learning, deeper learning.
12 – Connection to Incremental Concept Learning
Figure 835: Correcting the Mistake
Page 311 of 357 ⃝c 2016 Ashok Goel and David Joyner
Click here to watch the video

LESSON 23 – LEARNING BY CORRECTING MISTAKES
Figure 838: Connection to Incremental Concept Learning
Figure 839: Connection to Incremental Concept Learning
Figure 840: Connection to Incremental Concept Learning
There is one more important point to be noted here. This again is the illustration from incremental concept learning. When we were talking about incremental concept learning, we talked about technique for learning. We did not talk about how this concept were going to be used. How about in correcting mistakes, we’re talking about how the agent actually uses the knowledge it learns. This point too, is centered [to Knowledge-Based AI for several] reason. The first reason is that knowledge based AI, looks at
reasoning. Looks at action, besides how knowl- edge is going to be used. And then, determined what knowledge is to be learned. Assess the tar- get for learning, secondly you may recall this par- ticular figure for the target of architecture that we’d drawn earlier. You may see that reasoning, learning and memory are closely connected, and all of that is occurring on the surface of action selection. This figure suggests that we not only learn, so that we can do action selection. But ad- ditionally, as we do action selection, and we get feedback from the world, it informs the learn- ing. As this figure suggests, intelligent agents, cognitive systems, not only learn, so that they can take actions on the world. But further, that the world gives some feedback, and that feed- back informs the learning. Once again, failure a great opportunities for learning. One additional point to be made here, learning by correcting mistakes, use learning as a problem-solving ac- tivity. An agent meets failure, it needs to learn from the failure. It converts this learning task into a problem-solving task. Let us first, identify what knowledge are related to failure. Then, let us build and explanation for this. Then we’ll re- pair it. This learning is closely intertwined with memory, reasoning, action, and feedback from the world. Notice also, that there’s reasoning, learning, and memory here. In the deliberation module closely connected with the metacogni- tion module. Here, the reasoning, memory, and learning may be about action selection in the world. But in a metacognition module may have its own reasoning, learning, and memory capac- ities. And some of the learning in the metacog- nition is about fixing the errors in the deliber- ative reasoning. So, metacognition is thinking about thinking. The agent uses the knowledge, to think about the action selection, and it con- ducted those actions in the world. Metacognition is thinking about what went wrong in its origi- nal thinking. What was the knowledge error? We’ll return to metacognition in the lesson on metareasoning.
13 – Assignment Correcting Mistakes
Click here to watch the video
Page 312 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 23 – LEARNING BY CORRECTING MISTAKES
Figure 841: Assignment Correcting Mistakes
So how would you use learning by correct- ing mistakes, to design an agent that can answer Raven’s progressive matrices? On one level, this might seem easy. Your agent is able to check to see if its answers are correct, so it’s aware of when it makes a mistake. But the knowledge of when it’s made a mistake, merely triggers the process of correcting the mistake. It doesn’t cor- rect it itself. So how will your agent isolate its mistake? What exactly is it isolating here? Once it’s isolated the mistake, how will it explain the mistake? And how will that explanation then be used to correct its mistake so it doesn’t make the same mistake in the future? Now in this pro- cess we can ask ourselves, will your agent correct the mistake itself?, or will you use the output to correct the mistake in your agent’s reasoning? Will you look at what it did and say, here’s the mistake it made. So next time it shouldn’t make that mistake. If you’re the one using your agents reasoning to correct your agent, then as we’ve asked before, who’s the intelligent one? You? Or your agent?
14 – Wrap Up
Click here to watch the video
Figure 842: Wrap Up
So today, we’ve been talking about learning by correcting mistakes. We started off by revisit- ing explanation based learning and incremental concept learning, in those lessons we were deal- ing with a small number of examples coming in one by one. We dealt with the same thing here, but here we had the additional feedback about whether or not our initial conclusion was right or wrong. We then talk about isolating mistakes. This was similar to our problem diagnosis. Given a mistake how do we narrow down our reason- ing to find where that mistake occurred. Then we talked about explain the mistake. This is key both to building human like agents and to en- abling the agent to correct its mistake. Only by explaining the mistake can the agent correct it efficiently. And after those phases correction be- comes a much more straightforward task. Next time we’ll talk about meta-reasoning in more de- tail. For example here we’ve discussed mistakes in knowledge but what about mistakes in rea- soning? What about mistakes in architecture? What about gaps instead of mistakes where we don’t know something instead of knowing some- thing incorrectly? We’ll talk about all that next time.
15 – The Cognitive Connection
Click here to watch the video
Learning by correcting mistakes is a funda- mental process of human learning. In fact, it may closely resemble the way you and I learn and practice. In our lives, we rarely are passive learners. Most of the time we’re active partic- ipants in the learning process. Even in a dif- ficult setting like this, you’re not just listening to what I’m saying. Instead, you’re using your knowledge and reasoning, to make sense of what I’m saying. You generate expectations. Some- times those expectations may be violated. When they’re violated, we generate explanations for them. We try to figure out, what was in error, in your knowledge and reasoning. This, is learning by correcting mistakes. Notice, that you think about your own thinking, a step towards meta- reasoning, which is our next lesson.
16 – Final Quiz
Page 313 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 23 – LEARNING BY CORRECTING MISTAKES
Click here to watch the video
Please write down what you learned in this lesson.
17 – Final Quiz
Click here to watch the video
Great. Thank you so much for your feedback.
Summary
Learning to correct mistakes is our first lesson in meta-reasoning. Learning by correcting mistakes is a fundamental process of human learning. Learning by correcting mistakes generates explanations for violations of expectations and then uses those explanations
to improve the knowledge and reasoning about the problem.
References
1. Winston P., Artificial Intelligence, Chapter 18.
Optional Reading:
1. Winston Chapter 18; Click here
Exercises
None.
Page 314 of 357
⃝c 2016 Ashok Goel and David Joyner

Lesson 24 – Meta-Reasoning
LESSON 24 – META-REASONING
You see, but you do not observe. – Sir Arthur Conan Doyle, The Adventures of Sherlock Holmes.
01 – Preview
Click here to watch the video
Figure 843: Preview
Figure 844: Preview
Today we will talk about Meta-Reasoning. Meta-Reasoning is thinking about thinking, knowledge about knowledge. In this case, the agent does not reasoning about something out- side in the world. Instead, the agent is reasoning about itself, but its own knowledge, its own rea- soning, its own learning. As an example, I can
ask you what is President Obama’s telephone number? I’m sure that all of you can immedi- ately tell me, you don’t know. But how do you know, that you don’t know? We test a little bit about meta-reasoning when we were talking about learning by correcting mistakes. There, we were interested in errors in the knowledge base. In journal, errors can also be in reason- ing or in learning. We’ll start today by talk- ing about mistakes in reasoning and learning, in addition to mistakes in knowledge. Then we’ll talk about knowledge gaps, not just errors in the knowledge, but when some knowledge is ac- tually missing. Then we’ll talk about a very journal meta-cognitive skill, which leads to strat- egy selection and integration. And this class, we have talked about a large number of methods, but we haven’t yet talked about how an intelli- gent agents can put multiple methods together to address a complex problem. Then we’ll dis- cuss meta-meta-reasoning. Or meta-meta-meta- reasoning, how far can we go? Finally, we’ll dis- cuss an example of meta-reasoning election that is sometimes called goal-based autonomy.
02 – Mistakes in Reasoning and Learning
Click here to watch the video
Page 315 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 24 – META-REASONING
Figure 845: Mistakes in Reasoning and Learning
Figure 846: Mistakes in Reasoning and Learning
Figure 847: Mistakes in Reasoning and Learning
Figure 848: Mistakes in Reasoning and Learning
We have come across the notion of meta- reasoning earlier in this class. You may recall this was the explanation that an agent had built,
to decide why a particular object was an instance of the cup. And we told it that it was an incor- rect decision. The agent then, reflected on its knowledge. Here was the knowledge. Here was the explanation it had built. It is now reflecting on it and trying to figure out what makes this particular explanation incorrect. Where does the fault lie? That was an example where the agent was reflecting on its knowledge, but has this knowledge was stored in the short term memory. It had been pulled out of the long term memory. But just like there can be error in the knowl- edge, there could also potentially be an error in reasoning. Or potentially an error in the learning process. An example of an error in reasoning oc- curred very early in this particular class. You may recall this particular diagram from mean sense analysis. This was the blocks micro build. The agents needed to take the blocks from this initial stage to this goal state. However there were multiple goals here. D on table, C on D, B on C. And as the agent tried to accomplish these goals. It ran into cul de sacs, where no further progress was possible without undoing some of the earlier goals. So, that was an example of metacognition over reasoning, where the agent was trying to figure out, what was the error in my reasoning, and how can I remedy it. We can similarly have metacognition over learning. So an example of metacognition where learning oc- curred. When we were talking about learning making mistakes. You recall this was the expla- nation the agent had built, after it had remedied the explanation. The remedy in this particular case was adding here that the handle is fixed and relating it to the rest of the explanation. Given that the agent had used explanation based learn- ing to build this explanation in the first place, we can think of the agent as, reflecting on this process of explanation based learning and asking itself, what did I do wrong? And then deciding, well I built the wrong explanation. I must change that explanation. And that’s what learning by correcting mistakes did. We can consider this to be a process of metacognition of learning in the sense that the agent may say, how did I learn this particular knowledge. Well, they learned it through explanationless learning. So what was
Page 316 of 357 ⃝c 2016 Ashok Goel and David Joyner

wrong in my process of explanationless learning that lead to this incorrect explanation? How do I fix my process of explanationless learning so that I do not make the same error, again?
03 – Beyond Mistakes Knowledge Gaps
Click here to watch the video
Figure 849: Beyond Mistakes Knowledge Gaps
Figure 850: Beyond Mistakes Knowledge Gaps
Figure 851: Beyond Mistakes Knowledge Gaps
So far, we have talked about the case where there was an error in the knowledge or an error in the reasoning or in the learning. The knowledge for example was incorrect in some way but the knowledge can also be incomplete. There can be
a gap in knowledge or in reasoning or in learn- ing. A gap in knowledge occur when we’re do- ing this exercise under explanation-based learn- ing. In that particular case, the agent had build this part of the explanation, and it also had this part of the explanation. But it could not con- nect these two, because there was no knowledge to connect that are object that has thick sides and it can limit heat transfer that it would pro- tect against heat. Once the agent detects this as a knowledge gap, then it can set up a learning goal. The learning goal now, is, acquire some knowledge that will connect these two pieces of knowledge. Once the agent detects a knowledge gap, it can set up a learning goal. The learning goal now is to be able to connect these two pieces of information. Notice that we are seeing how agents can spawn goals. In this particular case the agent is spawning a learning goal. You might recall that when we did this exercise on explana- tion based learning, the agent went back to its memory, and found a precedent, found a piece of knowledge, that enabled it to connect these two parts of the explanation. And so this link was formed and the agent was then able to com- plete its explanation. This is an example how the learning goal was satisfied, using some piece of knowledge. In this case the knowledge came from the memory. But the agent could have po- tentially also acquired the knowledge from the external world. For example, it may have gone to a teacher and said, I have a learning goal. Help me with the knowledge that will satisfy that learning goal. Its ability to spot learning goals and then find ways of satisfying or achiev- ing those learning goals or any goal in general, is another aspect of metacognition. So this was an example of how metacognition helps resolve a gap in knowledge. Now let us see how it can help resolve gaps in reasoning or learning. To see how metacognition can help resolve reason- ing gaps, let us return to this example of using mean sense analysis in the blocks micro build. Once the agent reaches a cul de sac in the rea- soning. The agent could formally list its goal and ask itself how can I help to resolve this cul-de- sac. It may then be the reminder of this strategy problem reduction was it uses its goals into sev-
LESSON 24 – META-REASONING
Page 317 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 24 – META-REASONING
eral independent goals and then the agent can go about achieving each goal at one at a time. Thus in this example, the agent set up a new reasoning goal and that used that reasoning goal to pick a different strategy and thereby achieved that reasoning goal. Note also that this is one way in which we can integrate multiple strate- gies. We first use some [x] analysis right in the cul-de-sac, form a new listening goal, use the lis- tening goal to bring in a different strategy follow reduction and then go back to the original strat- egy means and analysis. We’re achieving each goal independently
viewed as metacognitive processes. Some pro- cesses are metacognitive might be viewed as de- liberative processes. To see where the lines be- tween metacognition and deliberation are blurry. Let us return to this example from explanation based learning. When we talked about expla- nation based learning, we did not talk about metacognition at all. We can view the agent as saying, well, I do not know how to build a con- nection between this part of the explanation and this part of the explanation. Therefore, I’ll set up a reasoning goal which pulls at some other knowledge, and so on. Now that we know the vocabulary of megacognition, it is easy to view
all of that in terms of this new vocabulary. So, 04 – The Blurred Line Between Cognition and Metacognition
Click here to watch the video
Figure 852: The Blurred Line Between Cogni- tion and Metacognition
Figure 853: The Blurred Line Between Cogni- tion and Metacognition
In this architecture for a cognitive system, we have drawn these boxes as if metacogni- tion was completely separate from deliberation and deliberation was completely separate from reaction. In fact, there might be consider- able overlap between metacognition and deliber- ation. Some processes in deliberation might be
Page 318 of 357
Figure 854: Strategy Selection
⃝c 2016 Ashok Goel and David Joyner
instead of thinking of deliberation and metacog- nition as two separate independent boxes,. A better way might be, to think in terms of boxes that partially overlap, as a meta space and as a deliberation space. We should not be overly concerned, whether something should go into the deliberation space into the metacognition space. The more important thing is, what is the con- tent of knowledge that we need to carry out a process and what is the process that we need to carry out.
05 – Strategy Selection
Click here to watch the video

LESSON 24 – META-REASONING
Figure 855: Strategy Selection
In this course, we have learned about a large number of reasoning methods. Here are some of them. We could have added a lot more here, for example, plan refinement or logic or scripts. Typically when you and I program an AI agent, we pick a method, and we program that method into the agent. One unanswered question is, how might an agent know about all of these methods and the autonomously select the right method for a given problem? This is the prob- lem of strategy selection and metacognition helps with strategy selection. Given a problem, and given that all of these matters are relative to the agent to potentially address problem. Metacog- nition is select between these matters using sev- eral criteria. First, each of these methods re- quire some knowledge of the world. For exam- ple, case-based reasoning requires knowledge of cases. Constraint propagation requires knowl- edge of constraint. And so on. Metacognition is select one particular method, depending on what knowledge is exactly available for address- ing that specific input problem. If that specific input problem, case does not have a label, then clearly the method of case-based reasoning can- not be used. If, on the other hand, constraints are available, the constraint propagation might be a useful method. Second, if the knowledge required by multiple methods is available, then metacognition must select between the compet- ing methods. Under the criteria for selecting be- tween these methods might be computational ef- ficiency. For a given class of problems, some of these methods might be computationally more efficient than other methods. As an example, if the problem is very close to a previously encoun- tered case, then a case-based reasoning might be
computationally a very good method to use. On the other hand, if the new problem is very dif- ferent from a previously encountered case, then case-based reasoning may not be a computation- ally efficient method. We’ve come across this issue of computational efficiency earlier in this class. For example, when we were discussing gen- erate and test. If the problem is simple, then it is potentially possible to write a generator that will produce good solutions to it. On the other hand, for a very complex problem, the process of generating good solutions may be computation- ally inefficient. Similarly, if there is a single goal, then the method of means-ends analysis may be a good choice. On the other hand, if there are multiple goals that are interacting with each other, the means-ends analysis can run into all kind of cul-de-sacs, and have poor computational efficiency. A third criteria that metacognition can use to select between these various meth- ods is quality of solutions. Some methods come with guarantees of quality of solutions. For ex- ample, logic is a method of provide some guaran- tees of the correctness of solutions. Thus, if this is a problem for which computational efficiency is not important, where the quality of solutions is critical, you might want to use the method of logic. Because it provides some guarantees of the quality, although it might be computation- ally inefficient. The same kind of analysis holds for selecting between different learning methods. Once again, given a problem, the agent may have multiple learning methods for addressing their particular problem. What method should the learning agent choose? That depends partly on the nature of the problem. Some methods are applicable to that problem, and some methods may not be applicable to that problem. Second, for example, in this learning task, if the examples come in one at a time we might use incremental concept learning. On the other hand, if all the examples are given together, then we might use decision-tree learning or identification-tree learn- ing. Another criteria for deciding between these methods could be computational efficiency that lay down what the criteria could have to do with quality of solutions.
Page 319 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 24 – META-REASONING
06 – Strategy Integration
Click here to watch the video
Figure 856: Strategy Integration
Figure 860: Strategy Integration
Figure 861: Strategy Integration
Now we have looked at strategy selection a little bit, let us look at strategy integration. Even if the agent selects a particular strategy, it is not necessarily stuck with that strategy. As the problem-solving evolves, it may well decide to shift from one strategy to another strategy. As an example, consider that for a given problem, metacognition decides to select the strategy of case-based reasoning. Now case-based reasoning spawns a number of sub-tasks. Retrieval, adap- tation, evaluation, and storage. Metacognition can now examine the requirements for each of the sub-tasks. And then, with each of the sub-tasks, it may decide on some strategy. For example, for the task of adaptation, metacognition may pick the method of case-based reasoning recursively. Or it may pick the method of rules to adapt a case. Or it may use models for the case adapta- tion. If metacognition picks the method of rule based reasoning, then note that metacognition has shifted from the method of case-based rea- soning overall to the method of rule-based rea- soning. For a sub-task of case-based reasoning. We can also use a similar analysis at the next lower level. Suppose that metacognition decides to pick the method of rule-based reasoning for
Figure 857: Strategy Integration
Figure 858: Strategy Integration
Figure 859: Strategy Integration
Page 320 of 357 ⃝c 2016 Ashok Goel and David Joyner

doing the case adaptation. Now the question be- comes, what rule to apply. Rule 1, 2, or 3. We can imagine meta-rules that select, which rule to apply in any given condition. We’ve come across a use of metacognition for strategy integration earlier. And this blocks microworld, we saw how means [means-ends analysis] can reach a cul-de- sac. When the cul-de-sac happens, metacogni- tion may, set up a new reasoning goal and select a strategy of problem reduction for resolving the cul-de-sac. Problem reduction then, sets up four independent goals. We made it work back to mean internal assist to achieve each goal inde- pendently. In this particular case, we have inte- grated means and internal assistance and prob- lem reduction and the reasoning has shifted be- tween these two strategies in a seamless way.
07 – Process of Meta-Reasoning
Click here to watch the video
Figure 862: Process of Meta-Reasoning
That’s why we have talked about some of the uses of metacognition. We can use it to fix er- rors in knowledge or reasoning or learning. We can use it to fix gaps in knowledge, reasoning, or learning. We can use it for strategy integra- tion. One that we have not yet talked about is what is the processes that metacognition uses? What is it’s strategy? Well, metacognition can use these same kinds of reasoning processes that is the surface reasoning goal. That is, case-based reasoning is a potential strategy for metacogni- tion. Constraint propagation is a potential strat- egy for metacognition, and so on. Let us take an example, supposedly if metacognition comes across a problem and it must select among these strategies. Metacognition might ask itself, what
strategy did I pick the last time I came across a similar problem? This is case-based reason- ing at a meta level. To complete this exam- ple, metacognition might say the last time I used constraint propagation as a technique with this particular problem, this time I’ll use constraint propagation again. As another example, given a second problem, metacognition may use plan- ning to set up a plan for using the various strate- gies, thinking of each of the strategies as an op- erator. As a third example, metacognition might get a new problem and decide to use every single method at it’s disposal to generate a possible so- lution. It then might have some heuristics to test each one of those possible solutions and figure out which one is best. So then it’s using Gener- ate & Test to select between it’s multiple strate- gies. To summarize this part then, metacogni- tion can use the same reasoning strategies that we have been studying at the deliberative level.
08 – Discussion Meta-Meta-Reasoning
Click here to watch the video
Figure 863: Discussion Meta-Meta-Reasoning
So if metacognition reasons over deliberation, could we also have an additional layer, where meta-metacognition reasons over metacognition? And to take that even further, could we have a meta-meta-metacognition reasons over meta- metacognition all the way up, infinitely up in a hierarchy? Is this a good way to think about the levels of metacognition?
09 – Discussion Meta-Meta-Reasoning
LESSON 24 – META-REASONING
Click here to watch the video
Page 321 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 24 – META-REASONING
Figure 864: Discussion Meta-Meta-Reasoning
Figure 865: Discussion Meta-Meta-Reasoning
So personally, I would say no, this is not a good way to reason over it. We talked about in the previous portion of the lesson that Metacog- nition uses the same strategies that it reasons over. It reasons over case based reasoning. It reasons over means and analysis. It reasons over problem reduction. But it also uses case based reasoning, problem reduction, means and anal- ysis and the others to do that reasoning. So it really doesn’t need an additional layer, it’s al- ready equipped with the ability to reason over case based reasoning in the other methods, so it can just reason over itself. This is really cool, so agents don’t need multiple levels of Metacog- nition because Metacognition reasons over itself recursively. In fact, current theories of Metacog- nition all talk about this kind of two layer system between Deliberation and Metacognition.
10 – Example Goal-Based Autonomy
Click here to watch the video
Figure 866: Example Goal-Based Autonomy
David’s example of a robot that knows how to assemble cameras, but then is given the goal of disassembling a camera is a good example of goal based autonomy. Earlier we had looked at, how an agent can go about repairing his knowl- edge or reasoning or learning when it makes some mistake or reaches a failure. But sometimes it is not so much that the agent reaches a failure, as much as it is that the agent is given a new goal. When the agent is given a new goal, we do not want the agent to just fall apart. We do not want brittle agents. We want agents that can then adapt their reasoning methods and their learning methods to try to achieve the new goal. Even if they were not necessarily programmed to achieve that goal. We know that human cognition is very robust and flexible. You and I address a very large number of tasks, a very large number of problems and achieve a very large number of goals. If we are to design human level, human like AI agents, then those AI agents will have to be equally robust and flexible. Metacogni- tion provides a powerful way of achieving that robustness and flexibility. It does so by flexibly, dynamically, selecting among competing strate- gies. It does so, reflexively and dynamically, in- tegrating multiple strategies as the problem solv- ing evolves. It does so, by using reasoning strate- gies and knowledge that were programmed into it to achieve new goals.
11 – Connections
Click here to watch the video
Page 322 of 357 ⃝c 2016 Ashok Goel and David Joyner

Figure 868: Connections
LESSON 24 – META-REASONING
Figure 867: Connections
Figure 871: Connections
So, like we said earlier in this lesson, we’ve actually been talking about kinds of meta- cognition throughout this course, even if we didn’t call it that at the time. We were talking about agents reflecting on their own knowledge, and correcting it when they were introduced to a mistake. Earlier in this lesson, we also talked about the possibility that an agent would reflect on the learning process that led it to the incor- rect knowledge, and correct that learning pro- cess, as well. Back during partial order planning, we talked about agents that could balance mul- tiple plans and resolve conflicts between those plans. This could be seen as a form of meta- cognition as well. The agent plans out a plan for achieving one goal, a plan for achieving the other goal, and then thinks about its own plans for those two goals. Then it detects the conflict between those two plans and it resolves that con- flict accordingly. Then it detects the conflict be- tween those two plans and creates a new plan to avoid that conflict. Here the agent is reasoning over its own planning process. We saw this in production systems as well. We had an agent that reached an impasse, it had two different pitches which is suggested and it couldn’t decide between the two. Let’s find a new learning goal to find a rule to choose between those pitches. It then selected a learning strategy, chunking, went into its memory, found a case, and chun- ked a rule that would it resolve that impasse. In this case, the agent used that impasse to set up a new learning goal. It didn’t select the strategy, strategy selection, to achieve that learning goal. We can also see medicognition in version spaces. Our agent has the notion of specific and gen- eral models, and it also has the notion of conver-
Figure 869: Connections
Figure 870: Connections
Page 323 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 24 – META-REASONING
gence. The agent is consistently thinking about it’s own specific and general model, and looking for opportunities to converge them down into one model of the concept. And finally, we can very clearly see metacognition in our lesson on diag- nosis. We talked about how all the results for our treatment become new data for our itera- tive process of diagnosis. If our treatment didn’t spond desirable results, it also sponds data for the metal layer. Not only do we still want to diagnose the current malfunction,. But we also want to diagnose, why we weren’t able to diag- nose it correctly in the first place. So, now we’re diagnosing the problem with our diagnosing pro- cess. So as we can see, meta cognition’s actually been implicit in several of the topics we’ve talked about in this course.
12 – Meta-Reasoning in CS7637
Click here to watch the video
Figure 872: Meta-Reasoning in CS7637
Figure 873: Meta-Reasoning in CS7637
So finally, to make things as meta as possi- ble, meta reasoning has actually been a motivat- ing pedagogical goal for the design of this very course. You’ll notice that for almost every les- son, we start with an example of a problem that
you could solve. In incremental concept learning, for example, we start by giving you several ex- amples of foos and not foos. And then we asked you is this a foo? In production systems, we gave you some information about a baseball game and asked you to decide what the pitcher should do next. In learning by recording cases, we gave you a world of rectangles and asked you to de- cide what color a new rectangle might be. In classification, we gave you a bunch of pictures and asked you to decide which of those pictures were birds. In planning, we gave you our blocks micro-world and asked you to develop a plan to go from our initial state to our goal state. In each of these, we’ve started with the problem that we could solve, that we then wanted to design an agent to solve. These examples then motivated our discussion not necessarily of how we did it, but how we could design an agent to do it. Then at the end of each lesson, we revisited that ex- ample. We took the reasoning method that we designed for our agent and looked at how that ex- act reasoning method would allow it to answer the same example with which we started the les- son. When you did the example at the start of the lesson, you didn’t necessarily know how you were able to solve that problem. You could spec- ulate, but you never know for sure. But then by building an agent that can solve that problem, we start to gain some understanding for the pro- cesses that we must be able to engage in, in order to solve that problem as well. So by designing the agent, we develop a greater understanding of our own cognition. So in this way, the very de- sign of the lessons in this course has been driven by trying to develop metacognition in you. In fact, developing metacognition in students is the entire goal of my own PhD dissertation.
13 – Assignment Meta-Reasoning
Click here to watch the video
Page 324 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 24 – META-REASONING
Figure 874: Assignment Meta-Reasoning
So, how would you use meta-reasoning to design an agent that can answer Raven’s pro- gressive matrices? Throughout this course we’ve covered a wide variety of different methods for addressing this test. And each method has its own strength and its own weaknesses. Certain methods are better for some problems, and other methods for other problems. Meta-reasoning will tell us, though, that you don’t have to choose just one. Your agent can have multiple methods to choose from. Discuss how you might design an agent to have meta-reasoning. What meth- ods would it have to choose from? How will it evaluate a new problem and decide what method is best for that problem? How much improve- ment do you really expect to see in your agent’s performance based on equipping it with meta- reasoning? And finally, will your agent engage in any kind of meta-meta-reasoning as we’ve dis- cussed? Will it not only think about the meth- ods themselves but also about how it’s selecting a method? And if so, how will that improve it even further?
14 – Wrap Up
Click here to watch the video
Figure 875: Wrap Up
So today we’ve talked about meta-reasoning. This very strongly leveraged and built on nearly everything we’ve talked about so far in this course. Meta-reasoning is, in many ways, rea- soning about everything we’ve covered so far. We started off by recapping learning from cor- recting mistakes and the related notion of gaps. Then we covered two broad metacognitive tech- niques called strategy selection and strategy inte- gration. We then discussed whether or not meta- meta-reasoning might exist. And we decided, ul- timately, that such a distinction isn’t even neces- sary. After all, the structures involved in meta- reasoning, like cases, and rules, and models, and the same as those involved in a reasoning, itself. So, meta-reasoning is already equipped to rea- son about itself. Finally, we discussed a particu- lar example of meta-reasoning, called goal-based autonomy. Meta-reasoning is in many ways the capstan of our course. It covers reasoning of all the topics we’ve covered so far, and it provides a way that they can be used in conjunction with one another. We do have a few more things to talk about though, and we’ll cover those in our Advanced Topics lesson.
15 – The Cognitive Connection
Click here to watch the video
Meta reasoning arguably is one of the most critical process of the human cognition. In fact, some researchers suggest that, developing meta- cognative skills at an early age in life, may be the best predictor of a student success later in life. Actually, this makes sense. Meta reason- ing is not about simply learning new informa- tion, it is about learning how to learn. About, learning new reasoning strategies. About inte- grating new information into memory structures. Meta reasoning is also connected to creativity. In meta reasoning, the agent is monitoring its own reasoning. It is spawning goals. It is try- ing to achieve them. Sometimes it suspends a goal, sometimes it abandons a goal. These are all part of the creative process. Creativity is not just about creating new products. It is also about creating a processes, that lead to interest- ing products.
Page 325 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 24 – META-REASONING
16 – Final Quiz
Click here to watch the video
So you might notice that these quizzes at the end of every single lesson have asked you to talk about what you learned in this lesson, to reflect on what you learned in this lesson. One of the goals of these final quizzes is to facilitate your own metacognition about your learning of this material as well. So by answering this, you think about your own learning, and hopefully improve it for the future. So what did you learn during this lesson?
17 – Final Quiz
Click here to watch the video
Thank you, for answering this quiz, on metacognition.
Summary
Meta-Reasoning is thinking about thinking., knowledge about knowledge. Two broad metacognitive techniques are Strategy Selection and Strategy Integration. A particular example of Meta-Reasoning is goal-based autonomy.
References
1. Punch William, Goel Ashok, Brown David,
A Knowledge-Based Selection Mechanism for Control with Application in Design, Assembly and Planning.
2. Cox Michael, Metacognition in Computation: A selected research review.
3. Murdock William, Goel Ashok, Meta-case-based reasoning: self-improvement through self-understanding.
Optional Reading:
1. Metacognition in Computation: A selected research review; T-Square Resources (Meta Reasoning 2.pdf)
2. Meta-case-based reasoning: self-improvement through self-understanding; T-Square Resources (Meta Reasoning 3.pdf)
3. A Knowledge-Based Selection Mechanism for Control with Application in Design, Assembly, and Planning T-Square Resources (Meta Reasoning 1.pdf)
4. Metacognitive Tutoring for Inquiry-Driven Modeling; Click here
Exercises
None.
Page 326 of 357 ⃝c 2016 Ashok Goel and David Joyner

Lesson 25 – Advanced Topics
Any sufficiently advanced technology is indistinguishable from magic. – Arthur Clarke.
We are just an advanced breed of monkeys on a minor planet of a very average star. But we can understand the Universe. That makes us something very special. – Stephen Hawking.
LESSON 25 – ADVANCED TOPICS
01 – Preview
Click here to watch the video
To close this class, we are talking through a handful of advanced topics, related to the course material. In this course we already discussed a variety of goals, matters and paradigms of knowl- edge based AI. Now let’s close by talking through about some of the advanced applications of this content. We’ll also talk quite a bit about some of the connections with both AI and human cog- nition. Many of the topics we’ll discuss today are very broad and discussion oriented. So we encourage you to carry on the conversation on the forums and discuss all the issues that this content raises.
02 – Visuospatial Reasoning Introduction
Figure 876: Visuospatial Reasoning Introduction
Click here to watch the video
Figure 877: Visuospatial Reasoning Introduction Page 327 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 25 – ADVANCED TOPICS
Figure 878: Visuospatial Reasoning Introduction
Figure 879: Visuospatial Reasoning Introduction
Visuospatial reasoning is reasoning with vi- suospatial knowledge. This has two parts to it, visual and spatial. Visual deals with the what part. Spatial deals with the where part. So imagine a picture in which there is a sun on the top right of the picture. There are two parts to it. Sun, the what, the object. And where, the top right of the picture. We have come across visuospatial reasoning a little bit when we use constraint propagation to do line labeling and 2D images. One way of defining visuospatial knowledge is to say that in visuospatial knowl- edge causality is, at most, implicit. Imagine a picture in which there is a cup with a pool of water around it. You don’t know where the pool of water came from. But you and I can quickly infer that the cup must have contained the wa- ter, and the water must have spilled out as the cup fell. So visuospatial knowledge, causality is implicit when it enables inferences about causal- ity.
03 – Two Views of Reasoning
Click here to watch the video
Figure 880: Two Views of Reasoning
Figure 881: Two Views of Reasoning
Figure 882: Two Views of Reasoning
Figure 883: Two Views of Reasoning
There’re several ways of how we can deal with visuospatial knowledge. In fact in your projects you’ve already come across some of them. So
Page 328 of 357 ⃝c 2016 Ashok Goel and David Joyner

imagine there is a figure here. Here is a triangle with the apex facing to the right. Here is an- other triangle with the apex facing to the left. So in one view, the AI agent can extract propo- sitional representations out of figures like this. And similarly propositional representations out of figures like this. So this is a propositional representation, this is a propositional represen- tation. And then, the AI agent can work on these propositional representations to produce new propositional representations. So some AI agent can use a logic engine or a production rule to say that this particular triangle, which was rotated 90 degrees, has not been rotated to 270 degrees. So although the input wasn’t in for- mula’s figures, the action here was at the level of propositional representations of these figures. The agent may extract propositional representa- tions like this through image processing, through image segmentation, perhaps using some tech- niques like constraint propagation as well. Alter- natively, the agent may have analogical represen- tations. In these analogical representations, it is a structural correspondence between the repre- sentation and the external figure. So the external world headed triangle like this, and the analog- ical representation will also have a triangle like this. Notice that I’m using the term Analogi- cal Representation, we use a separate thing from analogical reasoning. We are not talking about analogical reasoning right now. We’re talking about analogical representation and analogical representation is one, which is some structural correspondence with the external world that is being represented. Give a certain analogical rep- resentation, then I might want affine transfor- mations or set transformations to get this. So I may say that I got this triangle out of that one, simply by the operation of reflection or rotation. So these proposed representations in the previ- ous view are A model. They are separated from, divorced from the perceptual modality. These analogical representations on the other hand, are modal representations. They’re very close to the perceptual modality. And human cognition, mental imagery, appears to use analogical repre- sentations. What would be an equally intuitive of computational imagery? Human cognition is
very good at using both propositional represen- tations and analogical representations. Comput- ers however, are not yet good at using analogical representations. Most computers, most of the time, use only prepositional presentations. The same kind of analysis may apply to other per- ceptual modalities, not just to our visual images. So here are two measures and we can either ex- tract proposed representations out of them and then analyze those propositional representations. Or, we could think directly with the relation- ship in these two particular measures. There is a question for building queries of human cogni- tion. When you’re driving a car, and you lis- ten to a melody on your radio and you’re re- minded of something. Reminded of a similar melody that you had heard earlier. What ex- actly is happening? Are you extracting a pur- pose for your presentation out of the melody that you just heard? And then the proposition rep- resentation reminds you of the proposition rep- resentation for a previously heard melody. Or, does a new melody somehow directly remind you of a previously heard melody without any inter- mediate propositional representation? These are our open issues in cognitive science, as well as in knowledge based AI. In cognitive science, it is by now, significant agreement that human cogni- tion does use mental imagery at least with visual images. But we don’t know how to do mental imagery in computers.
04 – Symbol Grounding Problem
Click here to watch the video
This chart summarizes some of the discussion so far. Content deals with the content of knowl- edge. Encoding deals with the representation of knowledge. Content and form. The content of knowledge can be visuospatial, that deals with what and where. Where is spatial, what is visual, and the encoding of the visuospatial knowledge could be either analogical or propositional. An analogical inquiry of visuospatial knowledge is a structural correspondence between the encod- ing and the external world that is being repre- sented. In the propository presentation of visu- ospatial knowledge, there is no such correspon-
LESSON 25 – ADVANCED TOPICS
Page 329 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 25 – ADVANCED TOPICS
dence. Examples of this verbal knowledge in- clude things like scripts or going to a restaurant. The script for going to a restaurant again can represented either propositionally or potentially analogically. And a propository presentation of the kind we say we may have tracks and props and actors. In an analogical representation of the script for going to a restaurant, we may have a short movie. In much of the codes, we have dealt with the right hand side of this chart with ver- bal knowledge and prepositional presentations. Part of the point of this lesson on visuospatial knowledge and reasoning is that reasoning and knowledge can be visuospatial, and representa- tions can be analogical. But we have yet to fully understand the role of human cognition and you [we are yet to build AI agents] agents that can deal with visuospatial knowledge and analogical representation.
05 – Visuospatial Reasoning An Example
Click here to watch the video
Figure 884: Visuospatial Reasoning An Example
One air system that does do visual spatial reasoning is called Galatia. It was developed by Jim Davies here at Georgia Tech, about 10 years back. Which is why it looks black and white and has this particular form. We provide a reference to the paper and in notes. There is a very famous problem and a logical reasoning called a Duncke problem. The Duncke problem goes something like this. First I’ll tell you a story. And then I’ll give you a problem. And you should try to find an answer to the problem. Let me begin with the story. Once there was a king and not a specially good king who ruled a kingdom. There was an army. That was trying to overthrow the
king. But the king lived in a fortress and it was very hard to overthrow. Moreover, the king had mined the roads, so that when the army went over the roads, it would blow off, and most of the soldiers in the army would die. The leader of the army decomposed the army into smaller groups, and these smaller groups then came to the fortress from different directions. Because each group is small enough, the mines did not blow off and each group was able to reach the fortress at the same time. They are able to over- throw the bad king. This was a story, now let me tell you about the problem. There is a pa- tient with a cancer tumor in his body. There is a physician with a laser gun. She can use the laser gun on this tumor to kill this tumor and cure the patient. However, the laser light is so strong that it will also kill all the healthy tis- sue in the way, and the patient can die. What should the physician do? In most computer mod- els of this problem, this problem is solved using propositional representations. So an example for proper surplus reduction for the original story might be that if there is a goal, and there is a resource, there is an obstacle between the re- source and the goal that split the resource into many different smaller resources and bring them to the goal all at the same time but from dif- ferent directions. Most composition models or decomposition problem extract some causal pat- tern. The causal pattern might be that if there is a goal and there is a resourcable level, and your resource can achieve the goal but there is an obstacle in the way. Then decompose the resourcing to many smaller resources and bring them to the goal in the same time from differ- ent directions. The important part here is that this is the causal pattern extracted out of the first story. Once this causal pattern has been extracted, it can be applied to this new prob- lem. So the physician may decompose the laser being into smaller beams and focus them on the tumor at the same time, thus curing the tumour. Jim wanted to ask whether one could do the same kind of problem solving without extract- ing these causal patterns. Could one use simply visual spatial knowledge? So this is visual spa- tial knowledge because there is both a sense of
Page 330 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 25 – ADVANCED TOPICS
what, the fortress, as well as where, in the mid- dle of the figure. Notice there is visual spatial knowledge is represented prepositionally. There are words here like fortress, and right road, and top road, and so on. But there is no causality that is explicit. You and I can infer the causal- ity but it’s not explicit. His Galatea program was able to find a solution to the new problem by transporting the visual spatial knowledge to the new problem, one step at a time. Thus it would map this top body part to the top rod. One here, the left body part, the left rod here, and therefore beside that, this can be decom- posed. This resources, denoted by this arrow, can be decomposed into smaller resources. And then the smaller resources can arrive at this cen- tral tumor from different directions at the same time. In this way, Galatea was able to solve the addition problem without abstracting any causal pattern from it. Of course, one might say that the causal pattern is implicit here, and that is in- deed true. But the entire point of a visual spatial knowledge here is that the causal pattern is not being obstructed, but as long as it is a problem- solving procedure where each step is represented only visually spatially. It is possible to transfer this problem-solving proceeded to the new crop.
06 – Visuospatial Reasoning Another Example
Click here to watch the video
Figure 885: Visuospatial Reasoning Another Ex- ample
We just saw an example where visual spa- tial knowledge by itself, suffices too in our logi- cal reasoning under certain conditions. Now let us look at a different problem. There suddenly are situations where we might want AI agents to
be able to extract [propositional] presentations. Your projects one, two, and three did exactly that. One task, where AI agent might want build proper [propositional] representations out of re- gional spatial knowledge is when an AI is given a design drawing. So here is a vector graphics drawing of a simple engineering system. Per- haps some of you can recognize what is happen- ing here. This is a cylinder and this a piston. This is the rod of the piston. The piston moves. Left and right. The other end of the rod is con- nected to a crankshaft. As this piston moves left and right, this particular crankshaft starts mov- ing anticlockwise. This device translates linear motion into rotational motion. I just gave you a causal account. Although because [proposi- tional] only implicit in this [propositional] spa- tial knowledge. You and I were able to extract a causal account out of this. How did we do it? How can we help AI agents do it? At present if you were to make a CAD drawing using any CAD tool that you want, the machine does not understand the drawing. But can machines of tomorrow understand drawings by automatically building these causal models out of them? Put it another way. There is a story that has been captured in this particular diagram. Can a ma- chine automatically extract the story from this diagram? In 2007, Patrick Yaner built an AI pro- gram called Archytas. Archytas was able to ex- tract causal models out of vector graphics draw- ings of the kind that I just showed you. This figure is coming from paper and Archytas and hence the form of the figure. We’ll have a pointer to the paper in the notes. This is how Archytas works. It began with a library of source draw- ings. These were drawings that we already knew about. For each drawing order it knew about it already had done the segmentation. The basic shapes for example might be things like circles and the composite shapes which were then la- beled like piston and cylinder. Then a behavioral model or a causal model which said what hap- pens when the piston moves in and out, namely the crankshaft turns. And then a functional specification we’ve said this particular system can work in linear motion into rotational motion. So there was a lot of knowledge with each previ-
Page 331 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 25 – ADVANCED TOPICS
ous drawing that Archytas already had seen. All of this knowledge was put into a library. When a new drawing was input into Archytas then it generated line segments and arcs and intersec- tions from it. And then, it started mapping them to the lines and segments and arcs of previously known drawings. Retrieve the drawing that was the closest match in drawing to the new draw- ing. And then started transferring basic shapes, and then composite shapes, and it transferred each element through this abstraction hierarchy all the way up to the functional level. As an example, if Archytas library contains piston and crankshaft drawings like this along with causal functional models for them, then given a new drawing of a piston and crankshaft device Archy- tas will then be able to assemble a causal func- tional model for the new drawing. Thus Archy- tas extracted causal information from which spa- tial presentations to analogical reasoning.
07 – Ravens Progressive Matrices
Click here to watch the video
Figure 886: Ravens Progressive Matrices
Figure 887: Ravens Progressive Matrices
Wrote another computer program that used a different kind of analogical representation called
a fractal representation. And he was able to show that the fractal representation also enables. Addressing problems from the Raven’s test with a good degree of accuracy. It provides references both Maithilee’s work and Keith’s work in the notes.
08 – Systems Thinking Introduction
Click here to watch the video
Figure 888: Systems Thinking Introduction
Figure 889: Systems Thinking Introduction
In this class we have talked a lot about how AI agents must be able to reason about the work. But the external work consists of systems from many different kinds. A system is composed of heterogeneous interacting components. The in- teraction within components, lead to processes of different kinds. These processes can occur at many different of those abstraction. Some of the processes might be invisible. Consider an ecosys- tem. In an ecosystem, processes occur at many levels of abstraction. Physical, biological, chem- ical. Some of these processes are invisible to the naked eye, but they influence each other. Sim- ilarly in business, businesses are composed of a large number of interacting units, manufactur- ing, marketing, delivery, and so on. Each of
Page 332 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 25 – ADVANCED TOPICS
these units can be described at many levels of abstraction, from individuals, to teams, to full organizations. Given that the extra work con- sists of systems of different kinds. Their agents must be capable of systems thinking. They must be capable of thinking about the invisible prop- erties of systems. About the complex behavior of the systems. In particular, they must be able to derive the invisible processes from the visible structure. This is systems thinking.
09 – Systems Thinking Connections
Click here to watch the video
Figure 890: Systems Thinking Connections
Figure 891: Systems Thinking Connections
We can connect the subject’s thinking to sev- eral topics we have already covered in this class. You may recall that early on in this course, we used frames to understand stories of this kind. Now this story is actually capturing some infor- mation about a system. In this political system, there is a country with people and a president. It also had geological faults as a result of which earthquakes occur that killed some people. So the components, the complex relationships be- tween these components, the complex processes that emerge out of this interaction between the
components. Scripts, too, are related to sys- tem thinking. Dining at a restaurant is a com- plex system. Once again, there are a number of components, relationships, interactions, pro- cesses, functions. A script is a knowledge for pre- sentation that allows us to capture knowledge of a stereotypical dining experience at a restaurant. When we discussed diagnosis, at that time we talked about systems thinking a little bit more explicitly. To begin with, we said that diagnosis is identification of a fault responsible for a mal- functioning system. Diagnosis begins with the observed data about some system what are its expectations of the behavior expected of it. The diagnostic paths takes the data and matches it to hypotheses of a fault responsible for that be- havior. What makes a diagnostic task so hard, again, is that there are a large number of com- ponents that interact with each other, and it is a complex behavior that emerges out of the inter- action between these components. Just think of program debugging. Program debugging is hard because there are a large number of lines in the code, and these lines in the code interact with each other, and very complex behaviors, output behaviors, emerge because of those interactions. So another good example of how diagnosis is a case of systems thinking is if we look at ecological systems. Recently there’s been a massive drop in the population of bees around the world. That’s our data. As it turns out, the cause for this drop in bee population is the presence of a poisonous substance in insecticides used in the past sev- eral years. However, we can’t see the process of bees getting poisoned by this chemical. All we can do is infer it based on higher level inter- actions of seeing the bee populations drop and seeing a rise in this chemical. So, in this way, there’s multiple levels of abstraction in this pro- cess. There’s the visible bee population, there’s the visible use of pesticide, but there’s also an in- visible layer where the pesticide actually poisons the bees. So, we have to discern the interaction between these multiple levels. In any complex system there will be many levels of abstraction, some invisible, some visible. The human eye, or human senses more generally, can see only some of these levels of abstraction, the visible levels
Page 333 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 25 – ADVANCED TOPICS
of abstraction. System thinking helps us under- stand the invisible levels.
10 – Structure-Behavior-Function
Click here to watch the video
Figure 892: Structure-Behavior-Function
Figure 893: Structure-Behavior-Function
Figure 894: Structure-Behavior-Function
So AI has drawn up representations that help capture both divisible levels of obstruction struc- ture for example. And the indivisible levels like behavior and function. Therefore these models are sometimes called structure, behavior, func- tion. Let’s take a simple example. All of us are familiar with the household flashlight. You press on the button and light comes out of the bulb.
What you can see is, the button and the bulb and the body of the flashlight. You can even open the body of the flashlight and you might see some batteries inside your flashlight. That’s all you can see. But of course there is more going on here. To begin with, this particular flashlight has a function. This function is invisible. You can ascribe to it, but it’s nowhere inside the body of the bulb. One level at which it is used would analyze the flashlight is, to ask ourselves what does it do. Not yet, how does it work? Just what does it do, its function. Here is a representation of the function. Here is the function, create light off that light bulb circuit, or the flashlight light bulb circuit. There is some stimulus, some ex- ternal force on the switch. Initially there was no light, zero lumens and finally there is some light, 30 lumens. This captures the notion that when I press on the switch, light comes out. Here is a presentation of the structure of the flashlight. Here is a light bulb, the switch, and the bat- tery. And they’re connected. All of them are at- tached. Here is the invisible causal process that we’re calling behaviour. We’ll capture this be- havior through a series of states and transitions between these states. So here is electricity ini- tially in the battery. Then this electricity flows from the battery to the bulb, and then the bulb converts this electricity into light. But in order for this electricity to flow to the bulb, this par- ticular switch has to be in the mode ON. The switch goes into the mode ON, when someone presses on it. Electricity is converted to light, because that’s the function of the bulb. Notice that these SBF models are nested. We just gave an SBF model of the flashlight circuit. But now if you want, we can do the SBF model of the lightbulb itself. How does it create light? In this way, structure behavior function models capture not just the visible structure, but also the in- visible cause of processes, the behaviors and the functions. Moreoever, they capture the multiple abstraction, at the level of the flashlight, at the level of the bulb, and so on. We’ll not describe it in detail here, the structure behavior function models and other similar models enables systems thinking in the context of diagnosis and design of complex systems. You’re provided some read-
Page 334 of 357 ⃝c 2016 Ashok Goel and David Joyner

ings about this in the course materials, if you want to read more about it.
11 – Design Introduction
Click here to watch the video
Figure 895: Design Introduction
Figure 896: Design Introduction
Figure 897: Design Introduction
When we talked about configuration, we al- luded to design. Design is a very wide ranging, open ended activity. But then we settled on to configuration, very routine kind of design, where all the parts of the design are already known, we simply have to figure out the configuration of the parts. It is time now to return to de- sign thinking. What is design thinking? De- sign thinking is about thinking about ill-defined,
underconstrained, open ended problems. Let’s a design a house that is sustainable is an ex- ample of design thinking. Sustainability here is ill-defined. The problem is open ended. In de- sign thinking, it is not just that a solution that evolves, it is that the problem it was as well. We have problem, solution, coevolution.
12 – Agents Doing Design
Click here to watch the video
Figure 898: Agents Doing Design
Figure 899: Agents Doing Design
As we have mentioned earlier, configuration is a kind of design, a kind of routine design. And one material configuration is bound refinement. In configuration, all the components of the de- sign are already known, but we are to find some arrangement with the components, and we assign values to some of the variables of those compo- nents, to arrive at the arrangement. Here is a design specification working it’s way. Here might be a plan for designing a chair as a whole. And once we assign values to some of the variables at the level of the chair, then we can refine the plan for the chair into a plan for the chair legs, the chair seat, and so on. All of this might be subject to some constraints. There are in fact a number of AI systems, that do configuration
LESSON 25 – ADVANCED TOPICS
Page 335 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 25 – ADVANCED TOPICS
design. Many of them are being used in indus- try. Some of these AI systems use, matters like brand refinement the way we are showing it here. Others use case based reasoning. And various systems use a variety of methods, for doing con- figuration design, including model based reason- ing and rule based reasoning. What about more creative kinds of design? Design in which not all the parts are known in advance. Since we just discussed the flashlight example, in the context of systems thinking, let us revisit that example in the context of creative design. So this is a schematic of the flashlight circuit. Here is the switch, the battery, the bulb, as earlier. On the systems thinking, we discussed how structured behavior function models capture the knowledge that when the switch is closed, electricity flows from the battery to the bulb, and the bulb con- verts the electrical energy into light energy. Let us suppose that this particular electrical circuit use a 1.5 volt battery and created 10 lumens of light. Tomorrow someone comes to you and says, I want 20 lumens of light. Design a flash- light electrical circuit for me. How will you do that? You might go to the structure, behavior function model for this particular circuit and do some thinking. You may recognize, the amount of light created in the bulb is directly propor- tional to the voltage of the battery. Instead of creating 10 lumens of light you need 20 lumens of light, you might say, I’m going to use a 3 volt battery. So far, so good. You’ve done system thinking in the context of design thinking. But now let us add a wrinkle. Suppose that a 3.0 volt battery is not available. At this point, a teacher tells you it’s okay if a 3.0 volt battery is not available. You can connect two 1.5 volt bat- teries in series. Two 1.5 volt batteries connected in series will give you the voltage of three volts. Accepting the teacher’s advice, you can now cre- ate an electrical circuit that will use two 1.5 volt batteries in series and create light of 20 lumens. But you’re not just creating this particular de- sign, you also learned something from it. Every design, every experience is an opportunity for learning. In the 1990s, Sam [propositional] here at Georgia Tech created a program called IDOL, IDOL did creative design. In particular, IDOL
would learn about design patterns. ¿From sim- ple design cases, the kind we just talked about. I’m sure most of you are familiar with the notion of design pattern, design patterns are a major construction software engineering. But design patterns are not just in software engineering but in all kinds of design, for example architecture and engineering and so on. There is some way of capturing the design pattern that can be learned from the previous case. A field of design of a de- vice that changes the valuable variable from one value to another value. And you want another design that changes the value the same variable to some other value not the same as the previ- ous design. One way you in which you can create the new design is. By replicating the behavior of the previous design. So not just having behav- ior be one for the first design, but having this behavior be one as many times as needed. Let us connect this to the example we just saw. If you have a design of an electrical circuit that can create 10 lumens of light, and you know how to do it through some behavior B1. I need to design an electrical circuit that can create 20 lu- mens of light, but you don’t know the behavior of B2. Then this behavior B2 is a replication of be- havior B1 by connecting components and series. Once Sam’s program IDOL had learned about this design pattern of cascading, of replication, then, when it was given the problem of design- ing a water pump of higher capacity than the one available. It could create a new water pump by connecting several water pumps in series. Thus, ideal, created new designs in one domain, the do- main of water pump, through analogical transfer of design patterns learned under the domain, the domain of electrical circuits. You would form the perspective of the new domain of water pumps initially did not know about all the components about all the water pumps that will be needed. With Sam’s program, IDOL is creative enough to know that the pattern of problems here in the water pump is exactly the same pattern that was also occurring in the domain of electrical circuits. Sam’s theory provides a computational account of not only how design patterns can be used, but also about how these design patterns can be learned and transferred to new domains. There
Page 336 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 25 – ADVANCED TOPICS
is of course a lot more to design. We said ear- lier that design thinking engages problem solu- tion, core evolution. It’s not just that a solution evolves but the problem remains fixed. But the problem evolves even as the solution evolves. It’s not quite clear how humans do this kind of cre- ative design, with this problem solution co evolu- tion. There is certainly a few AI systems capable of problem solution coevolution at present
13 – Creativity Introduction
Click here to watch the video
Figure 900: Creativity Introduction
Figure 901: Creativity Introduction
Figure 902: Creativity Introduction
This brings us to the topic of creativity. We humans are naturally very creative, and I’m not
talking just about an Einstein or a Mozart. You and I are very creative on an every day ba- sis. You and I constantly deal with our prob- lems. And with dealing with our problems, we don’t just give up, we address them and most of the time fairly successfully. Now the goal of knowledge-based AI is to create AI agents that can think and act like humans. So shouldn’t we also create knowledge-based AI agents that are creative? But in order to answer this, we have to define what is creativity. In lesson one, we saw how hard it was to define intelligence. Defining creativity is no less hard. But we will give it a try anyway.
14 – Exercise Defining Creativity I
Click here to watch the video
Figure 903: Exercise Defining Creativity I
Figure 904: Exercise Defining Creativity I
In order to build AI agents that are creative, it might be useful to think about, what is cre- ativity? Please write down your answer in this box and also post your answer in the class forum.
15 – Exercise Defining Creativity I
Click here to watch the video
Page 337 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 25 – ADVANCED TOPICS
Figure 905: Exercise Defining Creativity I
So after much deliberation I decided I would define creativity simply as anything that pro- duces an non-obvious, desirable product. I think that we have to have to sort of output for creativ- ity in order for it to be actually be identifiable as creativity. I think that the output has to ac- tually be wanted in some way. Doing something that no one wants is not necessarily creative. I think the output has to actually be desirable in some way, and it also has to be something non- obvious. Doing the obvious answer is not a very creative solution. If I’m propping open a door and I use a chair, it’s a slightly more creative solution to that problem. Thank you David. Or course everyone’s answer to this question may differ. For example, some people may not put the word product here. It’s not clear that the re- sult of creativity is necessarily a product. Some people do not put the word desirable there be- cause sometimes creativity may not result from some initial desire. Let us carry on this discus- sion of what is creativity on the forum. Feel free to add your own notions.
16 – Defining Creativity II
Click here to watch the video
Figure 906: Defining Creativity II
Good question, David. Novelty had use with newness, the unexpectedness had use with some- thing non-obvious or surprising. Perhaps this will become clearer if I take an example. So in my deal, we decide to entertain a group of 20 friends. We already know how to make souffl ́es according to a particular recipe. We’ll make souffl ́e for 20 friends this time. We have never made souffl ́e for 20 people, so something is novel, something new, something we haven’t done ear- lier. On the other hand, we have known this recipe for ages. Something unexpected would be if we come up with a new recipe for this souffl ́e which taste dramatically different, surprisingly different. Not just something new, but some- thing unexpected. So far we have been talk- ing about the product of creativity, the result of creativity, the outcome of creativity. What about the process of creativity? You use it on here some and other, both of these terms are im- portant. Let’s first look at the term other. In this course we’ve only talked about several pro- cesses of creativity. An analogical reasoning is a fundamental process of creativity. You already explored an analogical reasoning in the context of designing. We just did that when were talk- ing about design thinking. One might be able to design a new kind of water pump, but com- posing several water pumps in series if one can analogically transfer a design factor from the do- main of electrical circuits. Was a very good example. Similarly under analogical reasoning, we were talking about the processes that might be used to come up with a model the atomic structure the analogy to the model the solar system, which clearly is a creative process that cuts across large number dimensions of space and time. Another place where we talked about cre- ative processes was when we were talking about explanation based learning. It seems creative, if the robot can go to the kitchen, and use the flower pot as a cup to bring you coffee. Here are three other processes of creativity. Emer- gence, re-representation, and serendipity. A sim- ple example of emergences. If I draw three lines. One, two, three. Then a triangle emerges out of it. The triangleness doesn’t belong to any single line. I was not even trying to draw a triangle.
Page 338 of 357 ⃝c 2016 Ashok Goel and David Joyner

I just drew three lines, and a triangle emerged out of it. Emergence of the triangle to the draw- ing the three lines is a kind of creativity. Re- representation occurs when the original represen- tation of the problem is not conducive to prob- lem solving. So we re-represent the problem and then commence problem solving. To see an ex- ample of this. Let’s go back to atomic structure and solve this problem. Suppose that we have a model sort of system which uses the word the planets revolve around the sun. You also have a model of the atom, and this uses the term the electron rotates around the nucleus. The model of the sun had the word revolve. The model of the atom has the word rotates. The two vocab- ularies are different. If you were to stay with, with this couple of sort of presentations mapping between rotate and reward would be very hard. On the hand, suppose we were to re-represent this problem. Re-represent the atomic structure by growing the nucleus in the middle and the electron around it. We represent the solar sys- tem by drawing the sun in the middle and the earth around it. Then in this new representa- tion, we can see the similarity, we can do the mock-up. This re-representation is another fun- damental process of creativity. Serendipity can be of many types and can occur in many different situations. One kind of serendipity occurs when I’m trying to address a problem but I’m unable to address it. So I suspend the goal and I start doing something different. Later, at some other time, I come across a solution, and I connect it with the previous, suspended goal. The story has it that in 1941 in France, Josh Mistral’s wife asked him to help her open a dress by pulling on a zipper because it was stuck. Mistral strug- gled with the zipper, but couldn’t pull it down. Later on one day, Mistral was walking his dog, when he found that some birds were stuck to the dog’s legs. Curious about this, Mistral looked at the bird closely under the microscope, he then connected the solution, the bird solution to the opening of the zipper problem and out of that was born the notion of Velcro which you and I now use on a common basis. But just like the word other was important here, these are three processes in addition to the process we already
discussed in this class. The word some is also important here. This is not an exhaustive list. There are in fact additional things we can add. For example, another potential process here is called conceptual combination.
17 – Exercise Defining Creativity III
Click here to watch the video
LESSON 25 – ADVANCED TOPICS
Figure 907: Exercise Defining Creativity III
Let us do an exercise together. Here are a number of tasks that we have come across in this class. For each of these tasks, mark the box if you think that the agent that performed that task well, is a creative agent.
18 – Exercise Defining Creativity III
Click here to watch the video
Figure 908: Exercise Defining Creativity III
So actually, I marked none of them. It seems to me that for all of these tasks if an artificial agent that we design accomplishes the task, we’re able to go back and look at its reasoning, look at its processing, and figure out exactly how it did it. So it’s never going to be unexpected. It’s always the output of a predictable algorithm. In- teresting [causality was] David. Not sure I agree with it. Let’s discuss it further.
Page 339 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 25 – ADVANCED TOPICS
19 – Exercise Defining Creativity IV
Click here to watch the video
on the methods of the system, but also the sit- uation in which the methods are situated. The output depends not just on the input under the method the AI agent uses, but also the context in which the AI agent is situated. For exam- ple, given the same input but different context or the input, the agent will come up with very different outputs, very different understandings of that same input as we saw in this section on understanding. The third answer, no because it defines creativity in terms of the output rather than the process. This answer too has problems, because sometimes creativity can be defined sim- ply in terms of the output without knowing any- thing about the process. We can think of a black box, that creates very interesting creative music. We would not know anything about the process that it is using. But, if the output’s interesting and creative music, we would consider it to be creative. Personally, my sympathies lie with the fourth answer. But, of course you are welcome to disagree with me. Why don’t we continue this discussion on the forum?
21 – AI Ethics
Click here to watch the video
Figure 911: AI Ethics
Finally, the last topic we’ll cover in this class is AI ethics. Often, scientists go about doing sci- ence without asking questions about the ethics of the science they do. We are also engrossed in questions of funding and proposals and pa- pers. However, part of our job as scientists is to ask the question about are we doing the right kind of things? There are a large number of questions connected with the ethics of AI. We’ll post a small number here today. There are no
Figure 909: Exercise Defining Creativity IV
Do you agree with David’s assessment that none of these areas is creative because we can trace to the process that the agents used?
20 – Exercise Defining Creativity IV
Click here to watch the video
Figure 910: Exercise Defining Creativity IV
But let’s look at each of these choices, one at a time. The first one says yes, because in order for a result to be creative, it must be novel, an output of an algorithm cannot be novel. Well, there are a few problems with this particular an- swer. What if an output of an algorithm for a small, closed-word problem cannot be novel? The output of combinations of algorithms for open ended problem can and indeed sometimes is novel. There are algorithms for example, that do design or that do scientific discovery, whose results are novel. Let’s look at the second an- swer. Yes, because given a set of input, the output will always be the same. Therefore, the product can never be unexpected. The output will depend not just on the input. And not only
Page 340 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 25 – ADVANCED TOPICS
easy answers to these questions. So I invite you to discuss these questions on the forum? First, AI Ethics put into our economy and our soci- ety. We have talked a lot in this course about designing AI agent that can act and think and behave like humans. However, in the process, we quite likely would replace some human jobs with robots. We have talked, for example, of robots that can assemble a camera. Does this mean that humans who assemble the cameras today will lose their jobs? Of course, a counter argument is that new jobs might be created, for example, jobs for designing robots. Neverthe- less, there are hard issues, but ethical implica- tions of AI in terms of human economy and so- ciety. Second, much of the modern development of AI is driven by defense applications all across the world. We already have drones, for exam- ple. It is not far-fetched to imagine a future where there are robot soldiers on the battlefield. What are the implications of introducing robot soldiers? Should we build morality into these sol- diers? How do we do so? And if you are to build morality into robot, what does it teach us about our own morality? A third and related question is, that if it’s hard building human characteris- tics like creativity and morality into AI agents, at what point do these agents become like hu- mans? At what point do we start talking about civil rights for these machines because they’re in- distinguishable from humans. The idea has been touched upon in the popular culture a lot, but it is coming closer and closer to reality. What are the criteria under which we’d consider machines to be equal to humans?
22 – Open Issues
Click here to watch the video
Figure 912: Open Issues
So today we’ve covered some of the most ad- vanced and cutting edge topics in knowledge- based AI. If anything we’ve talked about today has really caught your eye, we invite you to check out the course materials, where we’ve provided several readings about each topic. As we said at the beginning, many of the things we’ve talked about today are open issues that the community is wrestling with right now, so we encourage you to take up the discussion over on the forums. We’ll be there participating as well.
23 – Final Quiz
Click here to watch the video
Figure 913: Final Quiz
Please write down what all you learned in this lesson, in this box.
24 – Final Quiz
Click here to watch the video Great, thank you very much.
Summary
Read about AI Ethics, an interesting topic! Page 341 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 25 – ADVANCED TOPICS
References
Optional Reading:
1. Reasoning about Space T-Square Resources (STEFIK Visuospatial reasoning Pgs
432-442 .pdf)
2. The Painting Fool: Stories from Building an Automated Painter T-Square Resources (Computational Creativity 1.pdf)
3. An Illustrated Conversation in Autism, Art and Creativity Click here
4. The Ethics of Artificial Intelligence T-Square Resources (AIEthics.pdf)
5. If machines are capable of doing almost any work humans can do, what will humans do? T-Square Resources (AI Ethics – 2.html)
6. OIL: Ontology Infrastructure to Enable the Semantic Web T-Square Resources (Semantic Web – 3.pdf)
7. The Semantic Web T-Square Resources (p01 theSemanticWeb.pdf)
8. Semantic Web Services T-Square Resources (Semantic Web – 2.pdf)
9. Knowledge Representation Click here
10. Prometheus Viral Clip #1 (TED Talk 2023) Click here
11. David’s Birth Click here
12. Learning about Representational Modality: Design and Programming Projects for Knowledge-Based AI Click here
13. The AI Revolution: The Road to Superintelligence Click here
14. Geometry, Drawings, Visual Thinking, and Imagery: Towards a Visual Turing Test of Machine Intelligence Click here
15. Confident Reasoning on Raven’s Progressive Matrices Tests Click here
16. Visual problem solving in autism, psychometrics, and AI: the case of the Raven’s Progressive Matrices intelligence test Click here 17. Analogical mapping and inference with binary spatter codes and sparse distributed memory. Click here
18. A Bayesian model of rule induction in Raven’s progressive matrices Click here
19. Reasoning on the Raven’s advanced progressive matrices test with iconic visual representations Click here
20. Modeling multiple strategies for solving geometric analogy problems Click here
21. Solving geometric proportional analogies with the analogy model HDTP Click here
22. Raven Progressive Matrices T-Square Resources (Raven-RavenProgressiveMatrices.pdf)
Exercises
None.
Page 342 of 357
⃝c 2016 Ashok Goel and David Joyner

Lesson 26 – Wrap-Up
The scientific man does not aim at an immediate result. He does not expect that his advanced ideas will be readily taken up… His duty is to lay the foundation for those who are to come, and point the way. – Nikola Tesla.
LESSON 26 – WRAP-UP
01 – Preview
Click here to watch the video
Figure 914: Preview
Today we’ll wrap up this course. It’s been a fun journey. But like all journeys, this one too must come to an end. The goal for today’s les- son is to tie together some of the big things we have been discussing, and to point to some of the other big ideas out there in the community. We’ll start by revisiting the high level structure of the course. Then we’ll go through some of recurrent patterns and principles we’ve encoun- tered throughout the course. Finally, we’ll talk about all the broader impacts and applications of knowledge based AI.
Figure 915: Cognitive Systems Revisited
02 – Cognitive Systems Revisited
Click here to watch the video
Figure 916: Cognitive Systems Revisited Page 343 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 26 – WRAP-UP
Figure 917: Cognitive Systems Revisited
Let us revisit the architecture for a cogni- tive system. We have come across this several times earlier in this course. We can think in terms of three different spaces. A Metacogni- tive space, a Deliberative space, and a Reactive space. The Reactive space directly maps per- cepts from the environment into actions in the environment. The Deliberative space maps the percepts into actions, with the mappings medi- ated by reasoning and learning and memory. So, while this is a see act cycle, this is a see think act cycle. The metacognitive space monitors the deliberative reasoning. It sees the deliberative reasoning and acts on the deliberative reasoning. As we had discussed earlier, it’s better to think of these in terms of overlapping spaces rather than disjoint layers. When we were discussing metacognition we also saw that we could draw arrows back from here like this because metacog- nition could also act on its own. This cognitive system is situated in the world. It is getting many different kind of input from the world. Per- cepts, signals, goals, communication with other agents. Depending on the input, and depending upon the resources available to the agent to ad- dress that input, the agent may simply react to the input and give an output in the form of an action to a percept, for example. Or the agent may reason about the input. And then decide on an action after consulting memory and per- haps invoking learning and reasoning. In some cases, the input that the agent receives might be as a result of the output it had given to a prior input. For example, it may have received a goal. Then come up with a plan. When it had received the input of the plan, failed upon execution. In that case, deliberation can give an
alternative plan. A metacognition may wonder about, why did the planner fail in the first place? And repair the planner, not just the plan. Just like reaction and deliberation are situated in the world outside, metacognition, in a way, is situ- ated in the world inside. It is acting on the men- tal world. While deliberation and reaction act on the objects in the external environment. For metacognition it is the thoughts and the learning and the reasoning that are objects internally in the amygdala. Of course, this input is coming constantly. Even now, as you and I are com- municating, both you and I are receiving input. And we’re giving output as well. In fact, the cog- nitive system is constantly situated in the world. It is never separate from the world. There is no way to separate it. It has input coming con- stantly. There is output going out constantly. The world is constantly changing, and the cog- nitive system is constantly receiving information about the world. It uses this knowledge in it’s knowledge structure to make sense of the data about the world. And it decides on actions to take on the world. Recall that we had said that intelligence is a function that maps the percep- tual history into action. And to some degree, intelligence is about actions, reactions. About selecting your right output to act on the world. Depending on the nature of the input the out- put may vary. If the input is a goal, the output might be a plan or an action. If the input is a piece of knowledge, the output might be inter- nal to the cognitive system. And the cognitive system may assimilate that knowledge in its in- ternal structures. If the input is a percept, the output might be an action based on that per- cept. If the input is new information, the cogni- tive system will learn from the new information, and then store the result of the learning in its memory. The world here consists not just of the physical world, but of the social world as well. Thus, this cognitive system is situated not just in the physical world but is also situated in the social world, consisting of other cognitive sys- tems and constantly interacts with them. Once again, the interactions between these cognitive systems can be of many different kinds. Per- cepts, goals, actions, plans, information, data.
Page 344 of 357 ⃝c 2016 Ashok Goel and David Joyner

Any cognitive system is not just monitoring and observing the physical world, but it’s also mon- itoring and observing the social world, the ac- tions of other cognitive systems in the world, for example. Any cognitive system learns not just from its own actions but also from the actions of other cognitive systems around it. Thus a cogni- tive system needs to make sense not just to the physical world but also by the social world. We saw some of this when we were talking about scripts. There we saw how a cognitive system used a script to make sense of the actions of other cognitive systems. This architecture is not merely an architecture for building AI agents, it is also an architecture for reflecting on human cognition. Does this architecture explain large portions of human behavior?
03 – Course Structure Revisited
Click here to watch the video
Figure 918: Course Structure Revisited
Figure 919: Course Structure Revisited
Page 345 of 357 ⃝c 2016 Ashok Goel and David Joyner
LESSON 26 – WRAP-UP
Figure 920: Course Structure Revisited
Figure 921: Course Structure Revisited
Figure 922: Course Structure Revisited
Figure 923: Course Structure Revisited

LESSON 26 – WRAP-UP
Figure 924: Course Structure Revisited
Figure 925: Course Structure Revisited
Figure 926: Course Structure Revisited
We have covered a fairly large number of top- ics in this course. You might recall this par- ticular chart from the first lesson. Let us go through each one of these circles one-by-one and see the connections between them. So, in the fundamentals, we covered knowledge representa- tions like semantic networks. In fact, we used semantic networks to address two-by-one matrix problems. Then we covered a series of problem solving methods. There’s already domain inde- pendent journal purpose methods. They do not use a lot of knowledge, but they’re very power- ful, generate and test, means-ends analysis, and problem reduction. Then we turn to production
systems. They are a specific kind of cognitive ar- chitecture. Production systems combine reason- ing, learning, and memory. Production systems to bolster technology for developing agents, and a theory of human computation. Later we talked about planning. And in order to talk about planning we first proposed a formal language for discussing the plan. It’s called formal logic. We learned about the different rules and syn- tax used for writing formula logical statements. And learned why this is very important, that it allows agents to prove the accuracy of their con- clusions based on a set of axioms. That gave us a language that we could then use to talk about planning, and as we found out actually, the ori- gins of planning where an agent’s making proofs of why a certain set of actions would lead to a certain goal. Here we talked about both partial order planning and hierarchical planning, which are two planning methods that allow agents to make advanced plans for complex tasks. And also allows us to reflect on the way we ourselves plan our actions to complex environments. Un- der common sense reasoning we covered several important lessons. Frames, understanding, com- mon sense reasoning and scripts. Frames is a structured knowledge to that allows us to do un- derstanding. Understanding is such a common every day activity. We are trying to make sense of the world, but the world is ambiguous. The word, take, for example can have so many dif- ferent meanings. We saw how frames allow us to disambiguate different meanings of the word take. Under common sense reasoning we made every day intuitive inferences about the world around us. With understanding and common sense reasoning, we’re concerned with sentence- level understanding. Scripts is more concerned about discourse-level understanding. Scripts is an even larger, just structure knowledge presen- tation than frames. It, too allows us to make sense of the world around us, both the physical world and the social world. Frames also came up in some of the other lessons, and particu- larly came up in the lesson on production sys- tems, when we were trying to represent episodic knowledge. It also came up in the lesson on configuration, when we were trying to represent
Page 346 of 357 ⃝c 2016 Ashok Goel and David Joyner

plans, and the variables of various plans that can take values. We talked about learning in many lessons throughout this course. But cer- tain lessons were explicitly and solely concerned with learning. We started off by talking about learning by recording cases, where an agent could build up a case library of its own prior experi- ences to use for future reasoning. That formed a foundation of analogical reasoning as well, that we’ll talk about in a second. We also talked about incremental concept learning and version spaces, two different learning methods for learn- ing about information that’s coming in incre- mentally, or bit by bit. That was one of our foundational principles of this class that we dis- cussed at the beginning and that we’ll revisit in a few minutes. We also talked about classification under learning, which is one of the most ubiqui- tous problems in AI. We talked about how clas- sification involves grouping large combinations of percepts into equivalence classes, to allow for easier action selection. Learning also can open several other lessons that we did throughout this class, including production systems, key spaced reasoning, explanation based learning, analogi- cal reasoning, and learning about correcting mis- takes. Metareasoning was also deeply connected to learning, where we could learn from our own experiences by analyzing our own prior thought processes. As David just said, analogical rea- soning is another major topic connected with learning. We talked about learning by record- ing cases. We are simply assimilating cases by recording them in a growing case library. As a new problem comes, we use methods like nearest neighbor to retrieve the closest case, and it in- voked that case with a new problem. We talked about case-based reasoning, in which we not only retrieved the case, but we also tweak it, or mod- ify it in small ways in order to achieve a new goal. In explanation-based learning, we saw how we could connect instances to kinds of definitions. We constructed explanations that told us how instance is an example of a given concept. This involved both abstraction and transfer. We also connected explanation-based learning to creativ- ity. Analogical reasoning made [the role of] ab- straction and transfer even more explicit. We
talked about cross analogical transfer for exam- ple from the solar system to the atomic structure. We saw that when needed, rich mental models in order to be able to do an analogical transfer. We concluded the lesson on analogical reasoning by connecting it with analogical design or de- sign by analogy. And analogical reasoning too is closely connected to creativity. Our discussion of visuospatial reasoning started with our unit on constraint propagation. Constraint propagation was a very abstract and general way of propagat- ing constraints to make sense of a new situation, and it comes up uniquely in visual reasoning. Or we use line labeling to make sense of 3D scenes even if they’re presented in 2D. Where we use line labeling to make sense of three dimensional scenes even if they’re presented in only two di- mensions. We also how constraint propagation can be used for natural language understanding. And we referenced how we might also use it to understand music or tactile information. Then in visuospatial reasoning we expanded on these notions to discuss whether it would be possi- ble to reason about the world without extract- ing propositions. This involved looking at scenes in the world where there was no explicit causal- ity, like a glass that’s been spilled on the table. We can infer what happened, but there’s noth- ing in the visual scene that tells us exactly how it arose. Similarly, we also discuss how this could apply to other modalities, like tactile informa- tion or musical information. In the unit on de- sign and creativity, we considered lessons in con- figuration, diagnosis, design and creativity. You may recall that in configuration, we were worried about very routine, everyday kind of designs, and we did that kind of design by having a li- brary of clients at different levels of abstraction. We selected a plan at a high level of abstrac- tion, assign values to some of the variables, and then refine the plan at the next door level ab- straction. All the components were known, we had to decide on the arrangement of the com- ponents of configuration. In diagnosis, we were given data about a malfunctioning system and we had to identify the fault responsible for that malfunctioning. We took two views of diagno- sis, classification and abduction. In the classi-
Page 347 of 357 ⃝c 2016 Ashok Goel and David Joyner
LESSON 26 – WRAP-UP

LESSON 26 – WRAP-UP
fication view, this data was mapped into equal classes that acted like hypotheses for this data. In abduction, we composed this elementary hy- pothesis into a composite hypothesis that could best explain the entire data. Design thinking refers to thinking about problems that are ill- defined and open-ended, and under-constrained. In design thinking, the problem and solution of- ten co-evolve. The problem doesn’t remain fixed. The solution evolves, but that in turns it leads to improving the understanding of the problem, both our understanding of the problem and solu- tion evolve together. We cut across creativity in terms of novelty, value, and the non-obviousness of the results. We discuss the criteria under which we would consider an agent to be cre- ative. And we saw how many of the techniques that you have learned in this particular class can compose the fundamental processes of creativ- ity. Like analogical reasoning, like visual special reasoning, like meta-reasoning. Then we close the class by talking about meta-cognition. Meta- cognition enable the agents to reason about their own reasoning, or think about their own think- ing, or have knowledge of their own knowledge base. We started out by talking about learning by correcting mistakes. Or an agent can look at a mistake that’s been made in the past, isolate the mistake, explain the mistake and then fix the mistake so that it didn’t happen again. This was one narrow instance of the broader idea of meta- reasoning. In meta-reasoning, we talked about metacognition could bring together many of the different methods that we talked about through- out this class. Meta-reasoning enabled an agent to look at a new problem and select which of its many strategies would be best for address- ing that problem. It also would allow an agent to integrate multiple different methods of rea- soning at different levels of distraction. We also talked about what how meta-reasoning operates is also the way in which meta-reasoning operates. Meta-reasoning can reason about case based rea- soning, or it can reason using case based rea- soning. It could, for example, use production rules to conduct case based reasoning. In this way it could integrate many different methods at many different levels of instruction. Finally, this
set up a notion of ethics in artificial intelligence. As we’re building AI agents that are starting to have real, human level intelligence, what are the ethical issues? What should we think about re- placing certain human jobs with robots, or what should we think about developing robots that can interact with us on an everyday basis in the natural world? Under what conditions would we consider these agents to actually be human-like? This summarizes 30 topics that we covered in this class, which is quite a lot. Of course, there is a lot more to talk about each of these 30 topics than we have covered so far. Therefore we have provided readings for each of the topics. And you are welcome to pursue the readings for whatever topic that interests you the most. We would also love to hear about your views about this on the forum.
04 – The First Principle
Click here to watch the video
Figure 927: The First Principle
Page 348 of 357
Figure 928: The First Principle
⃝c 2016 Ashok Goel and David Joyner

Figure 929: The First Principle
At the beginning of this course we enumer- ated seven major principles of knowledge based AI agents that we’ll cover in CS 7637. Now let’s wrap up this course by revisiting each of the seven principles. Here is the first one. Knowledge based AI agents represent in organize knowledge into knowledge structures to guide and support reasoning. So the basic paradigm here is represent and reason. Represent and rea- son. If you want to reason about the world, you’d have to represent knowledge about the world in some way. You not only want to represent knowl- edge to support reasoning, you also want to or- ganize this knowledge into knowledge structures to guide, to focus the reasoning. Let us look at a few examples that we covered in this course about dispensing. Semantic networks not only allow us to represent knowledge about the world, they also allows us to organize that knowledge in the form of a network. We use semantic networks to address the problem of the guards and pris- oners dilemma. The advantage of the semantic network was that they expose the constraints of this problems so clearly, so that we can in fact reason about it. And notice that the organiza- tion helps us focus the reasoning. Because of the organization, there’s so many other choices we don’t have even have to reason about them. Frames were on to the knowledge structure that organize knowledge, and guided and supported reasoning. Given frames for things like earth- quakes, we could reason about sentences like, a serious earthquake killed 25 people in a partic- ular country. We’ll also use frames to support common sense reasoning. Here, Ashok is moving his body part to a sitting position. Here, Ashok is moving himself into a sitting position. Here,
Andrew sees Ashok. Now Andrew moves to the same place as Ashok, and Andrew then moves in menu to Ashok. This is about a story about vis- iting a restaurant. Once again, there are knowl- edge structures here. These knowledge struc- tures are not only representing knowledge, they are organizing knowledge into a sequence of ac- tions. These knowledge structures help generate expectations. So we know what Ashok expects to happen next in any of these situations. We also know how Ashok can detect surprises. When the non-obvious thing happens, Ashok knows that it has warranted the expectations of the scripts, and can do something about it. This is how the script support in guided reasoning. We also saw this principle in action, when we were talk- ing what explanation based learning. In order to show that an instance was an example of a particular concept, cup, we constructed complex explanations. In this case, we were construct- ing the complex knowledge structure on the fly out of smaller knowledge structures. The small- est knowledge structures came out of precedents, or examples we had already known. Then we composed the knowledge of these various knowl- edge structures, into a complex explanation to doable reasoning, to guide and support their rea- soning. You’ve seen this principle in action in several other places in this course. This is one of the fundamental principles. Represent, organize, reason.
05 – The Second Principle
Click here to watch the video
LESSON 26 – WRAP-UP
Page 349 of 357
Figure 930: The Second Principle
⃝c 2016 Ashok Goel and David Joyner

LESSON 26 – WRAP-UP
Figure 931: The Second Principle
Figure 935: The Second Principle
06 – The Third Principle
Click here to watch the video
Figure 932: The Second Principle
Figure 936: The Third Principle
Figure 933: The Second Principle
Figure 937: The Third Principle
Figure 934: The Second Principle
Figure 938: The Third Principle
⃝c 2016 Ashok Goel and David Joyner
Page 350 of 357

LESSON 26 – WRAP-UP
Figure 939: The Third Principle
Figure 940: The Third Principle
Figure 941: The Third Principle
The third principle of knowledge based AI agents in CS7637 is that reasoning is typically top-down as well as bottom-up. Ordinarily, we assume that data is coming from the world and most of the reasoning is bottom-up as we inter- pret the data. In contrast to knowledge based AI, low level processing of the data results in the invocation of knowledge structures from mem- ory. These knowledge structures then gener- ate expectations, and the reasoning becomes top down. Frames were an example of this kind of top down reasoning. We had the input, Angela ate lasagna with her dad last night at Olive Gar- den. And the processing of this input led it to the invocation of this particular frame. Once this
frame has been pulled out of memory, then this particular frame can generate a lot of expecta- tions. For example, was the object alive when Angela ate it? False. Where is the object now? Inside the subject. What is the subject’s mood after she had dinner? She was happy. A similar kind of top down generation of expectations oc- curred when we used frames to understand sim- ple sentences about earthquakes. Scripts are an- other example of this kind of top-down genera- tion of expectations and expectation based pro- cessing. Once we have a script, then that script generates expectations over the next action. It tells us what to look for in the world, even before that happens. And when that doesn’t happen, we know an expectation has been violated and we are surprised. Constraint propagation is an- other way of thinking about top down process- ing. We will input data in the form of pixels representing this cube. We have to infer that this image, in fact, is that of a cube. We have knowledge about this constraint of various kind of junctions that can occur in the world of cubes and this knowledge then generates expectations of what might be a blade and what might be a fold. This notion of top-down processing using knowledge structures to generate expectations of the world in order to be able to interpret data essential to knowledge based AI. It’s also deeply connected with human cognition. Some current theories of human cognition think of brains as predictive machines. We are constantly generat- ing expectations, we are constantly making pre- dictions over the world, that guide our reasoning, that guide our actions.
07 – The Fourth Principle
Click here to watch the video
Page 351 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 26 – WRAP-UP
Figure 942: The Fourth Principle
Figure 943: The Fourth Principle
Figure 944: The Fourth Principle
Our fourth principle was a Knowledge Based AI agents match methods to tasks. At the be- ginning of this course we covered several very powerful problem solving methods like Generate & Test, and Means-Ends Analysis. But because they were very powerful and very general, they also weren’t necessarily the best for solving any one problem. We also covered some more specific problem solving methods like planning that ad- dressed a narrower set of problems but addressed those problems very, very well. We also covered several tasks in this class, like configuration and diagnosis and design. These tasks could all be carried out by a variety of methods. For ex- ample, we can imagine doing configuration with
Page 352 of 357
Figure 945: The Fifth Principle
⃝c 2016 Ashok Goel and David Joyner
Generate & Test or we generate every possible configuration of a certain plan and then test to see which one is best. We could also do config- uration by Problem Reduction where we reduce the problem down into the sub parts and solve them individually and then compose them into an overall solution. In this way, knowledge based AI agents match methods to tasks. In some cases we do the matching, we decide that generate and test is the best way to address this diag- nosis problem. In other cases we might design AI agents with their own meta-reasoning such that they themselves can decide which method is best for the task that they’re facing right now. Note that this distinction between methods and tasks is not always necessarily absolute. Meth- ods can spawn different sub tasks, so for exam- ple, if we’re doing design by case-based reasoning that spawns new problems to address. And we might address those new problems, those new tasks, with analogical reasoning, or with prob- lem reduction. This gets back to our meta- reasoning notion of strategy integration. In this way, knowledge based AI agents match methods to tasks not only at the top level, but also at every level of the task-subtask hierarchy.
08 – The Fifth Principle
Click here to watch the video

Figure 946: The Fifth Principle
Figure 947: The Fifth Principle
Figure 948: The Fifth Principle
The first principle of knowledge based AI, as we have discussed it in CS7637, is that AI agents use heuristics to find solutions that are good enough, but not necessarily optimal. Some schools of AI put a lot of emphasis on finding the optimal solution to every problem. In knowledge based AI, we consider agents that find solutions that are good enough. Herbert Simon called this satisficing. The reason for finding solutions that are only good enough is because of the trade off between computational efficiency on one hand and optimality of solutions on the other. We can find optimal solutions, but that comes with the cost of computational efficiency. Recall one
of the conundrums of AI. AI agents are with lim- ited resources, bounded rationality, limited pro- cessing power, limited memory size. Yet, most intrusting problems are impractical. How can we get AI agents to solve impractical problems with limited rationality and yet give nearly a ten per- formance? We can get AI agents to do that if we can focus on finding solutions that are good enough, but not necessarily optimum. Most of the time you and I as human agents do not find optimum solutions. The plan you may have to make dinner for yourself tonight is not neces- sarily optimum, it’s just good enough. The plan that you have to go from your house to your office is not necessary optimal, it’s just good enough. The plan that you have to walk from your car to your office is not necessary optimal, it’s just good enough. Further, AI agents use heuristics to find solutions that are good enough. They do not do an exhaustive search, even the exhaustive search might yield more optimal solutions because ex- haustive search is computationally costly. We came across this notion of heuristic search sev- eral times in this course. Once place where we discussed this in some detail, was in incremen- tal concept learning. Given a current concept definition and a negative example, we arrive at a new concept definition by using heuristics like require-link heuristic. The require-link heuris- tic adds the must clause to this support link between these two bricks. Mean-sense analysis was a heuristic method. It said that given the current position and the goal position, find the differences and then select an operator that will reduce the difference. Because mean-sense anal- ysis was a heuristic method sometimes it ran into problems and did not follow guarantees of opti- mality. But when it worked, it was very efficient. Another case where we explicitly made use of heuristic laws in the generate interest method. Here we had a heuristic which said, do not gen- erate a state that duplicates a previously gen- erated state which made the method more ef- ficient. Does the focus of knowledge based AI agents is a near real time performance? They’re addressing computational intractable problems with bounded resources. And yet being able to solve a very large class of problems in robust
LESSON 26 – WRAP-UP
Page 353 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 26 – WRAP-UP
intelligence and flexible intelligence. And that happens not by finding optimal solutions to a narrow class of problems, but by using heuris- tics to find solutions that are good enough to very large classes of problems. This principle comes very much from theories of human cog- nition. As I mentioned earlier, humans do not normally find optimal solutions for every prob- lem they face. However, we do manage to find solutions that are good enough, and we do so in near real time, and that’s where the power lies
09 – The Sixth Principle
Click here to watch the video
Figure 949: The Sixth Principle
Figure 950: The Sixth Principle
Figure 951: The Sixth Principle
Figure 952: The Sixth Principle
Figure 953: The Sixth Principle
Figure 954: The Sixth Principle
Our sixth principle, was knowledge-based AI agents make use of recurring patterns in the problems that they solve. These agents are likely to see similar problems over and over again and make use of the underlying patterns behind these similar problems to solve them more eas- ily. We talked about this first with learning about recording cases. Here we assumed that we had a library of cases, and that the solu- tion to a former case would be the exact so- lution to a new problem. Ashok’s example of tying shoe laces was similar to this. When we tie our shoelaces, we aren’t resolving the prob- lem of tying our shoelaces from scratch. Instead we’re just taking the solution from an earlier
Page 354 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 26 – WRAP-UP
time when we tied our shoelaces and doing it again. We assumed that the solution to the old problem will solve this new similar problem. In case-based reasoning, however, we talked about how the exact solution to an old problem won’t always solve new problems. Instead sometimes we have to adapt an old problem. Here we as- sumed that there were recurring patterns in the world that would help us solve these new and novel problems based on previous experiences. Even though the new experience is novel, the pattern is similar to a prior experience. Analog- ical reasoning is very deeply rooted in this prin- ciple. Here we explicitly talked about the idea of taking patterns from one problem, abstract- ing them, and transferring them to a problem in a different domain. Whereas in case-based rea- soning, the pattern was within a domain, here the pattern can span different domains. In con- figuration, we assumed that the underlying de- sign, the underlying plan for a certain device or product was pretty similar each time. But there were certain variables that had to be de- fined for an individual instance of that object. In a chair example, the overall design of a chair is a recurring problem, they all have legs, they all have seats, they all have backs, but the individ- ual details of a specific chair might differ. Now, it might be tempting to think that this is actu- ally at odds with the previous principal when the knowledge-based AI agent’s consult a novel prob- lems. Here we’re saying that knowledge-based AI agents solve recurring problems based on recur- ring patterns, but in fact these are not mutually exclusive. Knowledge-based AI agents leverage recurring patterns in the world, but they do so in conjunction with the other reasoning methods to allow them to also address novel problems.
Figure 955: The Seventh Principle
Figure 956: The Seventh Principle
Figure 957: The Seventh Principle
10 – The Seventh Principle
Click here to watch the video
Figure 958: The Seventh Principle
Page 355 of 357 ⃝c 2016 Ashok Goel and David Joyner

LESSON 26 – WRAP-UP
Figure 959: The Seventh Principle
So the seventh and last principle of knowl- edge based AI agents in CS7637 is that the ar- chitecture of knowledge based AI agents enables reasoning, learning, and memory to support and constrain each other. Instead of building a the- ory of reasoning or problem solving by itself or a theory of learning by itself or a theory of memory by itself, we are trying to build unified theories, theories where reasoning, learning, and memory coexist. Memory stores and organizes knowl- edge. Learning acquires knowledge. Reason- ing uses knowledge. Knowledge is the glue be- tween these three. One place that we saw reason- ing, learning, and memory coming together very well was in production systems. When reason- ing failed, an impasse was reached then. Memory provided some episodic knowledge and a learn- ing mechanism of chunking extracted a rule from that episodic knowledge. And that rule broke the impulse and reasoning could proceed a pace. This is a clear example where reasoning, learn- ing, and memory came together in a unified ar- chitecture. In logic, memory, or the knowledge base, may begin with a set of axioms. And those set of axioms decide what we can prove using that particular logic. To look at the problem, conversely, depending upon the reasoning, we need to put into the knowledge base, so that the reasoning can be supported. Exploration of this learning was under the place. Where reason- ing learning and memory came together so well. Memory supplied us with the earlier precedents. Reasoning led to the composition of this expla- nation which explained why this instance was an example of a cup. This lead to learning about the connections between this weirdest precedence to an explanation. Here in the correcting mistakes
was yet another example of, learning, reason- ing, and memory coming together. Where a fail- ure occurred, when the agent used it’s previous knowledge, memory, to reason and identify the fault responsible for the failure, reasoning, and then corrected that particular fault, learning, in order to get the correct model. This knowledge based paradigm says that we want to be able to reach unified, that connect reasoning, learn- ing and memory. And this also connects very well with human cognition, human cognition, of course, has reasoning and learning and mem- ory intertwined together. It is not as if memory and human cognition works by itself or learning works by itself or reasoning works by itself. You cannot divorce them from each other.
11 – Current Research
Click here to watch the video
Figure 960: Current Research
Knowledge based is a dominate field with a very active research program. There are number of exiting projects going on right now. Here is a small list of them. CALO is a project, in which cognitive assistant learns and organizes knowl- edge. CALO, in fact was a pick cursor for the CD program of Apple. Cyc and OMCS. OMCS stands for Open Mind Common Sense. Cyc and OMCS are two large knowledge bases to support everyday common sense of reasoning. Wolfram Alpha is a new kind of search engine that uses some of the same kind of pilot structures we have considered in this particular class, different from many of the search engines. The three projects in the right column are projects here at Geor- gia Tech. VITA is a computational model of vi- sual thinking in autism. And particular it solves
Page 356 of 357 ⃝c 2016 Ashok Goel and David Joyner

problems in the real world raven’s progressive matrices test using only visual spacial represen- tations. Dramatis is a computational model sus- pense in drama and stories. Recall that in this class we talked about the theory of humor and surprise. Dramatis tries to do the same thing for suspense. DANE is a system for supporting design based on analogies to natural systems. We’ve come across this idea of biologically in- spired design earlier in the class and DANE sup- ports that kind of biologically inspired design. We have provided references for these and many other knowledge based AI projects in the class notes. Your welcome to explore depending on your inquests.
12 – Our Reflections
Click here to watch the video
This brings us to the end of the course. There are many more topics that we could talk about, and we encourage you to look at the additional readings for the course. As we said at the begin- ning, we have had a lot of fun putting this course together, and we have learned a lot, too. We hope you have enjoyed the course as well. We’re also really eager to get your feedback. What did you enjoy about this course? And what could have been improved? What surprised you about this course, either in the content or in the way that it was administered? Are there things that you’ve seen other courses do that you wish we’d done, or are things that we did that you’d like to see other courses do? We are very interested in your answers to these questions, so please feel free to contact either one of us with your an- swers, and fill out the course survey as well.
We’d also like to thank several people for helping make this course possible. First, our video edi- tor, Aaron, who’s done a phenomenal job mak- ing these videos look so good and frankly mak- ing us look presentable. We’d also like to thank the rest of you at Assety, especially Jenny Kim, Jason Barrows, and Katie Reicult for providing a great infrastructure for course development. We’d also like thank our colleagues here at Geor- gia Tech, including David White at the college of computing. And Mark Weston and his staff at the Georgia Professional Education Department. It’s been a real fun journey for us. We expect to hear from you. We hope it’s the beginning of a beautiful friendship.
Summary
This module covers all the topics of the course. Hope you enjoyed this KBAI ebook. Let the authors know if you have any comments or suggestions for improving it.
References
1. Winston, P., Artificial Intelligence: Videos and Material.Click here
2. Russell, S., & Norvig, P. Artificial Intelligence: A Modern Approach.
3. Stefik, M. Introduction to Knowledge Systems.
4. aitopics.org Click here
5. Bostrom Nick, Yudkowsky Eliezer, The Ethics of Artificial Intelligence.
Exercises
None.
LESSON 26 – WRAP-UP
Page 357 of 357 ⃝c 2016 Ashok Goel and David Joyner

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

Shopping Cart
[SOLVED] CS代考计算机代写 flex Excel ant arm Bayesian ER Hive chain Java scheme assembly decision tree AI computer architecture python algorithm KBAI EBOOK: KNOWLEDGE-BASED ARTIFICIAL INTELLIGENCE
30 $