Introduction to Cognitive Modeling: Architectures and Approaches. Q550: Models in Cognitive Science Lecture 2

Size: px
Start display at page:

Download "Introduction to Cognitive Modeling: Architectures and Approaches. Q550: Models in Cognitive Science Lecture 2"

Transcription

1 Introduction to Cognitive Modeling: Architectures and Approaches Q550: Models in Cognitive Science Lecture 2

2 Review Ø We have a foggy idea what we re supposed to be doing: no text, no universal definition of a model, no accepted practice for designing and evaluating models Ø Ø Ø BUT: Over 85% of new pubs involve cognitive modeling Features of a Cognitive Model: 1. Goal is to explain basic cognitive processes 2. Described in formal languages 3. Derived from basic principles of cognition Advantages of Cognitive Models: 1. Produce logically valid predictions 2. Capable of making precise quantitative predictions 3. Capable of generalizing

3 Computational modeling requires the researcher to be explicit about a theory in a way that a verbal theory does not It removes the free wiggle room that comes with all verbal theories - Murphy (2011) Over the Christmas Holiday, Alan Newell and I invented a thinking machine - Herb Simon, January 1956

4 First Caveat: All models are wrong Regardless of their form or function, or the area in which they are used, it is safe to say that these models all have one thing in common: They are all wrong -MacCallum (2003) Modeling has often been misunderstood and incorrectly characterized, because scientists have a natural tendency to act as if models are either right or wrong, engaging in a kind of scientific combat to establish truth. Of course, none of our models are ever correct, even when restricted to the simplest and most controlled experimental settings. -Shiffrin (2010) Maps as models

5 A Model of a system:

6 A Model of a system: Components: Formal description Structure and function Direction (cause/effect) Assumptions Parameters Goals: 1. Description/Prediction 2. Process discrimination 3. Explanation

7 A Model of a system:

8 A Model of a system:

9 Another (weird) pattern of data: Nosofsky, R. M. (1991). Tests of an exemplar model for relating perceptual classification and recognition memory. Journal of Experimental Psychology: HPP, 17, 3-27.

10 Another (weird) pattern of data: Nosofsky, R. M. (1991). Tests of an exemplar model for relating perceptual classification and recognition memory. Journal of Experimental Psychology: HPP, 17, 3-27.

11 What is Cognitive Modeling? How do we differentiate a cognitive model from a conceptual or statistical model? Cognitive science is concerned with understanding the processes that the brain uses to accomplish complex tasks including perceiving, learning, remembering, thinking, predicting, inference, problem solving, decision making, planning, and moving around the environment. The goal of a cognitive model is to scientifically explain one or more of these basic cognitive processes, or explain how these processes interact. --Busemeyer & Diederich (2010)

12 Cognitive Processes Cognition: The process of thought? cf. a physical process (e.g., gravity), we want to model a cognitive process (e.g., forgetting) Traditionally, we are interested in the how, not where However, the where constrains the how: Structure and function: Inseparable (?); structure constrains what can be computed

13 Modeling an intelligent system: What is going on in Homer s head? (Digit1 - Digit2 + Digit3 - Digit4 ) - 1 If the input is positive, Homer adds the odd digits (read left to right), and subtracts for i = even 1, len(string) digits, and do then subtracts 1 at the end to be safe. So, given the input abcd, Homer would output a-b+c-d-1. If the input is negative, Homer subtracts the odd digits, end and adds the even digits, subtracting 1 at the end (to be safe). So, given the input abcd, Homer would resp output = -a+b-c+d-1. resp - 1 resp = resp + string(i) * (2*(mod(i,2)-1) If ±...edcba is an integer such that a is the digit in the ones place, b the digit in the tens place, c the digit in the hundreds place, etc., then ±...edcba returns -1 ± (a - b + c - d + e -...) if there are an odd number of digits, and returns -1 ± (- (a - b + c - d + e -...)) if there are an even number of digits. y = N i=1 x i ( 1) i 1 1

14 Features of a Cognitive Model: 1) Goal is to scientifically explain basic cognitive processes 2) Described in formal (mathematical or computer) languages VCTs are broadly stated theoretical assumptions Cognitive models differ in that they are formally stated E.g., Craik and Lockhart s LOP hypothesis provides a conceptual framework for memory, whereas SAM or TODAM, being formal, are examples of cognitive models We can convert a conceptual framework into a cognitive model by formalizing it (recasting the verbal statements into mathematical or computer language)

15 Features of a Cognitive Model: 1) Goal is to scientifically explain basic cognitive processes 2) Described in formal (mathematical or computer) languages 3) Derived from basic principles of cognition Statistical models are applicable to data from any field, as long as those data meet the statistical assumptions (normality, etc.) These assumptions are not derived from any principles of cognition, and may be inconsistent with known facts of cognition Ø E.g., statistical assumptions are inconsistent w/ RT dists Ø Cognitive models of response time accommodate this Statistical vs. explanatory models (CSLR/SVM car) Parameters should have a meaningful cognitive interpretation

16 Advantages of Cognitive Models: 1) Guaranteed to produce logically valid predictions This is not true of conclusions based on intuitively-based verbal reasoning E.g., early categorization research argued against exemplar models b/c transfer to a prototype was better than any of the experienced exemplars But once the exemplar model was formalized, it naturally produces this effect Reasoning from a conceptual framework can lead to incorrect conclusions (Goat game)

17 Advantages of Cognitive Models 1) Guaranteed to produce logically valid predictions 2) Capable of making precise quantitative predictions Even if a model predicts a correct qualitative (ordinal) effect, its predictions may be an order of magnitude off the mark Formal models allow us to evaluate models both qualitatively and quantitatively in their correspondence to empirical data Gallileo s balls

18 Advantages of Cognitive Models 1) Guaranteed to produce logically valid predictions 2) Capable of making precise quantitative predictions 3) Capable of generalizing Both cognitive models and statistical models (empirical curve fitting) are capable of generating quantitative predictions But cognitive models should also generalize to new paradigms, and should describe the process that produces the output, rather than just describing the output itself Newell s (1981) power law vs. Logan s (1988) instance theory Ø Logan s theory produces and explains the power law, and can be used to make new predictions: how variance of RT dist changes w/ practice and how accuracy changes w/ practice

19 Classifying Models: Lewandowsky & Farrell (2011) 1. Data Description (input-output function) 2. Process Identification/Characterization (peek inside black box; what processes are producing inputoutput) 3. Process Explanation (explain how black box is producing output from input)

20 1. Descriptive Models Ø Statistical models are primarily descriptive/predictive Ø Primary goal is a reduced description of the data at hand Ø Practice Functions: When learning a new skill, are time savings from practice following a power law of practice? Note: Choice of correct descriptive model can have important implications about the psychological nature of a phenomenon (here, learning) Heathcote, Brown, & Mewhort (2000): The power law repealed: The case for an exponen<al law of prac<ce. Psychonomic Bulle/n & Review, 7,

21 RT = t β RT = e αt

22 RT = t α One attribute of descriptive models is that they are RT = e βt explicitly devoid of psychological content; for example, although the existence of an exponential practice function constrains possible learning mechanisms, the function itself has no psychological content. It is merely concerned with describing the data. - Lewandowsky & Farrell (2011)

23 2. Characterization Models Ø Ability to identify cognitive constructs producing a phenomenon Ø They postulate and measure processes, but don t offer a detailed explanation of how the process works Ø Unlike descriptive models, explanatory power rests on hypothetical constructs within the mind rather than within the data to be explained (L & F, 2011). Ø However, these models do not go beyond identification of these processes they are agnostic about explaining how the processes work (e.g., LOP) Ø Example: Multinomial Processing Trees (MPTs): E.g., Batchelder & Riefer, 1999

24 3. Explanatory Models Ø Most detailed view inside the black box Ø Also posit hypothetical cognitive constructs, but with a detailed explanation of how these processes might work Ø Why bother with characterization; why not just explain everything? Ø Not always possible; not always useful Examples with Nosofsky s (1986) GCM and Hintzman s (1986) MINERVA 2

25 Steps of Cognitive Modeling: 1) Conceptual theory formal description

26 Steps of Cognitive Modeling: 1) Conceptual theory formal description 2) Ad hoc assumptions to complete formal description Conceptual theory is often missing important details, so we have to make additional detailed assumptions in order to complete the model and to generate quantitative predictions E.g., assumptions about features to represent stimuli We try to minimize the number of ad hoc assumptions, but this step is often unavoidable

27 Steps of Cognitive Modeling: 1) Conceptual theory formal description 2) Ad hoc assumptions to complete formal description 3) Parameter estimation Models almost always contain coefficients that are initially unknown, and these values need to be estimated from some of the observed data E.g., the importance weight assigned to each feature is a free parameter that is estimated from the choice response data We try to minimize the number of model parameters, but this is usually a necessary and important step

28 Steps of Cognitive Modeling: 1) Conceptual theory formal description 2) Ad hoc assumptions to complete formal description 3) Parameter estimation 4) Compare predictions to empirical data Qualitative: Ordinal and parameter free (models make these predictions for any value of the free parameters) Quantitative: Magnitude of correspondence to data Cognitive models can be compared to each other quantitatively, or we can use a base and saturated model

29 Steps of Cognitive Modeling: 1) Conceptual theory formal description 2) Ad hoc assumptions to complete formal description 3) Parameter estimation 4) Compare predictions to empirical data 5) Iterate to constrain Experiments are designed based on models, and models are constrained and modified/extended based on new data This should produce an evolution of models that improve and become more powerful over time as the science in a field progresses

30 Evolution of Math Modeling Estes, W. K. (1975). Some targets for mathematical psychology. Journal of Mathematical Psychology, 12, In looking back on math modeling, Estes notes: We lack cumulative progress (nobody builds on models, they just build new ones) We re modeling tasks, not general processes Math psyc isn t helpful to any applied problems We need to start archiving data We can t just fit a descriptive model, we need an explanatory and generalizable model

31 Evolution of Math Modeling We need agreed upon methods for model comparison and fit We fit models to highly controlled experiments, and we may be unknowingly hold constant factors which would have a major effect if allowed to vary (Ecological validity vs. control --> Largescale models) These computer things can t be trusted

32 Why computers are dangerous Computers allow us to create theory almost completely bypassing both the opportunities for ingenuity and the quantities of blood, sweat, and tears that used to go into this enterprise. (p. 268) This came true, and perhaps a bigger problem now: You don t need wisdom to whip up a model. (Youth creating theory) Is mathematical psychology in danger of becoming obsolescent before reaching maturity? (p. 279) If you were to write a Targets for cognitive models paper today, what wishes would you come up with? Lewandowsky, S., & Heit, E. (2006). Some targets for memory models. Journal of Memory and Language, 55,

33 An argument: Instances vs. sets and averages: Ancient theory of eidola: things fly into your head Plato/Aristotle: Essential elements [+wings] [+beak] [+flies] Instances vs. Protypes: Rosch/Lakoff: Prototypes, basic levels have special processing advantage, cognitive economy Brooksian: Inflexible to only store prototype Exemplar-based vs. Prototype models: Exemplars: Hintzman, Nosofsky, Prototypes: Reed

34 Typicality Effects " Rosch (1973, 1975): Typical members of a semantic category can be processed more efficiently than atypical ones RT (ms) Rosch Prototype Label Euclidean Distance High Med Low Typicality

35 (Lets use novel stimuli so we have control) Galli Tasio Galli Internal Representation Tasio Radok Samar Radok Internal Representation Samar Prototype model vs. exemplar model

36 Formalizing a model: 1) Conceptual Theory --> Formal Model 2) Ad-hoc assumptions: Representation: Random vectors for Greebles Process: Prototype averages within each category Recency? Exemplar: Instances are each stored with pattern label Similarity is Euclidean distance in both: There is randomness in the response process d ij = (x im x jm ) m M

37 Formalizing a model: 1) Conceptual Theory --> Formal Model 2) Ad-hoc assumptions 3) Parameters: Fixed: Task: num_per_cat, trials, etc. Free: Cognitive: num_features, n_flip, etc. Recency weighting, response sensitivity, distance scaling, attention When we re done, the models make precise predictions, and the only difference between models should be the theoretical debate

38 More Background Sun, R. (2008). Introduction to computational modeling. Cambridge Handbook of Computational Psychology. Cambridge University Press. Estes, W. K. (2002). Traps in the route to a model of memory and decision. Psychonomic Bulletin & Review, 9, The OSU Cognitive Modeling Repository

39 Next Class An existence proof: Hintzman, D. L. (1986). 'Schema abstraction' in a multipletrace memory model. Psychological Review, 93, Read some history and a modern manifesto: McClelland, J. L. (2009). The place of modeling in cognitive science. Topics in Cognitive Science, 1, Addyman, C., & French, R. M. (2012). Computational modeling in cognitive science: A manifesto for change. Topics in Cognitive Science, 4,

Qualitative Model Comparisons. Q550: Models in Cognitive Science Lecture 4

Qualitative Model Comparisons. Q550: Models in Cognitive Science Lecture 4 Qualitative Model Comparisons Q550: Models in Cognitive Science Lecture 4 Comparing Models We further science by constraining between different models formalize and reject models based on data Ideally,

More information

PSY318 Computational Modeling Tom Palmeri. Spring 2014! Mon 1:10-4:00 Wilson 316

PSY318 Computational Modeling Tom Palmeri. Spring 2014! Mon 1:10-4:00 Wilson 316 PSY318 Computational Modeling Tom Palmeri Spring 2014!! Mon 1:10-4:00 Wilson 316 sheet going around name! department! position! email address NO CLASS next week (MLK Day)!! CANCELLED CLASS last week!!

More information

Concepts and Categories

Concepts and Categories Concepts and Categories Informatics 1 CG: Lecture 11 Mirella Lapata School of Informatics University of Edinburgh mlap@inf.ed.ac.uk February 4, 2016 Informatics 1 CG: Lecture 11 Concepts and Categories

More information

Thinking and Intelligence

Thinking and Intelligence Thinking and Intelligence Learning objectives.1 The basic elements of thought.2 Whether the language you speak affects the way you think.3 How subconscious thinking, nonconscious thinking, and mindlessness

More information

Running head: INDIVIDUAL DIFFERENCES 1. Why to treat subjects as fixed effects. James S. Adelman. University of Warwick.

Running head: INDIVIDUAL DIFFERENCES 1. Why to treat subjects as fixed effects. James S. Adelman. University of Warwick. Running head: INDIVIDUAL DIFFERENCES 1 Why to treat subjects as fixed effects James S. Adelman University of Warwick Zachary Estes Bocconi University Corresponding Author: James S. Adelman Department of

More information

Categorization and Memory: Representation of Category Information Increases Memory Intrusions

Categorization and Memory: Representation of Category Information Increases Memory Intrusions Categorization and Memory: Representation of Category Information Increases Memory Intrusions Anna V. Fisher (fisher.449@osu.edu) Department of Psychology & Center for Cognitive Science Ohio State University

More information

Lecture 2.1 What is Perception?

Lecture 2.1 What is Perception? Lecture 2.1 What is Perception? A Central Ideas in Perception: Perception is more than the sum of sensory inputs. It involves active bottom-up and topdown processing. Perception is not a veridical representation

More information

Introduction and Historical Background. August 22, 2007

Introduction and Historical Background. August 22, 2007 1 Cognitive Bases of Behavior Introduction and Historical Background August 22, 2007 2 Cognitive Psychology Concerned with full range of psychological processes from sensation to knowledge representation

More information

INTERVIEWS II: THEORIES AND TECHNIQUES 5. CLINICAL APPROACH TO INTERVIEWING PART 1

INTERVIEWS II: THEORIES AND TECHNIQUES 5. CLINICAL APPROACH TO INTERVIEWING PART 1 INTERVIEWS II: THEORIES AND TECHNIQUES 5. CLINICAL APPROACH TO INTERVIEWING PART 1 5.1 Clinical Interviews: Background Information The clinical interview is a technique pioneered by Jean Piaget, in 1975,

More information

Measurement and meaningfulness in Decision Modeling

Measurement and meaningfulness in Decision Modeling Measurement and meaningfulness in Decision Modeling Brice Mayag University Paris Dauphine LAMSADE FRANCE Chapter 2 Brice Mayag (LAMSADE) Measurement theory and meaningfulness Chapter 2 1 / 47 Outline 1

More information

Perception Lie Paradox: Mathematically Proved Uncertainty about Humans Perception Similarity

Perception Lie Paradox: Mathematically Proved Uncertainty about Humans Perception Similarity Perception Lie Paradox: Mathematically Proved Uncertainty about Humans Perception Similarity Ahmed M. Mahran Computer and Systems Engineering Department, Faculty of Engineering, Alexandria University,

More information

INTRODUCTION TO PSYCHOLOGY

INTRODUCTION TO PSYCHOLOGY INTRODUCTION TO PSYCHOLOGY SUMMARY 1 ABDULLAH ALZIBDEH Introduction In this lecture, we discuss the definitions of psychology and behavior. We also discuss the approaches in psychology and the scientific

More information

Concepts and Categories

Concepts and Categories Concepts and Categories Functions of Concepts By dividing the world into classes of things to decrease the amount of information we need to learn, perceive, remember, and recognise: cognitive economy They

More information

Exemplars and prototypes in natural language concepts: A typicality-based evaluation

Exemplars and prototypes in natural language concepts: A typicality-based evaluation Psychonomic Bulletin & Review 8, 5 (3), 63-637 doi: 758/PBR.53 Exemplars and prototypes in natural language concepts: A typicality-based evaluation WOUTER VOORSPOELS, WOLF VANPAEMEL, AND GERT STORMS University

More information

Writing Reaction Papers Using the QuALMRI Framework

Writing Reaction Papers Using the QuALMRI Framework Writing Reaction Papers Using the QuALMRI Framework Modified from Organizing Scientific Thinking Using the QuALMRI Framework Written by Kevin Ochsner and modified by others. Based on a scheme devised by

More information

Key Ideas. Explain how science is different from other forms of human endeavor. Identify the steps that make up scientific methods.

Key Ideas. Explain how science is different from other forms of human endeavor. Identify the steps that make up scientific methods. Key Ideas Explain how science is different from other forms of human endeavor. Identify the steps that make up scientific methods. Analyze how scientific thought changes as new information is collected.

More information

6. A theory that has been substantially verified is sometimes called a a. law. b. model.

6. A theory that has been substantially verified is sometimes called a a. law. b. model. Chapter 2 Multiple Choice Questions 1. A theory is a(n) a. a plausible or scientifically acceptable, well-substantiated explanation of some aspect of the natural world. b. a well-substantiated explanation

More information

Psychology Research Process

Psychology Research Process Psychology Research Process Logical Processes Induction Observation/Association/Using Correlation Trying to assess, through observation of a large group/sample, what is associated with what? Examples:

More information

Psychology Research Process

Psychology Research Process Psychology Research Process Logical Processes Induction Observation/Association/Using Correlation Trying to assess, through observation of a large group/sample, what is associated with what? Examples:

More information

The Influence of the Initial Associative Strength on the Rescorla-Wagner Predictions: Relative Validity

The Influence of the Initial Associative Strength on the Rescorla-Wagner Predictions: Relative Validity Methods of Psychological Research Online 4, Vol. 9, No. Internet: http://www.mpr-online.de Fachbereich Psychologie 4 Universität Koblenz-Landau The Influence of the Initial Associative Strength on the

More information

Analysis of Environmental Data Conceptual Foundations: En viro n m e n tal Data

Analysis of Environmental Data Conceptual Foundations: En viro n m e n tal Data Analysis of Environmental Data Conceptual Foundations: En viro n m e n tal Data 1. Purpose of data collection...................................................... 2 2. Samples and populations.......................................................

More information

Journal of Experimental Psychology: Learning, Memory, and Cognition

Journal of Experimental Psychology: Learning, Memory, and Cognition Journal of Experimental Psychology: Learning, Memory, and Cognition Conflict and Bias in Heuristic Judgment Sudeep Bhatia Online First Publication, September 29, 2016. http://dx.doi.org/10.1037/xlm0000307

More information

COMP 516 Research Methods in Computer Science. COMP 516 Research Methods in Computer Science. Research Process Models: Sequential (1)

COMP 516 Research Methods in Computer Science. COMP 516 Research Methods in Computer Science. Research Process Models: Sequential (1) COMP 516 Research Methods in Computer Science Dominik Wojtczak Department of Computer Science University of Liverpool COMP 516 Research Methods in Computer Science Lecture 9: Research Process Models Dominik

More information

Cognitive domain: Comprehension Answer location: Elements of Empiricism Question type: MC

Cognitive domain: Comprehension Answer location: Elements of Empiricism Question type: MC Chapter 2 1. Knowledge that is evaluative, value laden, and concerned with prescribing what ought to be is known as knowledge. *a. Normative b. Nonnormative c. Probabilistic d. Nonprobabilistic. 2. Most

More information

Cognitive Modeling. Lecture 9: Intro to Probabilistic Modeling: Rational Analysis. Sharon Goldwater

Cognitive Modeling. Lecture 9: Intro to Probabilistic Modeling: Rational Analysis. Sharon Goldwater Cognitive Modeling Lecture 9: Intro to Probabilistic Modeling: Sharon Goldwater School of Informatics University of Edinburgh sgwater@inf.ed.ac.uk February 8, 2010 Sharon Goldwater Cognitive Modeling 1

More information

Feature encoding and pattern classifications with sequentially presented Markov stimuli*

Feature encoding and pattern classifications with sequentially presented Markov stimuli* Feature encoding and pattern classifications with sequentially presented Markov stimuli* BLL R. BROWN and CHARLES E. AYLWORTH University of Louisville, Louisville, Kentucky 008 The major objective of this

More information

Cognitive Modeling. Mechanistic Modeling. Mechanistic Modeling. Mechanistic Modeling Rational Analysis

Cognitive Modeling. Mechanistic Modeling. Mechanistic Modeling. Mechanistic Modeling Rational Analysis Lecture 9: Intro to Probabilistic Modeling: School of Informatics University of Edinburgh sgwater@inf.ed.ac.uk February 8, 2010 1 1 2 3 4 Reading: Anderson (2002). 2 Traditional mechanistic approach to

More information

OVERVIEW TUTORIAL BEHAVIORAL METHODS CLAIM: EMLAR VII EYE TRACKING: READING. Lecture (50 min) Short break (10 min) Computer Assignments (30 min)

OVERVIEW TUTORIAL BEHAVIORAL METHODS CLAIM: EMLAR VII EYE TRACKING: READING. Lecture (50 min) Short break (10 min) Computer Assignments (30 min) EMLAR VII EYE TRACKING: READING Arnout Koornneef a.w.koornneef@uu.nl OVERVIEW TUTORIAL Lecture (50 min) Basic facts about reading Examples Advantages and disadvantages of eye tracking Short break (10 min)

More information

Lecturer: Rob van der Willigen 11/9/08

Lecturer: Rob van der Willigen 11/9/08 Auditory Perception - Detection versus Discrimination - Localization versus Discrimination - - Electrophysiological Measurements Psychophysical Measurements Three Approaches to Researching Audition physiology

More information

Lecturer: Rob van der Willigen 11/9/08

Lecturer: Rob van der Willigen 11/9/08 Auditory Perception - Detection versus Discrimination - Localization versus Discrimination - Electrophysiological Measurements - Psychophysical Measurements 1 Three Approaches to Researching Audition physiology

More information

The Mind-Body Problem: Physicalism

The Mind-Body Problem: Physicalism The Mind-Body Problem: Physicalism Physicalism According to physicalism, everything that makes you up is physical, material, spatial, and subject to laws of physics. Because of that, we need not worry

More information

Learning to classify integral-dimension stimuli

Learning to classify integral-dimension stimuli Psychonomic Bulletin & Review 1996, 3 (2), 222 226 Learning to classify integral-dimension stimuli ROBERT M. NOSOFSKY Indiana University, Bloomington, Indiana and THOMAS J. PALMERI Vanderbilt University,

More information

Myth One: The Scientific Method

Myth One: The Scientific Method Myths About Science Myth One: The Scientific Method Perhaps the most commonly held myth about the nature of science is that there is a universal scientific method, with a common series of steps that

More information

Artificial Intelligence: Its Scope and Limits, by James Fetzer, Kluver Academic Publishers, Dordrecht, Boston, London. Artificial Intelligence (AI)

Artificial Intelligence: Its Scope and Limits, by James Fetzer, Kluver Academic Publishers, Dordrecht, Boston, London. Artificial Intelligence (AI) Artificial Intelligence: Its Scope and Limits, by James Fetzer, Kluver Academic Publishers, Dordrecht, Boston, London. Artificial Intelligence (AI) is the study of how to make machines behave intelligently,

More information

A MODEL FOR REPRESENTATION OF CONCEPTS IN THE BRAIN

A MODEL FOR REPRESENTATION OF CONCEPTS IN THE BRAIN Coward, L. A., and Gedeon, T. G. (2005). A model for representation of concepts in the brain. Proceedings of the International and Interdisciplinary Conference on Adaptive Knowledge Representation and

More information

Science is a way of learning about the natural world by observing things, asking questions, proposing answers, and testing those answers.

Science is a way of learning about the natural world by observing things, asking questions, proposing answers, and testing those answers. Science 9 Unit 1 Worksheet Chapter 1 The Nature of Science and Scientific Inquiry Online resources: www.science.nelson.com/bcscienceprobe9/centre.html Remember to ask your teacher whether your classroom

More information

Why Does Similarity Correlate With Inductive Strength?

Why Does Similarity Correlate With Inductive Strength? Why Does Similarity Correlate With Inductive Strength? Uri Hasson (uhasson@princeton.edu) Psychology Department, Princeton University Princeton, NJ 08540 USA Geoffrey P. Goodwin (ggoodwin@princeton.edu)

More information

PSYC3010 Advanced Statistics for Psychology

PSYC3010 Advanced Statistics for Psychology PSYC3010 Advanced Statistics for Psychology Unit of Study Code: PSYC3010 Coordinators: REGRESSION - SECTION 1 Dr Sabina Kleitman Office: BM441 Phone: 9351 7703 E- mail: sabina.kleitman@sydney.edu.au ANOVA

More information

The Logic of Data Analysis Using Statistical Techniques M. E. Swisher, 2016

The Logic of Data Analysis Using Statistical Techniques M. E. Swisher, 2016 The Logic of Data Analysis Using Statistical Techniques M. E. Swisher, 2016 This course does not cover how to perform statistical tests on SPSS or any other computer program. There are several courses

More information

Experimental Design I

Experimental Design I Experimental Design I Topics What questions can we ask (intelligently) in fmri Basic assumptions in isolating cognitive processes and comparing conditions General design strategies A few really cool experiments

More information

The interplay of domain-specific and domain general processes, skills and abilities in the development of science knowledge

The interplay of domain-specific and domain general processes, skills and abilities in the development of science knowledge The interplay of domain-specific and domain general processes, skills and abilities in the development of science knowledge Stella Vosniadou Strategic Professor in Education The Flinders University of

More information

Still important ideas

Still important ideas Readings: OpenStax - Chapters 1 13 & Appendix D & E (online) Plous Chapters 17 & 18 - Chapter 17: Social Influences - Chapter 18: Group Judgments and Decisions Still important ideas Contrast the measurement

More information

Cogs 202 (SP12): Cognitive Science Foundations. Computational Modeling of Cognition. Prof. Angela Yu. Department of Cognitive Science, UCSD

Cogs 202 (SP12): Cognitive Science Foundations. Computational Modeling of Cognition. Prof. Angela Yu. Department of Cognitive Science, UCSD Cogs 202 (SP12): Cognitive Science Foundations Computational Modeling of Cognition Prof. Angela Yu Department of Cognitive Science, UCSD http://www.cogsci.ucsd.edu/~ajyu/teaching/cogs202_sp12/index.html

More information

CSC2130: Empirical Research Methods for Software Engineering

CSC2130: Empirical Research Methods for Software Engineering CSC2130: Empirical Research Methods for Software Engineering Steve Easterbrook sme@cs.toronto.edu www.cs.toronto.edu/~sme/csc2130/ 2004-5 Steve Easterbrook. This presentation is available free for non-commercial

More information

The Logic of Categorization

The Logic of Categorization From: FLAIRS-02 Proceedings. Copyright 2002, AAAI (www.aaai.org). All rights reserved. The Logic of Categorization Pei Wang Department of Computer and Information Sciences, Temple University Philadelphia,

More information

Individual Differences in Attention During Category Learning

Individual Differences in Attention During Category Learning Individual Differences in Attention During Category Learning Michael D. Lee (mdlee@uci.edu) Department of Cognitive Sciences, 35 Social Sciences Plaza A University of California, Irvine, CA 92697-5 USA

More information

August 29, Introduction and Overview

August 29, Introduction and Overview August 29, 2018 Introduction and Overview Why are we here? Haavelmo(1944): to become master of the happenings of real life. Theoretical models are necessary tools in our attempts to understand and explain

More information

Lecture 1 An introduction to statistics in Ichthyology and Fisheries Science

Lecture 1 An introduction to statistics in Ichthyology and Fisheries Science Lecture 1 An introduction to statistics in Ichthyology and Fisheries Science What is statistics and why do we need it? Statistics attempts to make inferences about unknown values that are common to a population

More information

Is Cognitive Science Special? In what way is it special? Cognitive science is a delicate mixture of the obvious and the incredible

Is Cognitive Science Special? In what way is it special? Cognitive science is a delicate mixture of the obvious and the incredible Sept 3, 2013 Is Cognitive Science Special? In what way is it special? Zenon Pylyshyn, Rutgers Center for Cognitive Science Cognitive science is a delicate mixture of the obvious and the incredible What

More information

Lecture 9: Lab in Human Cognition. Todd M. Gureckis Department of Psychology New York University

Lecture 9: Lab in Human Cognition. Todd M. Gureckis Department of Psychology New York University Lecture 9: Lab in Human Cognition Todd M. Gureckis Department of Psychology New York University 1 Agenda for Today Discuss writing for lab 2 Discuss lab 1 grades and feedback Background on lab 3 (rest

More information

Choose an approach for your research problem

Choose an approach for your research problem Choose an approach for your research problem This course is about doing empirical research with experiments, so your general approach to research has already been chosen by your professor. It s important

More information

Introduction 1.1 Models and Theories in Science

Introduction 1.1 Models and Theories in Science 1 Introduction 1.1 Models and Theories in Science Cognitive scientists seek to understand how the mind works. That is, we want to describe and predict people s behavior, and we ultimately wish to explain

More information

The Scientific Method

The Scientific Method The Scientific Method Objectives 1. To understand the central role of hypothesis testing in the modern scientific process. 2. To design and conduct an experiment using the scientific method. 3. To learn

More information

Measuring mathematics anxiety: Paper 2 - Constructing and validating the measure. Rob Cavanagh Len Sparrow Curtin University

Measuring mathematics anxiety: Paper 2 - Constructing and validating the measure. Rob Cavanagh Len Sparrow Curtin University Measuring mathematics anxiety: Paper 2 - Constructing and validating the measure Rob Cavanagh Len Sparrow Curtin University R.Cavanagh@curtin.edu.au Abstract The study sought to measure mathematics anxiety

More information

EDITORIAL CONDUCTING HIGH QUALITY EDUCATIONAL RESEARCH

EDITORIAL CONDUCTING HIGH QUALITY EDUCATIONAL RESEARCH EDITORIAL CONDUCTING HIGH QUALITY EDUCATIONAL RESEARCH There was no doubt atoms could explain some puzzling phenomena. But in truth they were merely one man s daydreams. Atoms, if they really existed,

More information

Streak Biases in Decision Making: Data and a Memory Model

Streak Biases in Decision Making: Data and a Memory Model Streak Biases in Decision Making: Data and a Memory Model Erik M. Altmann (ema@msu.edu) Bruce D. Burns (burnsbr@msu.edu) Department of Psychology Michigan State University East Lansing, MI Abstract Streaks

More information

Indiana Academic Standards Addressed By Zoo Program WINGED WONDERS: SEED DROP!

Indiana Academic Standards Addressed By Zoo Program WINGED WONDERS: SEED DROP! Indiana Academic Standards Addressed By Zoo Program WINGED WONDERS: SEED DROP! Program description: Discover how whether all seeds fall at the same rate. Do small or big seeds fall more slowly? Students

More information

Organizational. Architectures of Cognition Lecture 1. What cognitive phenomena will we examine? Goals of this course. Practical Assignments.

Organizational. Architectures of Cognition Lecture 1. What cognitive phenomena will we examine? Goals of this course. Practical Assignments. Architectures of Cognition Lecture 1 Niels Taatgen Artificial Intelligence Webpage: http://www.ai.rug.nl/avi 2 Organizational Practical assignments start Next Week Work in pairs 3 assignments Grade = (1/4)*assignments

More information

12/31/2016. PSY 512: Advanced Statistics for Psychological and Behavioral Research 2

12/31/2016. PSY 512: Advanced Statistics for Psychological and Behavioral Research 2 PSY 512: Advanced Statistics for Psychological and Behavioral Research 2 Introduce moderated multiple regression Continuous predictor continuous predictor Continuous predictor categorical predictor Understand

More information

EPSE 594: Meta-Analysis: Quantitative Research Synthesis

EPSE 594: Meta-Analysis: Quantitative Research Synthesis EPSE 594: Meta-Analysis: Quantitative Research Synthesis Ed Kroc University of British Columbia ed.kroc@ubc.ca March 14, 2019 Ed Kroc (UBC) EPSE 594 March 14, 2019 1 / 39 Last Time Synthesizing multiple

More information

Resonating memory traces account for the perceptual magnet effect

Resonating memory traces account for the perceptual magnet effect Resonating memory traces account for the perceptual magnet effect Gerhard Jäger Dept. of Linguistics, University of Tübingen, Germany Introduction In a series of experiments, atricia Kuhl and co-workers

More information

Reasoning: The of mathematics Mike Askew

Reasoning: The of mathematics Mike Askew Reasoning: The of mathematics Mike Askew info@mikeaskew.net mikeaskew.net @mikeaskew26 What is Teaching? Creating a common experience to reflect on and so bring about learning. Maths is NOT a spectator

More information

Psy 803: Higher Order Cognitive Processes Fall 2012 Lecture Tu 1:50-4:40 PM, Room: G346 Giltner

Psy 803: Higher Order Cognitive Processes Fall 2012 Lecture Tu 1:50-4:40 PM, Room: G346 Giltner Psy 803: Higher Order Cognitive Processes Fall 2012 Lecture Tu 1:50-4:40 PM, Room: G346 Giltner 1 Instructor Instructor: Dr. Timothy J. Pleskac Office: 282A Psychology Building Phone: 517 353 8918 email:

More information

An Escalation Model of Consciousness

An Escalation Model of Consciousness Bailey!1 Ben Bailey Current Issues in Cognitive Science Mark Feinstein 2015-12-18 An Escalation Model of Consciousness Introduction The idea of consciousness has plagued humanity since its inception. Humans

More information

CHAPTER 3 DATA ANALYSIS: DESCRIBING DATA

CHAPTER 3 DATA ANALYSIS: DESCRIBING DATA Data Analysis: Describing Data CHAPTER 3 DATA ANALYSIS: DESCRIBING DATA In the analysis process, the researcher tries to evaluate the data collected both from written documents and from other sources such

More information

An Exemplar-Based Random-Walk Model of Categorization and Recognition

An Exemplar-Based Random-Walk Model of Categorization and Recognition CHAPTER 7 An Exemplar-Based Random-Walk Model of Categorization and Recognition Robert M. Nosofsky and Thomas J. Palmeri Abstract In this chapter, we provide a review of a process-oriented mathematical

More information

CONCEPTUAL FRAMEWORK, EPISTEMOLOGY, PARADIGM, &THEORETICAL FRAMEWORK

CONCEPTUAL FRAMEWORK, EPISTEMOLOGY, PARADIGM, &THEORETICAL FRAMEWORK CONCEPTUAL FRAMEWORK, EPISTEMOLOGY, PARADIGM, &THEORETICAL FRAMEWORK CONCEPTUAL FRAMEWORK: Is the system of concepts, assumptions, expectations, beliefs, and theories that supports and informs your research.

More information

Readings: Textbook readings: OpenStax - Chapters 1 11 Online readings: Appendix D, E & F Plous Chapters 10, 11, 12 and 14

Readings: Textbook readings: OpenStax - Chapters 1 11 Online readings: Appendix D, E & F Plous Chapters 10, 11, 12 and 14 Readings: Textbook readings: OpenStax - Chapters 1 11 Online readings: Appendix D, E & F Plous Chapters 10, 11, 12 and 14 Still important ideas Contrast the measurement of observable actions (and/or characteristics)

More information

STA630 Research Methods Solved MCQs By

STA630 Research Methods Solved MCQs By STA630 Research Methods Solved MCQs By http://vustudents.ning.com 31-07-2010 Quiz # 1: Question # 1 of 10: A one tailed hypothesis predicts----------- The future The lottery result The frequency of the

More information

Chapter 02 Developing and Evaluating Theories of Behavior

Chapter 02 Developing and Evaluating Theories of Behavior Chapter 02 Developing and Evaluating Theories of Behavior Multiple Choice Questions 1. A theory is a(n): A. plausible or scientifically acceptable, well-substantiated explanation of some aspect of the

More information

PSYCHOLOGY AND THE SCIENTIFIC METHOD

PSYCHOLOGY AND THE SCIENTIFIC METHOD ARTHUR PSYC 302 (EXPERIMENTAL PSYCHOLOGY) 18C LECTURE NOTES [08/23/18 => rv 08-27-18] THE SCIENTIFIC METHOD PAGE 1 Topic #1 PSYCHOLOGY AND THE SCIENTIFIC METHOD... and some advice from Cheronis, Parsons,

More information

Describe what is meant by a placebo Contrast the double-blind procedure with the single-blind procedure Review the structure for organizing a memo

Describe what is meant by a placebo Contrast the double-blind procedure with the single-blind procedure Review the structure for organizing a memo Please note the page numbers listed for the Lind book may vary by a page or two depending on which version of the textbook you have. Readings: Lind 1 11 (with emphasis on chapters 10, 11) Please note chapter

More information

INVESTIGATING FIT WITH THE RASCH MODEL. Benjamin Wright and Ronald Mead (1979?) Most disturbances in the measurement process can be considered a form

INVESTIGATING FIT WITH THE RASCH MODEL. Benjamin Wright and Ronald Mead (1979?) Most disturbances in the measurement process can be considered a form INVESTIGATING FIT WITH THE RASCH MODEL Benjamin Wright and Ronald Mead (1979?) Most disturbances in the measurement process can be considered a form of multidimensionality. The settings in which measurement

More information

Still important ideas

Still important ideas Readings: OpenStax - Chapters 1 11 + 13 & Appendix D & E (online) Plous - Chapters 2, 3, and 4 Chapter 2: Cognitive Dissonance, Chapter 3: Memory and Hindsight Bias, Chapter 4: Context Dependence Still

More information

What is Science 2009 What is science?

What is Science 2009 What is science? What is science? The question we want to address is seemingly simple, but turns out to be quite difficult to answer: what is science? It is reasonable to ask such a question since this is a book/course

More information

Group Assignment #1: Concept Explication. For each concept, ask and answer the questions before your literature search.

Group Assignment #1: Concept Explication. For each concept, ask and answer the questions before your literature search. Group Assignment #1: Concept Explication 1. Preliminary identification of the concept. Identify and name each concept your group is interested in examining. Questions to asked and answered: Is each concept

More information

C-1: Variables which are measured on a continuous scale are described in terms of three key characteristics central tendency, variability, and shape.

C-1: Variables which are measured on a continuous scale are described in terms of three key characteristics central tendency, variability, and shape. MODULE 02: DESCRIBING DT SECTION C: KEY POINTS C-1: Variables which are measured on a continuous scale are described in terms of three key characteristics central tendency, variability, and shape. C-2:

More information

Evolutionary Programming

Evolutionary Programming Evolutionary Programming Searching Problem Spaces William Power April 24, 2016 1 Evolutionary Programming Can we solve problems by mi:micing the evolutionary process? Evolutionary programming is a methodology

More information

Readings: Textbook readings: OpenStax - Chapters 1 13 (emphasis on Chapter 12) Online readings: Appendix D, E & F

Readings: Textbook readings: OpenStax - Chapters 1 13 (emphasis on Chapter 12) Online readings: Appendix D, E & F Readings: Textbook readings: OpenStax - Chapters 1 13 (emphasis on Chapter 12) Online readings: Appendix D, E & F Plous Chapters 17 & 18 Chapter 17: Social Influences Chapter 18: Group Judgments and Decisions

More information

ACT Aspire. Science Test Prep

ACT Aspire. Science Test Prep ACT Aspire Science Test Prep What do you need? What do you need? A Brain & An Elementary Education What do you NOT need? What do you NOT need? To be a genius! What does say about their own test? The ACT

More information

Intelligent Machines That Act Rationally. Hang Li Bytedance AI Lab

Intelligent Machines That Act Rationally. Hang Li Bytedance AI Lab Intelligent Machines That Act Rationally Hang Li Bytedance AI Lab Four Definitions of Artificial Intelligence Building intelligent machines (i.e., intelligent computers) Thinking humanly Acting humanly

More information

Analogical Inference

Analogical Inference Analogical Inference An Investigation of the Functioning of the Hippocampus in Relational Learning Using fmri William Gross Anthony Greene Today I am going to talk to you about a new task we designed to

More information

Prototype Abstraction in Category Learning?

Prototype Abstraction in Category Learning? Prototype Abstraction in Category Learning? Thomas J. Palmeri (thomas.j.palmeri@vanderbilt.edu) Marci A. Flanery (marci.flanery@vanderbilt.edu) Department of Psychology; Vanderbilt University Nashville,

More information

Bill Wilson. Categorizing Cognition: Toward Conceptual Coherence in the Foundations of Psychology

Bill Wilson. Categorizing Cognition: Toward Conceptual Coherence in the Foundations of Psychology Categorizing Cognition: Toward Conceptual Coherence in the Foundations of Psychology Halford, G.S., Wilson, W.H., Andrews, G., & Phillips, S. (2014). Cambridge, MA: MIT Press http://mitpress.mit.edu/books/categorizing-cognition

More information

Framework for Comparative Research on Relational Information Displays

Framework for Comparative Research on Relational Information Displays Framework for Comparative Research on Relational Information Displays Sung Park and Richard Catrambone 2 School of Psychology & Graphics, Visualization, and Usability Center (GVU) Georgia Institute of

More information

Audio: In this lecture we are going to address psychology as a science. Slide #2

Audio: In this lecture we are going to address psychology as a science. Slide #2 Psychology 312: Lecture 2 Psychology as a Science Slide #1 Psychology As A Science In this lecture we are going to address psychology as a science. Slide #2 Outline Psychology is an empirical science.

More information

Chapter 7: Descriptive Statistics

Chapter 7: Descriptive Statistics Chapter Overview Chapter 7 provides an introduction to basic strategies for describing groups statistically. Statistical concepts around normal distributions are discussed. The statistical procedures of

More information

Nature of Science and Scientific Method Guided Notes

Nature of Science and Scientific Method Guided Notes Anything present in the environment, around the world, living, non-living everything is included in science. Science can be knowledge, science can be a fun, it can be a fact, a discovery, a law, a solved

More information

AI and Philosophy. Gilbert Harman. Thursday, October 9, What is the difference between people and other animals?

AI and Philosophy. Gilbert Harman. Thursday, October 9, What is the difference between people and other animals? AI and Philosophy Gilbert Harman Thursday, October 9, 2008 A Philosophical Question about Personal Identity What is it to be a person? What is the difference between people and other animals? Classical

More information

Describe what is meant by a placebo Contrast the double-blind procedure with the single-blind procedure Review the structure for organizing a memo

Describe what is meant by a placebo Contrast the double-blind procedure with the single-blind procedure Review the structure for organizing a memo Business Statistics The following was provided by Dr. Suzanne Delaney, and is a comprehensive review of Business Statistics. The workshop instructor will provide relevant examples during the Skills Assessment

More information

Foundations for a Science of Social Inclusion Systems

Foundations for a Science of Social Inclusion Systems Foundations for a Science of Social Inclusion Systems Fabio N. Akhras Renato Archer Center of Information Technology Rodovia Dom Pedro I, km 143,6 13089-500 Campinas, São Paulo, Brazil Phone: 0055-19-37466268

More information

Survival Skills for Researchers. Study Design

Survival Skills for Researchers. Study Design Survival Skills for Researchers Study Design Typical Process in Research Design study Collect information Generate hypotheses Analyze & interpret findings Develop tentative new theories Purpose What is

More information

L6: Overview. with side orders of lecture revision, pokemon, and silly experiments. Dani Navarro

L6: Overview. with side orders of lecture revision, pokemon, and silly experiments. Dani Navarro L6: Overview with side orders of lecture revision, pokemon, and silly experiments Dani Navarro Part 1: Dani Navarro L1: Introduction L2: Attention L3: Similarity L4: Reasoning L5: A case study Part 2:

More information

How many speakers? How many tokens?:

How many speakers? How many tokens?: 1 NWAV 38- Ottawa, Canada 23/10/09 How many speakers? How many tokens?: A methodological contribution to the study of variation. Jorge Aguilar-Sánchez University of Wisconsin-La Crosse 2 Sample size in

More information

The Human Behaviour-Change Project

The Human Behaviour-Change Project The Human Behaviour-Change Project Participating organisations A Collaborative Award funded by the www.humanbehaviourchange.org @HBCProject This evening Opening remarks from the chair Mary de Silva, The

More information

Current Computational Models in Cognition Supplementary table for: Lewandowsky, S., & Farrell, S. (2011). Computational

Current Computational Models in Cognition Supplementary table for: Lewandowsky, S., & Farrell, S. (2011). Computational April 2011 Version 2.0 1 Current Computational Models in Cognition Supplementary table for: Lewandowsky, S., & Farrell, S. (2011). Computational modeling in cognition: Principles and practice. Thousand

More information

Design Methodology. 4th year 1 nd Semester. M.S.C. Madyan Rashan. Room No Academic Year

Design Methodology. 4th year 1 nd Semester. M.S.C. Madyan Rashan. Room No Academic Year College of Engineering Department of Interior Design Design Methodology 4th year 1 nd Semester M.S.C. Madyan Rashan Room No. 313 Academic Year 2018-2019 Course Name Course Code INDS 315 Lecturer in Charge

More information

Utility Maximization and Bounds on Human Information Processing

Utility Maximization and Bounds on Human Information Processing Topics in Cognitive Science (2014) 1 6 Copyright 2014 Cognitive Science Society, Inc. All rights reserved. ISSN:1756-8757 print / 1756-8765 online DOI: 10.1111/tops.12089 Utility Maximization and Bounds

More information

Chapter 7. Mental Representation

Chapter 7. Mental Representation Chapter 7 Mental Representation Mental Representation Mental representation is a systematic correspondence between some element of a target domain and some element of a modeling (or representation) domain.

More information