Introduction

The Implicit Association Task (IAT) is a well known very popular reaction time test in social psychology.

The original IAT paper by Greenwald and colleagues (1998) has been cited more than 6000 times (as of December 2021), which means this study has received a lot of attention from other researchers.

The task is very popular among social psychologists, because unlike the frequently used questionnaire methods, this method (seem to) provide an object measure of people’s social attitudes.

In short, in an IAT task, people see words and need to classify them, for example as "pleasant" or "unpleasant". The trick is that while people classify words, there are task irrelevant categories. For example, when classifying names according to racial group (in the US, different ethnic groups have their own popular names, like Ebony among African Americans), people are also shown the irrelevant categories "pleasant" and "unpleasant". The IAT argument is that people’s response speed is unconsciously influenced by the task-irrelevant classification categories (e.g., racists might respond more quickly to identifying the name Ebony when the correct category "black" is closely presented to the word "unpleasant").

In the original paper it says about this:

Of course, construct validity of the IAT measure cannot be assumed just from the suspicion that virtually all White Americans may have automatic negative associations to African American names. There is a plausible alternative interpretation: that Experiment 3’s White college student subjects were much less familiar with the African American stimulus names than they were with the White-American stimulus names. This differential familiarity, coupled with the expectation of greater liking for more familiar stimuli (Zajonc, 1968), could explain the IAT results. This possible alternative to the implicit racism interpretation is considered further in the General Discussion.

— Greenwald et al.
1998
The way some social psychologists interprete the IAT has led to controversy. Read here an interesting piece from the Wall Street Journal how the IAT has been abused to conclude we are all racists at heart. Or are we maybe? Time for critical thinking!

The interpretation of the IAT as a measure to discover unconsciously held beliefs is debatable, but that has not made the IAT any less popular, and PsyToolkit can help you to run your own IAT experiment. Use it responsibly, though! When you write your report about the IAT, your teacher will be more impressed when you are able to list the challenges in interpreting IAT results. So it is good to list the criticisms of IAT in your report. You might also look up how the IAT people have responded to such criticism.

There are lots of newer articles on this topic, of course. Currently, we are working on adding some lessons and more resources on this popular paradigm. Check this website soon again.

About this implementation

This is based on Experiment 1 of the original Greenwald et al. (1998) paper. You really need to carefully read the Greenwald paper to understand the logic of the design. One of the issues is that you really need different groups of participants, because the order of blocks influences response times as well. The PsyToolkit code gives tips on how to this.

The words used are of flowers and insects. This means that your insect and flower knowledge needs to be pretty up to date. Many English-fluent foreigners might never have seen some of these words before (in fact, many native English speakers might not have either, unless they are font of gardening). It is best to run the study with your own set of words. This is where you can show your creativity, and again, this is where you can impress your teacher with coming up with an interesting set of stimuli (apart from words, you can use images).
You do not want that stimuli repeat themselves immedeately or ever; that is why the "all_before_repeat" option is used. This makes sure that a chosen stimulus (chosen from the table) will not be used before all other stimuli have been used.

Run the demo

In this example, you will see words and you need to categorize.

Data output file

In PsyToolkit, the data output file is simply a textfile. The save line of the PsyToolkit experiment script determines what is being saved in the data output file. Typically, for each experimental trial, you would have exactly one line in your text file, and each number/word on that line gives you the information you need for your data analysis, such as the condition, response speed, and whether an error was made.

Meaning of the columns in the output datafile. You need this information for your data analysis.

Colum Meaning

1

Blockname

2

Blocknumber

3

Centrally presented word

4

Response time

5

Status (1=correct, 2=wrong, 3=too slow)

Download

If you have a PsyToolkit account, you can upload the zipfile directly to your PsyToolkit account. Watch a video on how to do that. If you want to upload the zipfile into your PsyToolkit account, make sure the file is not automatically uncompressed (some browsers, especially Mac Safari, by default uncompress zip files). Read here how to easily deal with this.

Further reading

  • Greenwald, A.G., McGhee,D.E., & Schwartz, J.L.K. (1998). Measuring Individual Differences in Implicit Cognition: The Implicit Association Test. Journal of Personality and Social Psychology, 74, 1464-1480.