Cognitive Processes PSY 334

Slides:



Advertisements
Similar presentations
Heuristic Search techniques
Advertisements

Chapter Five The Cognitive Approach II: Memory, Imagery, and Problem Solving.
Novice and Expert Programmers Gild Project University of Victoria Jeff Michaud.
Sampling Distributions
COGNITION AND LANGUAGE Pertemuan 6 Matakuliah: O0072 / Pengantar Psikologi Tahun: 2008.
Computer Simulation (1). 8 A (8) Initial State 44 Goal State B (5) C (3) A (8) B (5) C (3) Step 1 Step 2 Step 3 Step 4 Step 5 Step 6 Step 7.
Cognitive Processes PSY 334 Chapter 8 – Problem Solving May 21, 2003.
Cognitive Processes PSY 334 Chapter 10 – Reasoning & Decision-Making August 19, 2003.
Models of Human Performance Dr. Chris Baber. 2 Objectives Introduce theory-based models for predicting human performance Introduce competence-based models.
Problem Solving Shortcuts through the Problem Space.
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.
Recursion Chapter 7. Chapter 7: Recursion2 Chapter Objectives To understand how to think recursively To learn how to trace a recursive method To learn.
Principles of High Quality Assessment
Recursion Chapter 7. Chapter 7: Recursion2 Chapter Objectives To understand how to think recursively To learn how to trace a recursive method To learn.
Problem Solving & Creativity Dr. Claudia J. Stanny EXP 4507 Memory & Cognition Spring 2009.
Structure of Language phonemes: basic speech soundsphonemes: basic speech sounds morphemes: smallest unit of language that contains meaningmorphemes: smallest.
Improving a Mathematical Intelligent Tutoring System Experiments & Equation Solver Improvements July 27th, 2012 Jennifer Ferris-Glick & Hee Seung Lee.
Problem-Solving and Reasoning
Psychology: An Introduction Charles A. Morris & Albert A. Maisto © 2005 Prentice Hall Cognition and Language Chapter 7B.
Cognition and Language Chapter 7. Building Blocks of Thought Language –A flexible system of symbols that enables us to communicate our ideas, thoughts,
MODULE 23 COGNITION/THINKING. THINKING Thinking is a cognitive process in which the brain uses information from the senses, emotions, and memory to create.
Recursion Chapter 7. Chapter Objectives  To understand how to think recursively  To learn how to trace a recursive method  To learn how to write recursive.
Human Cognitive Processes: psyc 345 Ch. 11: Problem Solving Takashi Yamauchi © Takashi Yamauchi (Dept. of Psychology, Texas A&M University)
Problems, Problem Spaces and Search
WHS AP Psychology Unit 6: Cognition Essential Task 6-2: Identify problem-solving techniques (algorithms and heuristics) as well as factors that influence.
© 2008 The McGraw-Hill Companies, Inc. Chapter 8: Cognition and Language.
Chapter Five The Cognitive Approach II: Memory, Imagery, and Problem Solving.
CHAPTER FIVE The Cognitive Approach II: Memory, Imagery, and Problem Solving.
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.
Chapter 12 Language and Thought. Theories on the Evolution of Language Language evolved because it was a social adaptation that solved the problem of.
Cognitive Processes PSY 334
Ways of solving problems
Cognitive Processes PSY 334 Chapter 10 – Reasoning & Decision-Making May 28, 2003.
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)
RULES Patty Nordstrom Hien Nguyen. "Cognitive Skills are Realized by Production Rules"
Problem Solving PERTEMUAN Early research on problem- solving A cat placed in a box with a trapdoor was not observed to show behaviour approximating.
Recursion Chapter 10 Carrano, Data Structures and Abstractions with Java, Second Edition, (c) 2007 Pearson Education, Inc. All rights reserved X.
CHAPTER 7: The Effective Lesson © (2015, 2012, 2009) by Pearson Education, Inc. All Rights Reserved Educational Psychology: Theory and Practice Edition.
Cognitive Processes PSY 334
Recursion Topic 5.
Module 14 Thought & Language.
CEN3722 Human Computer Interaction Cognition and Perception
Cognition and Language
Cognitive Processes PSY 334
Typical Person :^) Fall 2002 CS/PSY 6750.
DATA STRUCTURES AND OBJECT ORIENTED PROGRAMMING IN C++
Introduction Defining the Problem as a State Space Search.
PROBLEM-SOLVING Why are some problems just so damn darn hard to solve? 1. We don’t take the time to determine what is relevant and end up focusing on irrelevant.
Unit 6: Cognition WHS AP Psychology
SAMPLING (Zikmund, Chapter 12.
Cognitive Processes: Thinking and Problem Solving
Knowledge Representation
STATE SPACE REPRESENTATION
Chapter 7— Mathematical Disabilities
Presented by Marnee Loftin, MA; LSSP July 12, 2018
Memory and Thought Chapter 3.
Problem Solving 8.2.
Computational Thinking
Cognitive Processes PSY 334
Unit 7: Cognition AP Psychology
Dr. Unnikrishnan P.C. Professor, EEE
Cognitive Processes PSY 334
STATE SPACE REPRESENTATION
Unit 7: Cognition AP Psychology
Typical Person :^) Fall 2002 CS/PSY 6750.
Cognitive Processes PSY 334
Thinking, Language, and Intelligence
Advance Database System
Presentation transcript:

Cognitive Processes PSY 334 Chapter 8 – Problem Solving

Procedural Knowledge Declarative knowledge – knowledge about facts and things Procedural knowledge – knowledge about how to perform various cognitive activities. To a cognitive psychologist all cognitive activities are fundamentally problem-solving in nature. Sultan and the bananas

Sultan and the Bananas

Elements of Problem Solving Goal directedness – behavior is organized toward a goal. Subgoal decomposition – the original goal can be broken into subtasks or subgoals. Operator application – the solution to the overall problem is a sequence of known operators (actions to change the situation).

A Sample Problem

The Problem Space Problem space – the various states of the problem. State – a representation of the problem in some degree of solution. Initial state – the initial (starting) situation. Goal state – the desired ending situation. Intermediate states – states on the way to the goal.

Steps in Solution (States)

Search Operator – an action that will transform the current problem state into another problem state. The problem space is a maze of states. Operators provide paths through the maze – ways of moving through states. Problem solving is a search for the appropriate path through the maze. Search trees – describe possible paths.

Search Path

Acquisition of Operators How do we learn ways of transforming problem states (operators)? Discovery – trial and error, exploration. Instruction – depends on language. Observation and imitation – monkey see, monkey do. Examples are chances for observation: 13% solved with instruction, 28% with an example, 40% with both.

Analogy and Imitation Analogy – the solution for one problem is mapped into a solution for another. The elements from one situation correspond to the elements of the other. Tumor radiation example.

Problems Using Analogy Thinking is needing to use it correctly. Geometry example – student must recognize which parts can be mapped and which are unique to the situation. People do not notice when an analogy is possible – don’t recognize the similarities. Similarities frequently exist in the deep structure, not the superficial details. Proximity is a cue in textbooks.

Imaging Studies of Analogy Stimuli used by Cristoff. Only (c) involves analogical reasoning. Children under age 5, primates and patients with frontal lobe damage cannot do (c).

Production Systems Production rules – rules for solving a problem. A production rule consists of: Goal Application tests An action Typically written as if-then statements. Condition – the “if” part, goal and tests. Action – the “then” part, actions to do.

Features of Production Rules Conditionality –a condition describes when a rule applies and specifies action. Modularity – overall problem-solving is broken down into one production rule per operator. Goal factoring – each production rule is relevant to a particular goal (or subgoal). Abstractness – rules apply to a defined class of situations.

Sample Production Rules

Operator Selection How do we know what action to take to solve a problem? Three criteria for operator selection: Backup avoidance – don’t do anything that would undo the existing state. Difference reduction – do whatever helps most to reduce the distance to the goal. Means-end analysis – figure out what is needed to reach goal and make that a goal

Backup Avoidance Tower of Hanoi To solve each of these problems one must backup but most people will not do this and so have difficulty. Hobbits & Orcs

Difference Reduction Select the operator that will produce a state that is closer to the goal state. Or the one that produces a state that looks more similar to the goal state. Also called “hill climbing”. Only considers whether next step is an improvement, not overall plan. Sometimes the solution requires going against similarity – hobbits & orcs.

Means-End Analysis Newell & Simon – General Problem Solver (GPS). A more sophisticated version of difference reduction. What do you need, what have you got, how can you get what you need? Focus is on enabling blocked operators, not abandoning them. Larger goals broken into subgoals. GPS solution to Tower of Hanoi problem.

General Problem Solver

Prefrontal Cortex and Goals Sophisticated problem-solving requires that goals and subgoals be kept in working memory. Prefrontal cortex holds information in working memory. With damage to prefrontal cortex, Tower of Hanoi moves other than hill climbing are difficult. Prefrontal activation is higher in novel problem solving.

Problem Representation Finding the solution may depend upon how the problem is represented: Checkerboard problem solution depends on seeing that each domino must cover one white and one black square. Failures of transfer – students do not see that material already learned is applicable to the current situation. Word problems in physics & algebra.

Checkerboard Problem

Functional Fixedness Solution to a problem may depend on representing objects in the environment in novel ways. Functional-fixedness – subjects are fixed on an object’s conventional function. Two-string problem. Candle-holder problem.

Duncker’s Candle Problem

Two-String Problem

“Everywhere” Displays Images projected by a computer onto objects in the environment. Sometimes the conventional function of the object onto which a display is projected prevents seeing the display. Sometimes the display prevents seeing the object. Disappearing milk, disappearing message.

Set Effects Set effect – when previous experience biases a subject toward a particular operator. Can prevent finding the solution to a new problem.

Luchins Water Jug Problem Addition solution: 2A + C Subtraction solution: B – A – 2C New addition problems were solved quicker and subtraction problems were solved more slowly after experience. Problem Capacity of Jug A Capacity of Jug B Capacity of Jug C Desired Quantity 1 5 cups 40 cups 18 cups 28 cups 2 21 cups 127 cups 3 cups 100 cups

Luchin’s Water Jug Problem

Einstellung Effect Mechanization of thought – a set effect in which subjects get used to using a particular solution strategy. After using B – 2C – A, subjects cannot find the easier solution A – C to problem 8. 64% of whole setup group failed 8 & 79% used less efficient solution to 9 & 10. 1 % of controls used B-2C-A & 95% solved question 8;

Incubation Effects Problems depending upon insight tend to benefit from interruption. Delay may break set effects. Problems depending on a set of steps or procedures do not benefit from interruption. Subjects forget their plan and must review what was previously done.

Chain & Links Problem

Insight There is no magical “aha” moment where everything falls into place, even though it feels that way. People let go of poor ways of solving the problem during incubation. Subjects do not know when they are close to a solution, so it seems like insight – but they were working all along.