Problem Solving Flashcards

1
Q

what is problem solving

A

there is a clearly defined goal but the path to this goal is uncertain
it takes conscious planning to arrive this goal

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

what are problem spaces (Newell & Simon, 1972)

A

conceptualised problems as a search process through a space
the problem is defined as an initial state
goal is to move through various intermediate states via operators to move from one state to another

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

what is the tower of Hanoi

A

goal is to move all three disks to the third peg but can only move one disk at a time and cannot place a larger disk on top of a smaller disk

to solve this people must construct a search space

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

what is the algorithmic approach to searching a problem space

A

a procedure guaranteed to solve a problem
requires the individual to plan though every possibility
however the process is inefficient, slow and intractable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

what is bounded rationality

A

People think and behave rationally
within the limits imposed by their
cognitive capacities, available time,
and access to information.
we use simple heuristics to get around these limits
these allow us to solve a range of problems simply

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

what are multi-step problems

A

problems with clear structures but complex solutions e.g tower of hanoi

we can measure solution times and errors or analyse verbal protocols

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

what are the various heuristics we might use in computer models

A

simplify process of search so that we are not representing every possible state

depth-first search: pick a path and attempt to move through the space and see if this leads to a possible solution

breadth-first search: what are all the possible moves at the first step, then given the first step what are all the possible moves at the second step

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

what are the various heuristics we might use in human models

A

hill climbing: initial state –> pick a move that makes current state more/most similar to goal, i.e. take a step that moves you upwards, should reach goal.
however can reach local maxima (Thomas, 1974)
people struggle when there are moves that go against hill climbing heuristic
Despite getting stuck at these points, people are able to solve problems that involve violations of hill climbing suggesting that this is not the only algorithm used

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

how do people overcome local maximum problems

A

by breaking goals down into smaller steps

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

what is means-ends analysis

A

like hillclimbing in that you genenrally try to make moves that get you close to the goal state, however there is the addition of subgoals for local maximum problems that allow you to do something when you get stuck

at every state identify difference between current state and goal state
is there is set a subgoal to eliminate this difference
continues iteratively until there is no difference

the subgoal consists of an iterative algorithm: is there an operator to reduce difference - apply, if you can, if not apply a new subgoal

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

what are the two key processes in problem solving

A

Choosing operators/ actions that get you closer to the goal
If you get stuck, you set the goal of getting unstuck and being able to use the operator you’d like to
In an interactive process

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

what evidence is there for means-ends analysis

A

working solution to many problems - the general problem solver able to produce solutions to many problems when implemented in AI (not necessarily the way people think)

matches verbal protocols as people are solving problem - show division into goals and subgoals and verbal protocol is a solution to the problem when reconstructed

these models predict performance in important ways - how long individuals take at certain steps is well predicted by the number of subgoals (Anderson et al., 1993)
the difficulty of problems is well predicted by this e.g number of means ends violations (Atwood & Polson, 1976)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

how is the PFC implicated in problem solving

A
closely linked to executive functions 
planning and goal setting 
task switching 
response inhibition 
working memory 

lesions produce characteristic deficits in how problems are solved: rule violation, distractions by other tasks, failure to systematically apply rules from start to finish

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

how is the MTL implicated in problem solving

A

Addis et al (2007) propose a role for the MTL in imagining the future

participants were given a scenario to imagine from a first person perspective,

found that there is a widespread area of brain regions that work with the hippocampus for encoding and retrieval

these are not only active when people remember past events but also when they imagine future events

Hassabis et al., 2007
Amnesic patients with damage to the MTL demonstrate deficits in this kind of task
Measured with the richness patients and match controls described some imagined event in the future
On average, patients generate less detailed imaginary events in the future as compared with appropriately matched controls
Hippocampus and surrounding cortex/ connected structures potentially involved in planning

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

what is the suggested link between spatial and cognitive maps in the (Behrens et al., 2018; Bellmund et al., 2018)

A

investigated how MTL regions are involved in planning beyond spatial and episodic memory

there is strong evidence for spatial maps
the hippocampus is englarged in taxi drivers and place cells have been found in animal models
the entorhinal cortex has grid cells that fire such that locations are organised as nodes in a grid around triangles in rats, monkeys and humans

there has been the suggestion that the same brain systems may be involved in mapping cognitive domains such as the crockery in your house in terms of colour and shape or vehicles based on properties like power and passenger capacity (Tolmon)

if this is valid it is plausible that we have abstract problem space representations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

are there cognitive maps in the hippocampus (Schapiro et al., 2015)

A

support for hippocampal and entorhinal cortex mapping abstract spaces

participants were shown a series of fractal abstract patterns that mapped onto an underlying space, however this organisaiton was never shown explicitly, had to be inferred from the specific transitions between patterns that were seen

the patterns of activity elicited by the various different stimuli suggest that the hippocampus is summarising the similarity relations among the different items

it has been argued that these patterns are representing an abstracted structure from the sequence it saw

17
Q

what is the argument for abstract grids in the entorhinal cortex (Constantinescu et al., 2016)

A

cell activity represents different locations in the world in a grid like pattern

as we traverse the world certain directions cross the RFs of more grid cells along lines separated by 60* where they are most active

18
Q

what then is the neural basis of problem solving

A

two well characterised systems:

PFC: planning and goal setting - important for reducing the difference between current and goal state and subgoals

MTL: representing abstract problem spaces using cognitive maps