Visual Lexical Decision Task
Version: v1 (current)
A reading and language processing task measuring the speed and accuracy of word recognition through visual word/non-word discrimination.
Overview
The Visual Lexical Decision Task presents letter strings one at a time and asks participants to quickly decide whether each string is a real word or a non-word (pseudoword). This simple paradigm reveals fundamental aspects of reading, lexical access, and language processing. Response times reflect how quickly the mental lexicon can be searched and word forms recognized.
Multiple factors influence lexical decision speed: word frequency (common words faster than rare), word length, orthographic neighbors, imageability, and semantic context. The task is used extensively in psycholinguistics, reading research, cognitive psychology, and clinical assessment of language disorders.
Visual lexical decision differs from the auditory version by presenting written stimuli, making it particularly relevant for studying reading processes, dyslexia, and orthographic processing.
Scientific Background
Classic Findings:
- Word Frequency Effect: High-frequency words (e.g., "house") recognized 50-100ms faster than low-frequency words (e.g., "yacht")
- Word Length Effect: Longer words generally slower, especially for non-words
- Lexicality Effect: Words responded to ~100-150ms faster than well-formed non-words
- Semantic Priming: Words preceded by related words (e.g., "doctor-NURSE") show faster RT
- Orthographic Neighbors: Words with many neighbors (differing by one letter) show complex effects
Key Mechanisms:
- Lexical Access: Activating word representations in mental lexicon
- Orthographic Processing: Analyzing letter strings and visual word forms
- Familiarity-Based Decision: Fast "yes" for familiar words vs. slower "no" for unfamiliar strings
- Phonological Recoding: Converting print to sound (especially for pseudowords)
Seminal Papers:
- Meyer & Schvaneveldt (1971): Facilitation in recognizing pairs of words: Evidence of a dependence between retrieval operations
- Balota & Chumbley (1984): Are lexical decisions a good measure of lexical access?
- Yap & Balota (2009): Visual word recognition in aging
Why Researchers Use This Task
- Reading Research: Study processes underlying visual word recognition
- Psycholinguistics: Investigate lexical access, word frequency effects, priming
- Dyslexia Assessment: Evaluate reading speed and accuracy deficits
- Aging Research: Track age-related changes in reading and processing speed
- Cognitive Psychology: Explore memory organization and semantic networks
- Bilingual Research: Compare lexical access across languages
Current Implementation Status
Fully Implemented:
- ✅ Word and non-word stimuli presentation
- ✅ Configurable word frequency levels
- ✅ Response time measurement
- ✅ Accuracy tracking
- ✅ Practice trials with feedback
- ✅ Frequency and length effect analysis
Partially Implemented:
- ⚠️ Limited to English stimuli (no multilingual support yet)
- ⚠️ Fixed stimulus sets (not adaptive)
Not Yet Implemented:
- ❌ Semantic priming variant (prime-target pairs)
- ❌ Masked priming (brief prime presentation)
- ❌ Go/no-go variant (respond only to words or only to non-words)
Keyboard Shortcuts
Researchers can customize the keyboard bindings used during the task:
| Parameter | Type | Default | Description |
|---|---|---|---|
| Show keyboard hint | boolean | True | Display an on-screen hint showing the configured keys |
| Word key | key | W | Key for "word" response |
| Word action label | text | "Word" | Label shown in the keyboard hint |
| Nonword key | key | N | Key for "nonword" response |
| Nonword action label | text | "Nonword" | Label shown in the keyboard hint |
Configuration Parameters
Stimulus Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
| Num Words | number | 40 | Number of real words |
| Num Nonwords | number | 40 | Number of non-words/pseudowords |
| Word Frequency | string | 'mixed' | Word frequency ('high', 'low', 'mixed') |
| Word Length Range | array | [4, 7] | Letter count range for stimuli |
Non-Word Generation
| Parameter | Type | Default | Description |
|---|---|---|---|
| Nonword Type | string | 'pronounceable' | Type of non-words ('pronounceable', 'unpronounceable', 'mixed') |
| Orthographic Similarity | string | 'medium' | How word-like non-words are ('low', 'medium', 'high') |
Presentation Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
| Fixation Duration (ms) | number | 500 | Pre-stimulus fixation |
| Stimulus Duration (ms) | number | 0 | Stimulus display time (0 = until response) |
| Response Window (ms) | number | 3000 | Maximum response time |
| Isi (ms) | number | 1000 | Inter-stimulus interval |
Practice Configuration
| Parameter | Type | Default | Description |
|---|---|---|---|
| Practice Mode | string | 'mandatory' | Practice availability |
| Practice Trials | number | 10 | Practice items (5 words, 5 non-words) |
Data Output
Markers
{
"type": "stimulus_shown",
"ts": "2024-01-01T00:00:01.000Z",
"hr": 1234.56,
"data": {
"trial_index": 0,
"stimulus": "HOUSE",
"stimulus_type": "word",
"word_frequency": "high",
"word_length": 5,
"orthographic_neighbors": 12,
"correct_response": "word"
}
}
Response Data
{
"trial_index": 0,
"stimulus": "HOUSE",
"stimulus_type": "word",
"response": "word",
"correct": true,
"latency_ms": 645,
"source": "keyboard",
"raw_key": "w",
"ts": "2024-01-01T00:00:01.645Z",
"hr": 1879.56
}
Summary Artifact
{
"task_kind": "visual_lexical_decision",
"total_trials": 80,
"overall_accuracy": 0.94,
"overall_mean_rt_ms": 725,
"word_trials": {
"accuracy": 0.96,
"mean_rt_ms": 680,
"high_freq_rt_ms": 620,
"low_freq_rt_ms": 740
},
"nonword_trials": {
"accuracy": 0.92,
"mean_rt_ms": 770
},
"frequency_effect_ms": 120,
"lexicality_effect_ms": 90,
"trials": [...]
}
Example Research Configurations
Standard Lexical Decision
Words: 50 mixed-frequency real words (4-7 letters)
Non-words: 50 pronounceable pseudowords (matched length)
Presentation: Self-paced, fixation 500ms, stimulus until response
Response: Key press (F = word, J = non-word)
Analysis: Accuracy, RT by frequency, lexicality effect
Word Frequency Manipulation
High-Frequency: 25 common words (e.g., "house", "water", "friend")
Low-Frequency: 25 rare words (e.g., "yacht", "quilt", "apron")
Non-words: 50 pseudowords
Analysis: Frequency effect = Low RT - High RT (expect ~80-120ms)
Dyslexia Assessment
Words: 40 words (mixed frequency)
Non-words: 40 pseudowords (pronounceable)
Comparison: Dyslexic vs. control group
Expected: Dyslexic individuals slower overall, especially for non-words
Aging Study
Participants: Young adults (20-30) vs. older adults (65-75)
Stimuli: 60 words, 60 non-words
Analysis: RT slowing with age, but frequency effect preserved
Participant Experience
-
Instructions: "You'll see letter strings. Press W if it's a real English word. Press N if it's not a real word. Respond as quickly and accurately as possible." (Default keys -- configurable by researcher.)
-
Practice Trials (if enabled):
- Fixate cross (500ms)
- See stimulus: "TABLE"
- Press W (word) -> "Correct!"
- Fixate cross
- See stimulus: "BLORF"
- Press N (non-word) -> "Correct!"
- Repeat for 10 practice trials with feedback
All keyboard bindings are configurable by the researcher in the study configuration. The keys listed above are the defaults.
-
Main Task:
- For each of 80 trials:
- Fixate cross (500ms)
- Stimulus appears: "GARDEN" or "FLIRP"
- Make decision as fast as possible
- No feedback
- Brief pause (1000ms)
- No breaks during main block
- For each of 80 trials:
-
Completion: "Task complete. You answered [X]% correctly with an average response time of [Y] ms."
Design Recommendations
General Guidelines
- Stimulus Balance: Equal words and non-words (prevents response bias)
- Length Matching: Match word and non-word lengths to avoid confound
- Frequency Control: If testing frequency effect, balance high/low within length
- Non-Word Quality: Pronounceable pseudowords (follow English phonotactics) are standard
Non-Word Construction
- Pronounceable: Follow language rules (e.g., "blint", "troid")
- Orthographically Legal: Use valid letter combinations
- Word-Like: Change 1-2 letters of real words (e.g., "house" → "hount")
- Avoid Homophones: "brane" sounds like "brain" (confusing)
Response Mapping
- Standard: F = word (left), J = non-word (right)
- Counterbalance: Swap mapping across participants
- Alternative: Go/no-go (respond only to words or only to non-words)
Population-Specific Adaptations
Children (Ages 8+ with reading proficiency):
- Shorter words (3-5 letters)
- Higher-frequency words
- Simpler non-words
- More practice trials (15-20)
- Expect slower RTs and more errors
Older Adults (65+):
- Standard stimuli appropriate
- Larger font size (24-28 pt)
- Longer response window (allow 3-5 seconds)
- Expect overall slowing (~200ms) but preserved frequency effect
Non-Native Speakers:
- Interpret with caution (lexical access different)
- May be slower overall
- Frequency effects may differ based on L2 proficiency
Dyslexia:
- Expect slower RTs, especially for non-words (~200-400ms slower)
- More errors on non-words
- Longer length effect for non-words
- Preserved frequency effect for real words
Common Issues and Solutions
| Issue | Solution |
|---|---|
| Response bias (favoring "word") | Ensure equal words/non-words; emphasize accuracy |
| Very slow RTs (>2000ms) | Check participant understanding; may need more practice |
| High error rate (>20%) | Slow down; emphasize accuracy over speed; check stimulus quality |
| No frequency effect | Check frequency manipulation is strong enough (very high vs. very low) |
| Fast guessing (<300ms) | Exclude anticipatory responses; provide accuracy feedback |
| Ceiling effects (>98% accuracy) | Normal for simple lexical decision; focus on RT analysis |
Data Analysis
Primary Measures:
- Overall Accuracy: Percent correct across all trials
- Mean RT: Average response time for correct responses
- Word vs. Non-Word RT: Lexicality effect
- High vs. Low Frequency RT: Frequency effect (words only)
Statistical Analysis:
- Repeated-measures ANOVA: Stimulus type (word/non-word) × frequency (high/low)
- Planned Comparisons: High-freq vs. low-freq words; words vs. non-words
- Mixed Models: Trial-level analysis accounting for item and participant variability
- Diffusion Model: Advanced analysis separating drift rate, threshold, non-decision time
Typical Effect Sizes:
- Frequency Effect: 80-120ms (Cohen's d ~ 0.8-1.2)
- Lexicality Effect: 90-150ms (Cohen's d ~ 1.0-1.5)
- Length Effect: 20-50ms per letter (for non-words)
References
-
Meyer, D. E., & Schvaneveldt, R. W. (1971). Facilitation in recognizing pairs of words: Evidence of a dependence between retrieval operations. Journal of Experimental Psychology, 90(2), 227-234.
-
Balota, D. A., & Chumbley, J. I. (1984). Are lexical decisions a good measure of lexical access? The role of word frequency in the neglected decision stage. Journal of Experimental Psychology: Human Perception and Performance, 10(3), 340-357.
-
Yap, M. J., & Balota, D. A. (2009). Visual word recognition of multisyllabic words. Journal of Memory and Language, 60(4), 502-529.
-
Keuleers, E., Lacey, P., Rastle, K., & Brysbaert, M. (2012). The British Lexicon Project: Lexical decision data for 28,730 monosyllabic and disyllabic English words. Behavior Research Methods, 44(1), 287-304.
-
Ratcliff, R., Gomez, P., & McKoon, G. (2004). A diffusion model account of the lexical decision task. Psychological Review, 111(1), 159-182.
See Also
- Lexical Decision - May be same task or auditory variant
- Stroop Task - Word reading and interference
- RSVP - Rapid visual presentation paradigm