rules patty nordstrom hien nguyen. "cognitive skills are realized by production rules"

33
RULES Patty Nordstrom Hien Nguyen

Upload: ophelia-blake

Post on 18-Jan-2018

224 views

Category:

Documents


0 download

DESCRIPTION

Cognitive Skills Cognitive skills are any mental skills that are used in the process of acquiring knowledge; these skills include reasoning, perception, and intuition. Cognitive skills refer to those skills that make it possible for us to know.

TRANSCRIPT

Page 1: RULES Patty Nordstrom Hien Nguyen. "Cognitive Skills are Realized by Production Rules"

RULES

Patty NordstromHien Nguyen

Page 2: RULES Patty Nordstrom Hien Nguyen. "Cognitive Skills are Realized by Production Rules"

"Cognitive Skills are Realized by Production Rules"

Page 3: RULES Patty Nordstrom Hien Nguyen. "Cognitive Skills are Realized by Production Rules"

Cognitive Skills

Cognitive skills are any mental skills that are used in the process of acquiring knowledge; these skills include reasoning, perception, and intuition.

Cognitive skills refer to those skills that make it possible for us to know.

Page 4: RULES Patty Nordstrom Hien Nguyen. "Cognitive Skills are Realized by Production Rules"

Production Rules

• Production rules constitute a framework for understanding human cognition

• Production rules are if-then statements or condition-action pairs

Ex. If it snows, then I'll go skiing Ex. If status='OK' and type=3 then count+1

Page 5: RULES Patty Nordstrom Hien Nguyen. "Cognitive Skills are Realized by Production Rules"

Property of Rules

• Representation• Computational• Psychological• Practical

Page 6: RULES Patty Nordstrom Hien Nguyen. "Cognitive Skills are Realized by Production Rules"

Representational Power

• Represent general information about the world

• Represent information about how to do things in the world

• Represent linguist regularities• Inferences such as modus ponens

Page 7: RULES Patty Nordstrom Hien Nguyen. "Cognitive Skills are Realized by Production Rules"

Computational Power

• Problem solving• Searching, space, heuristics

• Planning• Sequence of rule

• Decision making• Learning

• Acquisition, modification, application• Language

Page 8: RULES Patty Nordstrom Hien Nguyen. "Cognitive Skills are Realized by Production Rules"

Psychological Plausibility

• Rule-based systems can account for different types of learning– power law of practice– conditioning

Page 9: RULES Patty Nordstrom Hien Nguyen. "Cognitive Skills are Realized by Production Rules"

Practical Applicability

Learning consists of rules so how can this be applied to helping students better acquire rules– Computer tutors– Rule based cognitive systems

• ACT & ACT-R (Adaptive Control of Thought—Rational)

• SOAR (Soar is used by AI researchers to construct integrated intelligent agents and by cognitive scientists for cognitive modeling)

Page 10: RULES Patty Nordstrom Hien Nguyen. "Cognitive Skills are Realized by Production Rules"

Frameworks

• Frameworks – set of constructs that define important aspects of cognition.

• Frameworks – cannot make predictions, but you can add assumptions to make theories

Page 11: RULES Patty Nordstrom Hien Nguyen. "Cognitive Skills are Realized by Production Rules"

Theories

• Theories still cannot make precise predictions

• Add assumptions about a specific situation and it is a model of that situation

Page 12: RULES Patty Nordstrom Hien Nguyen. "Cognitive Skills are Realized by Production Rules"

Models• Models - theories with assumptions

about its application to a specific situation

• Many models possible within a theory

• Production system are theories of human cognition

Page 13: RULES Patty Nordstrom Hien Nguyen. "Cognitive Skills are Realized by Production Rules"

Cognitive Architectures

• Cognitive architectures are proposals about the structure of human cognition

• Cognitive architecture tries to provide a complete, if abstract, specification of a system

• Production system are theories of human cognition because they are architectures

Page 14: RULES Patty Nordstrom Hien Nguyen. "Cognitive Skills are Realized by Production Rules"

Features of Production Systems

• Each production rule is a modular piece of knowledge (a well-defined step of cognition)

• Complex cognitive processes:– String a sequence of rules– Writing to working memory (goal setting, etc)– Reading from working memory

• Rules are condition-action asymmetrical• Rules are abstract & apply in many situations

Page 15: RULES Patty Nordstrom Hien Nguyen. "Cognitive Skills are Realized by Production Rules"

How do production systems operate?

• Pattern matching– Production’s condition vs. contents of working

memory• Conflict resolution• Firing a production

-> CYCLE

Page 16: RULES Patty Nordstrom Hien Nguyen. "Cognitive Skills are Realized by Production Rules"

How to write a production system model?

• Write a set of production rules to perform the task

• For AI, production systems are used as programming formalisms– Precise, complete theories of tasks– Without cognitive modeling

Page 17: RULES Patty Nordstrom Hien Nguyen. "Cognitive Skills are Realized by Production Rules"

Examples

• A production system for addition• Various production system architectures:

– PSG: first production system implemented as a computer program

– OPS systems• Efficient pattern matching and conflict resolution

– ACT systems: ACTE, ACT*, ACT-R• Include a separate declarative representation

– SOAR system

Page 18: RULES Patty Nordstrom Hien Nguyen. "Cognitive Skills are Realized by Production Rules"

ACT-Rhttp://act-r.psy.cmu.edu/about/

• A cognitive architecture: a theory about how human cognition works.

• A framework• A cognitive skill is composed of production

rules.

Page 19: RULES Patty Nordstrom Hien Nguyen. "Cognitive Skills are Realized by Production Rules"

ACT-R: Model and Method

Page 20: RULES Patty Nordstrom Hien Nguyen. "Cognitive Skills are Realized by Production Rules"

ACT-R: Application

Page 21: RULES Patty Nordstrom Hien Nguyen. "Cognitive Skills are Realized by Production Rules"

ACT-R: Components

Page 22: RULES Patty Nordstrom Hien Nguyen. "Cognitive Skills are Realized by Production Rules"

Are rules psychologically real?

• Appropriateness of rules in describing skilled behavior

• Ability to predict the details of that behavior

Page 23: RULES Patty Nordstrom Hien Nguyen. "Cognitive Skills are Realized by Production Rules"

Problems

• Is ACT-R the right production system theory?

• Assumption: production system framework is the right way to think about cognitive skill.

Page 24: RULES Patty Nordstrom Hien Nguyen. "Cognitive Skills are Realized by Production Rules"

Implementation Level Problems

• Algorithm level vs. Implementation level– High-level programming language vs.

machine level implementation• It is difficult to identify what is going on at

the implementation level. – Uniqueness: which implementation is the

underlying internal structure?– Discovery: which implementation matches the

behavior?

Page 25: RULES Patty Nordstrom Hien Nguyen. "Cognitive Skills are Realized by Production Rules"

Implementation Level Problems

• Uniqueness Problem– Neural approach: use neural-like

computations• Discovery Problem

– Rational approach -> ACT-R– Cognition is adapted to environment structure:

• Memory• Categorization• Causal inference• Problem solving

Page 26: RULES Patty Nordstrom Hien Nguyen. "Cognitive Skills are Realized by Production Rules"

Intelligent Tutoring Systems

• Previously– CAI vs. ICAI– Impractical

• Costly• Time• No established paradigm for enabling students to acquire

knowledge.

• Now– Cost reduced, advances in AI and cognitive

psychology -> shorter time, advances in cognitive science -> instructional design implications

Page 27: RULES Patty Nordstrom Hien Nguyen. "Cognitive Skills are Realized by Production Rules"

ITS Model

• knowledge of the domain

• knowledge of the learner

• knowledge of teacher strategies

http://coe.sdsu.edu/eet/Articles/tutoringsystem/start.htm

Page 28: RULES Patty Nordstrom Hien Nguyen. "Cognitive Skills are Realized by Production Rules"

What an ITS must do

• accurately diagnose students' knowledge structures, skills, and styles

• diagnose using principles, rather than preprogrammed responses

• decide what to do next • adapt instruction accordingly • provide feedback

http://coe.sdsu.edu/eet/Articles/tutoringsystem/start.htm

Page 29: RULES Patty Nordstrom Hien Nguyen. "Cognitive Skills are Realized by Production Rules"

ACT-based approach to intelligent tutoring

• Goal structure• Instruction in Context• Immediacy of Feedback• Examples: the Geometry Tutor, the LISP

Tutor

Page 30: RULES Patty Nordstrom Hien Nguyen. "Cognitive Skills are Realized by Production Rules"

Video: Reading Tutor

• http://www.cs.cmu.edu/~listen/videos/1998_video_10_min/

Page 31: RULES Patty Nordstrom Hien Nguyen. "Cognitive Skills are Realized by Production Rules"

Question?

Page 32: RULES Patty Nordstrom Hien Nguyen. "Cognitive Skills are Realized by Production Rules"

Design Scenario• In your group, discuss the design of an

intelligent tutoring system that teaches HTML to highschool students. Please use the ACT-R cognitive architecture and discuss the use of production rules in your design.

• FOCUS:– The degree of learner control– Individual vs. collaborative learning– Situated learning– Intelligent Tutor System vs. regular Computer-Aided

Instruction

Page 33: RULES Patty Nordstrom Hien Nguyen. "Cognitive Skills are Realized by Production Rules"

References• http://act-r.psy.cmu.edu/about/• http://en.wikipedia.org/wiki/ACT-R • http://coe.sdsu.edu/eet/Articles/tutoringsystem/start.htm• http://www.cs.cmu.edu/~listen/videos/

1998_video_10_min/lis06.mpg• http://act-r.psy.cmu.edu/papers/Lessons_Learned.html • http://www.ncrel.org/sdrs/areas/issues/content/cntareas/

reading/li1lk23.htm• http://www.audiblox2000.com/cognitiveskills.htm• http://www.britannica.com/eb/article-9053169/modus-

ponens-and-modus-tollens