Skip to main content

Lexical Decision Task

The Lexical Decision Task is one of the most widely used paradigms in psycholinguistics (Rubenstein et al., 1970). Participants see strings of letters and decide whether each is a real English word or not. The task measures lexical access speed, word frequency sensitivity, and discrimination ability (d-prime). Response times to words versus nonwords reveal the efficiency of lexical retrieval.

ActivitySpec: lamp.lexical_decision

Cognitive domain: Word recognition, lexical access, language processing

Configurationโ€‹

SettingDescription
DifficultyControls trial count and word frequency mix
Fixation DurationFixation cross duration (ms)
Time LimitMax response time per trial (seconds)
API settings fields
Dashboard SettingAPI FieldTypeDefault
Difficultydifficultystring"medium"
Fixation Durationfixation_msnumber500
Time Limittime_limit_per_trial_snumber5

Sample Instructionsโ€‹

"A string of letters will appear on screen. Decide as quickly as you can whether it is a real English word or not. Tap WORD if it is a real word, or NOT A WORD if it is not."

Usageโ€‹

Each trial follows this sequence: fixation cross (500 ms), then the letter string stimulus (displayed until the participant responds or the time limit expires), then correctness feedback (500 ms).

Stimuli consist of 204 words (102 high-frequency and 102 low-frequency) plus 102 pronounceable nonwords, all balanced across 4, 5, and 6 letter lengths. Difficulty levels control the trial count and word frequency distribution: Easy (40 trials, 75% high-frequency words), Medium (60 trials, 50/50 frequency split), and Hard (80 trials, 25% high-frequency words with a 2-second stimulus time limit).

d-prime is computed using signal detection theory with log-linear correction.

Scoringโ€‹

d-prime (sensitivity) is the primary metric. The word frequency effect (low-frequency RT minus high-frequency RT) and lexicality effect (nonword RT minus word RT) are key secondary metrics.

References
  1. Rubenstein, H. et al. (1970). Homographic entries in the internal lexicon. Journal of Verbal Learning and Verbal Behavior, 9(5), 487-494.

Dataโ€‹

static_dataโ€‹

FieldTypeDescription
d_primenumberSignal detection sensitivity
accuracynumberOverall proportion correct
word_accuracynumberAccuracy on word trials
nonword_accuracynumberAccuracy on nonword trials
mean_rt_msnumberOverall mean RT (ms)
mean_rt_word_msnumberMean RT on word trials (ms)
mean_rt_nonword_msnumberMean RT on nonword trials (ms)
mean_rt_high_freq_msnumberMean RT on high-frequency words (ms)
mean_rt_low_freq_msnumberMean RT on low-frequency words (ms)
word_frequency_effect_msnumberLow-freq RT minus high-freq RT (ms)
lexicality_effect_msnumberNonword RT minus word RT (ms)
trials_totalnumberTotal trials
trials_respondednumberTrials with a response
trials_correctnumberCorrect responses
trials_timed_outnumberTrials with no response
scorenumberOverall score
correct_answersnumberTotal correct
total_questionsnumberTotal trials
questionnaireobjectPost-game ratings: clarity (1-5), happiness (1-5)

temporal_slicesโ€‹

One entry per trial.

FieldTypeDescription
itemnumberTrial index
typestringTrial type
trial_numbernumberTrial sequence number
stimulusstringThe displayed letter string
is_wordbooleanWhether the stimulus is a real word
word_frequencystring"high", "low", or "nonword"
stimulus_lengthnumberNumber of letters
responsestringParticipant's response ("word" or "nonword")
correctbooleanWhether the response was correct
rt_msnumberReaction time (ms)
durationnumberTotal trial duration (ms)

Cortex Featuresโ€‹

No Cortex features are currently available for this activity.

View in Portal | Python SDK | API Reference