LIN 260 Final

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/109

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

110 Terms

1
New cards

what is cognitive science?

the study of the mind. how does the mind process and represent information?

2
New cards

components of cognitive science

linguistics, anthropology, psychology, philosophy, computer science, neuroscience

3
New cards

operant conditioning

reward and punishment

4
New cards

classical conditioning

two stimuli are repeatedly paired to elicit a conditioned response

5
New cards

B.F. Skinner

proposed operant conditioning as the main driver of language acquisition. verbal behavior

6
New cards

are brains like computers: hardware level

no. computer processors are primarily serial. brains operate in parallel

7
New cards

are brains like computers: abstract level

yes. they perform computations over representations

8
New cards

computational theory

what is the goal of the computation, why is it appropriate, and what is the logic of the strategy by which it can be carried out?

9
New cards

representation and algorithm

how can this computational theory be implemented? in particular, what is the representation for the input and output, and what is the algorithm for the transformation?

10
New cards

hardware implementation

how can this representation and algorithm be realized physically?

11
New cards

computational level example

input: two numbers. output: their product

12
New cards

algorithmic level example

whatever step-by-step process you learned

13
New cards

hardware level example

your brain, pen, and paper

14
New cards

domain specificity

specialized for certain kinds of info

15
New cards

innate and developmentally regular

instinctive, low variability

16
New cards

fast and automatic

you don’t have to think about it

17
New cards

information encapsulation

modules don’t rely on one another

18
New cards

farah et al

is there a specific module for facial recognition? results found that there was

19
New cards

the faculty of language

the combination of cognitive modules that allow us to produce/process language

20
New cards

faculty of language in the narrow sense (FLN)

just the language-specific parts

21
New cards

faculty of language in the broad sense (FLB)

FLN plus supporting modules

22
New cards

damage to these areas

aphasia

23
New cards

face blindness

prosopagnosia

24
New cards

broca’s aphasia

mostly structure

25
New cards

wernicke’s aphasia

mostly meaning

26
New cards

lateralization

the brain is divided down the medial plane into left and right

27
New cards

split-brain patients

severed corpus callosum. behave unusualy in experimental settings

28
New cards

syntactic structures (chomsky)

how to precisely characterize what makes some sentences grammatical, but not others

29
New cards

grammaticality

is an utterance well-formed in language x?

30
New cards

felicity

is an utterance sensical in language x?

31
New cards

grammatical and felicitous

alice cut the onions and peppers with a knife

32
New cards

ungrammatical but felicitous

what did alice cut the onions and BLANK with a knife?

33
New cards

grammatical but infelicitous

colorless green ideas sleep furiously

34
New cards

ungrammatical and infelicitous

furiously sleep ideas green colorless

35
New cards

finite-state machine

an exact formal model for the representation of language

36
New cards

long-distance dependencies

THE APPLES that alice picked ARE red

37
New cards

probability

the laws governing the likelihood of events

38
New cards

bayes rule

the probability of b given a is equal to the probability of a given b times the probability of b divided by the probability of a

39
New cards

black box

something we can’t see inside of

40
New cards

the information processing approach

generate testable predictions, measure behavior, analyze results, evaluate with respect to theory

41
New cards

donders

how long does it take to make a decision?

42
New cards

decision time equation

RT2 - RT1 = (time to perceive light + time to decide + time to press button) - (time to perceive light + time to press button)

43
New cards

parallel search

look at memory all at once then answer yes or no

44
New cards

serial self-terminating search

look at each individual memory, end when answer is found

45
New cards

serial exhaustive search

look at each individual memory, answer cannot be concluded until end

46
New cards

sternberg

applied the subtraction method for memory search. found support for serial exhaustive search

47
New cards

deduction

by logic, infallible

48
New cards

induction

by generalization, fallible but often works

49
New cards

shepard test conditions

class 1 - only need to track one attribute; class 2 - need to track two attributes; class 3 - each has one exception; class 4 - essentially arbitrary

50
New cards

category

a collection of things regarded as having shared characteristics

51
New cards

concept

hypothesis or description about the shared characteristics of a category

52
New cards

definitional accounts

each feature is individually necessary and jointly sufficient to assign an observation to a category

53
New cards

superordinate

more general

54
New cards

subordinate

more specific

55
New cards

individually necessary

each feature must be present

56
New cards

jointly sufficient

it is enough for each feature to be simultaneously true

57
New cards

the family resemblance problem

the smith brothers. the one with the most family features is most typical

58
New cards

exemplar theory

newly encountered example brings to mind the most similar stored exemplar. individual instances

59
New cards

prototype theory

newly encountered example brings to mind the prototype of that class. idealized example

60
New cards

what is linguistics?

the science of language

61
New cards

phonetics

concrete speech sounds

62
New cards

phonology

abstract organization of sounds

63
New cards

morphology

organization of words

64
New cards

syntax

organization of utterances

65
New cards

semantics

literal meaning of utterances

66
New cards

pragmatics

meaning as part of the discourse

67
New cards

voiceless

vocal folds don’t vibrate: p

68
New cards

voiced

vocal folds vibrate: z

69
New cards

stops

full constriction: b

70
New cards

fricatives

partial constriction: f

71
New cards

phonemes

sound categories

72
New cards

minimal pairs

words that differ by only one phoneme

73
New cards

productive

can apply to new instances. allows language to be infinite (plural -s)

74
New cards

unproductive

only applied to a fixed list of words, do not generalize (counterclockwise)

75
New cards

over-regularization

a child applies a grammatical rule too broadly to an irregular word

76
New cards

over-irregularization

DEFINE THIS

77
New cards

u-shaped learning trajectory

children memorize past forms, children learn a +ed and overapply it, children learn restrictions on the rule

78
New cards

the wug-test

what pattern will a participant extend to a word they haven’t heard before?

79
New cards

dual route models

regulars and irregulars are represented/processed differently. regulars are productive rules, exceptions are minor rules or memorized

80
New cards

single route models

regulars and irregulars are represented/processed the same way. no fundamental difference, it’s just a matter of frequency

81
New cards

symbolic approach (pinker)

minds work like computer programs, math, and logic with symbols and rules. an application of serial search

82
New cards

if-then-else (pinker)

if verb is used in the past tense then: 1. if it’s irregular, then look up the irregular form; 2. else add -ed, the default rule

83
New cards

connectionism

a recurring trend in computation cognitive science, based on ANNs. what if we could model behaviors by modeling neurons directly?

84
New cards

continuous

an acoustic or visual signal

85
New cards

discrete

exists at multiple levels and is governed by combinatory rules

86
New cards

the production pipeline

step 1: prepare a message; step 2: select words and frames; step 3: positional processing; step 4: articulation

87
New cards

anticipation slip

using a sound/word you will need later too early (leading list, reading list)

88
New cards

exchange slip

swapping two sounds/words (spear bill, spill beer)

89
New cards

perseveration slip

keeping a sound/word around too long (beed needle, beef noodle)

90
New cards

syntactic accessibility (bock)

a syntactic priming experiment. the sentence read before being shown a picture impacts the next phrases structure

91
New cards

word recognition

going from sound to meaning

92
New cards

homophone

same sound but different meaning

93
New cards

cohort theory of spoken word recognition

hearing the first phonemes of a word triggers all the words that start that way

94
New cards

uniqueness point

the point at which a word can be distinguished from all others

95
New cards

ambiguous sentences

sentences that have two different meanings (i saw the man with a telescope)

96
New cards

low attachment

the inaccurate interpretation of the sentence

97
New cards

high attachment

the accurate interpretation of the sentence

98
New cards

garden path sentences

sentences that lead you down the wrong path, you need to backtrack and correct (the horse raced past the barn fell)

99
New cards

modular prediction

garden path should happen regardless of semantic/pragmatic context

100
New cards

interactive predicton

garden path should be avoidable with semantic/pragmatic context