Problem solving and Creativity. Problem solving What is problem solving? Weak and strong methods Much of our life is spent solving problems? Homework.

Slides:



Advertisements
Similar presentations
CMSC 471 Fall 2002 Class #5-6 – Monday, September 16 / Wednesday, September 18.
Advertisements

Heuristic Search techniques
CMSC 671 Fall 2005 Class #5 – Thursday, September 15.
Presentation on Artificial Intelligence
Cognition & Language Chapter 7 Part I William G. Huitt Last revised: May 2005.
Problem Solving. Outline Well vs. ill-defined problems Heuristics for problem solving –Hill climbing –Means-Ends analysis –Working Backwards representation.
Cognitive Psychology, 2 nd Ed. Chapter 13 Problem Solving.
Problem Solving What is a problem? How do we go about solving problems? How can we be better problem-solvers?
CHEF (Hammond, 1987) CHEF is a case-based planner, which can output new recipes given particular ingredients and tastes. Recipes are viewed as plans. They.
COGNITION AND LANGUAGE Pertemuan 6 Matakuliah: O0072 / Pengantar Psikologi Tahun: 2008.
Analogical Reasoning. Types of reasoning Content free reasoning: –Deductive reasoning Reasoning by similarity –Inductive reasoning –Analogical reasoning:
Means-end analysis Reducing differences between current state and goal state Stop when difference is 0 (no difference) Subgoals Intermediate goals – not.
Problem Solving Shortcuts through the Problem Space.
Problem Solving. Well-defined problems –Much studied in AI –Requires search –Domain general heuristics for solving problems What about ill-defined problems?
Cognitive - problem_solving.ppt © 2001 Laura Snodgrass, Ph.D.1 Problem Solving Well-defined versus ill-defined problems Creativity Polya’s stages of problem.
Cognitive Processes PSY 334 Chapter 8 – Problem Solving.
Problem Solving & Creativity Dr. Claudia J. Stanny EXP 4507 Memory & Cognition Spring 2009.
Analogical Problem Solving. How good are we at finding relevant prior experience?
* Problem solving: active efforts to discover what must be done to achieve a goal that is not readily attainable.
Heuristic Search Heuristic - a “rule of thumb” used to help guide search often, something learned experientially and recalled when needed Heuristic Function.
What is Problem Solving?
Complex Cognitive Processes
Complex Cognitive Processes Woolfolk, Cluster 8
CHAPTER 8 SOLVING PROBLEMS.
Problem-Solving and Reasoning
MODULE 23 COGNITION/THINKING. THINKING Thinking is a cognitive process in which the brain uses information from the senses, emotions, and memory to create.
Problem solving Using background knowledge Analogical problem solving and access Case-based reasoning.
Cognitive Elements of Menu Selection 조 성 식조 성 식. 1/20 Contents Menu Selection Process Problem Solving & Search Strategies Cognitive Layouts of Mental.
Research on Human Learning: Understanding and Applications Jose Mestre Department of Physics University of Massachusetts Amherst, MA
Overview of Cognitive Science for Teachers
The human 3 of 3 U2Mvo&feature=player_embedded the human 3 of 31.
Human Cognitive Processes: psyc 345 Ch. 11: Problem Solving Takashi Yamauchi © Takashi Yamauchi (Dept. of Psychology, Texas A&M University)
Tuttleman Counseling Services 1810 Liacouras Walk (Main Campus) (Main Campus) Office Hours Monday – Friday 8:30 a.m. – 5:00 p.m. Walk-In Clinic Mon., Tues,
What is “Thinking”? Forming ideas Drawing conclusions Expressing thoughts Comprehending the thoughts of others Where does it occur? Distributed throughout.
WHS AP Psychology Unit 6: Cognition Essential Task 6-2: Identify problem-solving techniques (algorithms and heuristics) as well as factors that influence.
Expertise Novices and experts Expertise and perception Expertise and memory Expertise and judgment Expertise and domain-specificity.
Lecture 13 – Problem Solving 1 Two points for this lecture: 1.Role of problem solving in history of cognition. 2. Cognitive theories of the problem, the.
Problem-Solving Water Jugs Problem You are given two jugs, a 4-gallon jug & a 3-gallon jug. Neither has any measuring marks on it. There is a pump that.
I Robot.
Cognitive Processes PSY 334
Fig8_2. InRev8a InRev7cInRev7bInRev7a InRev6bInRev6aInRev5bInRev5aInRev4bInRev2a INGREDIENTS OF THOUGHT Mental representations of familiar locations Visual.
Michael A. Hitt C. Chet Miller Adrienne Colella Slides by R. Dennis Middlemist Michael A. Hitt C. Chet Miller Adrienne Colella Chapter 4 Learning and Perception.
Automated Reasoning Early AI explored how to automated several reasoning tasks – these were solved by what we might call weak problem solving methods as.
Problem solving What is problem solving? Weak and strong methods.
KNOWLEDGE BASED SYSTEMS
Thinking  Cognition  mental activities associated with thinking, knowing, remembering, and communicating  Cognitive Psychology  study of mental activities.
Phenomena in Problem Solving Insight Problems Functional Fixedness Using external representations.
Ways of solving problems
1 Choosing a Computer Science Research Problem. 2 Choosing a Computer Science Research Problem One of the hardest problems with doing research in any.
Chapter 10: Thinking and Problem Solving Olivia Sheridan, Deanna Fugate, and Sarah Oberman.
Problem Solving: Cognitive processes aimed at achieving a specific goal (a solution to a problem) Early Research: Wolfgang Kohler (Gestalt Psychologist)
Review In the past three months we have discussed Hitlamdut, Behira Points and Anavah. I asked that you try to practice these by yourselves, discuss it.
Intelligence and Creativity
Thinking, Concepts & Creativity. Thought Cognition—mental activities involved in acquiring, retaining, and using knowledge Thinking—manipulation of mental.
Forward and Backward Chaining
Creativity What is creativity? Creativity and constraints. Is there a way to be more creative?
Problem Solving PERTEMUAN Early research on problem- solving A cat placed in a box with a trapdoor was not observed to show behaviour approximating.
Some Thoughts to Consider 5 Take a look at some of the sophisticated toys being offered in stores, in catalogs, or in Sunday newspaper ads. Which ones.
Thought & Problem Solving Tell a partner: What are you thinking about?
Presented by The Solutions Group Decision Making Tools.
Cognitive Processes PSY 334
Artificial Intelligence and Video Games
Cognitive Processes PSY 334
Cognitive Processes: Thinking and Problem Solving
The Check List Method and Reverse Brainstorming
CSc4730/6730 Scientific Visualization
Cognitive Processes PSY 334
Reading Strategies.
Unit VII: Cognition Part two- Thinking
Presentation transcript:

Problem solving and Creativity

Problem solving What is problem solving? Weak and strong methods Much of our life is spent solving problems? Homework problems Managing money Video games Ending conflict

What makes these problems? Four aspects to a problem Goal –What is to be accomplished? Givens What is known from the start of the problem? –Means of transformation How can the initial state be modified? –Obstacles Something that stands between the initial state and the goal. What would happen if one of these aspects were missing?

Types of problems Well-defined problems –All four aspects of the problem are specified. Towers of Hanoi Mazes Ill-defined problems –One or more of the aspects of the problem are not well specified. Stopping a war

How do we solve problems? Sometimes a problem is novel –Then we use general problem solving strategies “weak” methods Sometimes a problem is more familiar –Then we can use our background knowledge “strong methods”

Problem solving as search Consider a well-defined problem –The givens are known –The means of transformation are known –The goal is known The obstacle is generally that there are so many possible solutions it is hard to find the right one –We must search for the right solution

What if the search space is too large? It is not possible to enumerate the entire search space for all well-defined problems. –Chess: After a few moves, there are too many possible moves and counter moves to consider all of them. We must use constraints –Heuristics (general guidelines) It is likely to lead to a good solution, but not guaranteed to work

Hill climbing Find some measure of the distance between your present state and the end state. –Take a step in the direction that most reduces that distance. A potential local minimum problem.

Means-end analysis Try to reduce the largest difference between the initial state and the goal state first. How should you get from UNT to the Empire State Building? –Fly from Dallas to New York That takes care of the biggest difference, but now creates new sub-problems –Getting from UNT to the airport –Getting from a New York airport to the Empire State Building Each of these new sub-problems needs to be solved

Working backward Sometimes it is hard to solve a problem by starting at the initial state –Many puzzles are intentionally designed to be hard to solve from the givens. It can be useful to start at the end state and work backward

Summary of Weak Methods Problems involve overcoming obstacles Weak methods of problem solving –Domain general heuristics for solving problems –Best for well-defined problems No real mechanisms for dealing with ill- defined problems Domain knowledge needed for this.

Phenomena in Problem Solving Insight Problems Functional Fixedness Using external representations

Why study problem solving? Important questions –How do great problem solvers work? –How do people solve very difficult problems? Could we get a computer to do this? –What are people’s limitations in solving problems? Separate fact from fiction in problem solving –There are many stories about the way great problem solvers work that are just not true.

Myths of insight Weisberg has debunked a number of myths –Coleridge and Xanadu The story is that the poem was written in a single (perhaps drug-induced) session –Kekulé and the benzene ring Chemists were search for the structure of benzene Kekulé was said to have visualized a snake eating its tail These stories are just myths. –There are many surviving drafts of Xanadu –The story of the snake biting its tail was told 35 years after Kekulé discovered the structure of benzene

Characteristics of insight problems People initially have no idea how to solve the problem There is no linear “feeling of warmth” –There is no sense that one is getting closer to solving the problem. Often, there is a period of “incubation” –Perhaps you walk away from the problem for a while The solution comes in a flash –Often, it feels as though the solution is fully formed

How to study insight? Insight problems are hard to study. –Cannot ask people for their intuitions –There is no feeling of warmth People have an “aha” experience What we want to know is what causes the “aha” Insight problems are rare There are only a few laboratory examples that work They are are also rare in real life

Functional Fixedness Why does incubation help? We may get locked into a way of thinking about the objects in a problem Time away from the problem –We may eventually be able to see objects in a new way

Using External Representations Sometimes organizing information is the problem. –Nurse A can only work after 2pm –Nurse B can only work Monday, Wednesday and Friday –Nurse C can work Tuesday and Thursday before Noon –Nurse D can work any day between 10am and 4pm How should this schedule be arranged? –An external representation would be useful.

Times can be organized into a matrix –An external representation of the problem. Monday Tuesday Wednesday Thursday Friday 9-10am 10-11am 11am-Noon Noon-1pm 1pm-2pm 2pm-3pm Nurse A 3pm-4pm 4pm-5pm Minimizes the information that must be kept in the head.

Structure of problem Type of representation used must match structure of problem. Matrix –Good for scheduling –Days of the week along the columns –Times along the rows –Entries are events. Network –Good for relationships

Problem solving Using background knowledge Analogical problem solving and access Case-based reasoning

Weak and strong methods Just looked at “weak” methods –Domain-general ways of solving problems –Useful when a problem is unfamiliar Now we look at “strong” methods –Domain-specific solutions –Often derived from past experience Why are these strong? –It is always easier to solve a problem you have solved before

Using background knowledge Gick & Holyoak (1980) –Had people read a story about a general attacking a fortress. –The roads around the fortress were mined –General split up his forces and had them converge on the fortress from many directions. Later in the study, they were given Duncker’s radiation problem –Doctor with patient who has an inoperable tumor –Rays strong enough to kill the tumor would damage the healthy tissue What should the doctor do?

Access failure About 10% of people solve the radiation problem spontaneously About 30% of people solve it if they first read the story about the general –Not much of a gain Is this an access problem or a use problem? If given a hint to use the earlier stories, about 80% of people solve the problem –Suggests that it was an access problem

Analogical access Finding relevant background knowledge is hard There are many possible experiences that might be relevant –Which ones are most likely to be relevant? –Situations that are similar to ones you have seen before. In many cases, using highly similar background knowledge is good Purchase decisions –Knowing what brand of pickles you buy will not help you decide what ketchup to buy Science (Dunbar) –Microbiologists use results from one bacterium to decide what studies to do on another bacterium –It is rare that distant similarities are useful

Retrieving analogs Gentner, Rattermann, & Forbus People read a story –Hawk gives feathers to hunter for arrows in exchange for hunter not shooting hawk. Later, people read another story: –Similar (S): Eagle gives feathers to archer… –Mere Appearance (MA): Eagle flies near archery tournament –Analogy (AN): One country gives missile guidance systems to another in exchange for not attacking it. –No Match (NM): One country has rivers, another does not. People given S and MA retrieve story People rate S and AN as similar

Models of access How do we access analogies? –Many models have been developed –Most of them are two-stage models. Stage 1: Search through memory to find things that are generally similar –Things from the same domain are often retrieved –Only a small number of items pass this filter Stage 2: Find things that are analogous –Determining analogies is effortful –Do this task only on items that pass stage 1

Access and use Similarities may also affect use of knowledge –Word problems (Ross) Retrieval affected by domain similarity –Both similar and cross-mapped examples retrieved People found it hard to apply cross- mapped examples

Overcoming access problems Experts are better at analogical retrieval –They are better at finding good analogies –They are less influenced by cross-mappings Forming a schema may help access –Comparing a few analogs during learning helps retrieval Learning about subgoals may help access –An example may be indexed by the sub- problems that it helps to solve

Case-based reasoning An Artificial Intelligence technique –Solves problems based on known episodes Stages of Case-based reasoning –Access –Adaptation –Evaluation –Updating of memory

CHEF: An example Szechuan cooking (Hammond) Had a failure cooking beef and broccoli –Broccoli came out soggy Retrieve past knowledge about similar failures –Other cases of soggy vegetables Find a case of beef and snow peas –When cooking beef, notice that meat sweats –Solution in that case: Cook vegetables first, put them aside, then cook beef. Adapt case to current situation

Summary Background knowledge is important for solving problems (Strong methods) Accessing background knowledge is hard Analogical access –Driven by surface similarities Case-based reasoning