forked from ethanweed/ExPsyLing
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSyllabus.html
More file actions
51 lines (51 loc) · 4.37 KB
/
Copy pathSyllabus.html
File metadata and controls
51 lines (51 loc) · 4.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>Syllabus</title>
<style type="text/css">
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
</style>
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->
</head>
<body>
<h1 id="experimental-psycholinguistics">Experimental Psycholinguistics</h1>
<h2 id="course-goals">Course Goals</h2>
<p>In this course, we will learn to use experimental methodology to investigate some of the cognitive phenomena that support language. More specifically, we will investigate the cognitive systems involved in working memory, in the categorization of meaning, in accessing our lexical representations, and understanding language in context.</p>
<p>If these things sound complicated and abstract, that’s because they are! The mind’s chief activity “… consists in the endeavor to ascertain its own nature, the futility of the attempt being due to the fact that it has nothing but itself to know itself with.” (Bierce, 1911). We can think all day about how the mind works, but to test our theories, we need to probe the mind experimentally.</p>
<p>To conduct psycholinguistic experiments, we need to translate theories to research hypotheses, and research hypotheses to statistical hypotheses. Put another way, we need to figure out how design experiments that will let us measure invisible things in the mind that might or might not even exist. Yikes! This sounds like it would never work, but in fact it is possible, if we use the right methods and are careful in our interpretations.</p>
<p>The goal of the course is for you to learn to:</p>
<ol type="1">
<li>Understand the relationship between theoretical concepts and data</li>
<li>Operationalize theoretical concepts experimentally through measurable indices</li>
<li>Analyze and interpret findings in a critical way</li>
<li>Communicate experimental findings in a clear way to both expert and lay audiences</li>
</ol>
<h2 id="what-does-this-mean-in-practice">What does this mean in practice?</h2>
<p>There are three components to the course: <em>Lectures</em>, <em>Labs</em>, and <em>Instructor Sessions</em>.</p>
<h3 id="lectures">Lectures</h3>
<p>In the lectures, we will discuss some of the theoretical topics in psycholinguistics, and discuss the experimental and statistical tools and background needed to investigate them. For the lectures, you will need to read, think, and be ready to discuss.</p>
<h3 id="labs">Labs</h3>
<p>In the labs, you will primarily learn to use Python to do quantitative analysis of data. I will give you weekly lab assignments. The purpose of the lab assignments is to practice the technical skills you will need to complete the portfolio assignments for the exam.</p>
<h3 id="instructor-sessions">Instructor Sessions</h3>
<p>Learning some programming and some statistics is an important part of the MA in Linguistics and in Cognitive Semiotics, but it can seem a bit overwhelming. That is why, in addition to the lectures and labs, there will also be <em>Instructor Sessions</em>, where there will be a teaching assistant available to give you practical support for your lab assignments.</p>
<h2 id="exam">Exam</h2>
<p>The exam for this course is a portfolio of work completed throughout the semester, and will be graded on a pass/fail basis. Your portfolio will consist of:</p>
<ol type="1">
<li>Three lab reports, completed throughout the semester</li>
<li>Proof of completion of online GDPR course</li>
<li>Design Your Own Experiment: Introduction and Methods sections for a proposed experiment on a topic of your choice</li>
</ol>
<h2 id="texts">Texts</h2>
<p>Collins, A. M., & Quillian, M. R. (1969). Retrieval time from semantic memory. <em>Journal of verbal learning and verbal behavior</em>, <em>8</em>(2), 240-247.</p>
<p>Harley, T. A. (2009). _Talking the talk: Language, psychology and science.__ Psychology Press.</p>
<p>Navarro, D. and Weed, E. (2021) _Learning Statistics with Python.__ https://ethanweed.github.io/pythonbook/landingpage.html</p>
</body>
</html>