Task 3 Flashcards
What is ACT-R?
= adaptive control of thought
a computer program that mimics human behaviour
-> is isolated from the external world
main components:
1. goal stack
2. current goal
3. procedural memory
4. declarative memory
5. outside world
What is declarative memory?
- the things we know as facts
- a collection of chunks that contain a number of elements
What is a chunk?
- declarative memory elements
- each main row of chunks holds a value in a different slot
- each chunk has a level of activation (= spreading information) -> not constant
= a lot of activation - easy and quick to retrieve -> STM
= low activation - hard to find -> LTM
= no activation - effectively forgotten until activation level rises
What is procedural memory?
- thinks we know how to do
- learned as production rules
= different representations and goals - stores procedures that have a condition (= if) and an action (= then) part
What is retrieval request?
- connection from procedural to declarative memory
- production rule fired in procedural memory may require elements from the declarative memory
What is production compilation? (+What are stages of learning production rules?)
- from declarative to procedural memory
- new production rules can be created in procedural rules from chunks in declarative memory
- stages of learning production rules
- understanding
- production compilation
- practice
What is the goal stack ?
consists of goals that are not the immediate focus of attention, but that still need to be dealt with in the future
(= warteliste)
-> based on last-in-first out (LIFO)
-> goals can be pushed (added) or popped (removed)
-> can be criticised for its lack of psychological plausibility
what is the current goal?
- focus of current attention
- representing what ACT-R is currently processing
What are memory phenomena of ACT-R?
- list memory
= experimental paradigm used to inderstand how things are stored in and recalled from STM - forward recall
- backward recall
- free recall
What is the primacy effect?
accuracy is the highest for the first elements in the list
-> participants rehearse the first elements of the list during the presentation of the other elements
What is the recency effect ?
accuracy is the highest for the last elements in the list
-> last elements are still accessible from memory during recall phase (= activation level has not decayed)
What does an ACT-R model have to do to accurately reflect empirical data?
- Have a representation of how items are chunked in declarative memory
- Have production rules for the rehearsal of items and retrieval from memory
- Model activation levels and show how they affect recall accuracy and latency
What are production rules ?
- condition part
> retrieval from declarative memory (= function of activation level that matches the condition; the higher the easier) - action part
-> similar to the action performed by a turing machine in a single step
What is SNIF-ACT?
- scent based navigation and information foraging in the ACT architecture
- developed to stimulate users as they perform unfamiliar information-seeking tasks on WWW
- it selects actions based on the measure of information scent
> calculated by a spreading activation mechanism that caputures mutual relevance of the contents of the webpage to the goal of the user
what are the main predictions and results of SNIF-ACT?
- link following behaviour:
users working on unfamiliar tasks are expected to choose links that have high information scent - Points at which users will give up on WWW sites:
when the information scent of the site diminishes below a certain threshold
results:
current content based spreading activation SNIF-ACT model can generate useful predictions about complex user-WWW interactions