Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

reading-time-analysis阅读时间分析

Agent Skill

reading-time-analysis 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

18,043

周安装

856

GitHub Stars

18

下载量

6,874
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:reading-time-analysis(阅读时间分析)
来源仓库:https://github.com/haoxuanlithuai/awesome_cognitive_and_neuroscience_skills
仓库路径:skills/reading-time-analysis
安装命令:
npx skills add https://github.com/haoxuanlithuai/awesome_cognitive_and_neuroscience_skills --skill 'Reading Time Analysis'
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/haoxuanlithuai/awesome_cognitive_and_neuroscience_skills --skill 'Reading Time Analysis'

简介

用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。

  • 支持根据关键词、任务场景或来源线索进行信息检索,适用于研究检索类需求。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装,需确认权限和维护状态。
  • 使用前建议核实是否会触发联网、命令执行或文件读写等操作。
  • 可结合原始 README 和仓库路径进一步核验具体用法和功能边界。

SKILL.md

Reading Time Analysis

Purpose

This skill encodes expert methodological knowledge for analyzing eye-tracking data from reading experiments. A competent programmer without psycholinguistics training would likely compute a single "reading time" per word, missing the critical insight that different eye-tracking measures tap different stages of language processing. Choosing the wrong measure for your research question -- or failing to account for spillover effects, skipping patterns, and the distinction between first-pass and second-pass reading -- leads to misattribution of cognitive processes.

When to Use

Use this skill when:

  • Analyzing eye-movement data from reading experiments (sentence or passage reading)
  • Selecting which eye-tracking measures to report for a given linguistic manipulation
  • Defining regions of interest and handling spillover effects
  • Setting up statistical models for eye-tracking reading data
  • Cleaning and filtering fixation data for reading analyses

Do not use this skill when:

  • Analyzing self-paced reading data (see self-paced-reading-designer for that paradigm)
  • Analyzing eye movements in visual search or scene viewing (different fixation patterns)
  • Working with eye-tracking data from non-reading tasks (e.g., visual world paradigm)

Research Planning Protocol

Before executing the domain-specific steps below, you MUST:

  1. State the research question -- What specific question is this analysis/paradigm addressing?
  2. Justify the method choice -- Why is this approach appropriate? What alternatives were considered?
  3. Declare expected outcomes -- What results would support vs. refute the hypothesis?
  4. Note assumptions and limitations -- What does this method assume? Where could it mislead?
  5. Present the plan to the user and WAIT for confirmation before proceeding.

For detailed methodology guidance, see the research-literacy skill.

⚠️ Verification Notice

This skill was generated by AI from academic literature. All parameters, thresholds, and citations require independent verification before use in research. If you find errors, please open an issue.

Eye-Tracking Reading Measures Hierarchy

Measure Definitions and Cognitive Interpretations

The following measures are ordered from earliest to latest processing stages. This hierarchy reflects the temporal unfolding of language comprehension during reading (Rayner, 1998, 2009; Clifton et al., 2007).

First-Pass Measures (Before Leaving the Region)

MeasureDefinitionCognitive ProcessWhen to Use
First Fixation Duration (FFD)Duration of the first fixation on a word during first passEarly lexical access; initial contact with the word (Rayner, 1998)When testing early word recognition effects (frequency, predictability)
Single Fixation Duration (SFD)Duration of the only fixation on a word, when exactly one first-pass fixation occursCleaner measure of early lexical processing than FFD (Rayner, 2009)When most words receive one fixation; avoids refixation confounds
Gaze Duration (GD)Sum of all first-pass fixation durations on a word (before eyes leave the word in either direction)Lexical processing / word identification (Rayner, 1998, 2009)Default first-pass measure for most word-level analyses

Late Measures (After Leaving the Region)

MeasureDefinitionCognitive ProcessWhen to Use
Go-Past Time (GPT) / Regression Path DurationTime from first fixation on the word until first fixation to the right of the word (includes any regressions out and back)Integration difficulty; signals reanalysis of prior material (Clifton et al., 2007)When testing syntactic garden-path effects, semantic anomalies, discourse integration
Total Reading Time (TRT)Sum of all fixation durations on a word (first pass + regressions back)Overall processing difficulty (Rayner, 1998)When interested in total processing cost regardless of time course
Regression Probability (Reg-out)Binary: did the reader make a regression from this region?Reanalysis / comprehension difficulty (Clifton et al., 2007)When interested in whether (not how long) reanalysis occurred
Regression-in ProbabilityBinary: did the reader regress back to this region from downstream?Downstream difficulty triggers revisitation (Rayner & Pollatsek, 1989)When testing whether a region is revisited after later processing fails

Decision Tree: Which Measure for Which Question?

What stage of processing is your manipulation expected to affect?
|
+-- EARLY LEXICAL (word frequency, orthographic regularity, predictability)
| |
| +-- Use GAZE DURATION as primary measure (Rayner, 1998, 2009)
| +-- Report FIRST FIXATION DURATION as supplementary
| +-- Report SINGLE FIXATION DURATION if high proportion of
| single-fixation cases (Rayner, 2009)
|
+-- LATE LEXICAL / POST-LEXICAL (semantic plausibility, thematic fit)
| |
| +-- Use GAZE DURATION for early effects
| +-- Use GO-PAST TIME for integration effects (Clifton et al., 2007)
| +-- Use TOTAL READING TIME for overall effects
|
+-- SYNTACTIC (garden-path, structural ambiguity, reanalysis)
| |
| +-- Use GO-PAST TIME as primary measure (Clifton et al., 2007)
| +-- Use REGRESSION PROBABILITY as complementary binary measure
| +-- Effects often appear in the SPILLOVER REGION (1-2 words
| post-critical; Rayner & Pollatsek, 1989)
|
+-- DISCOURSE / PRAGMATIC (reference resolution, inference, coherence)
| |
| +-- Use GO-PAST TIME and TOTAL READING TIME
| +-- Effects are typically late and may span multiple words
| +-- Consider REGRESSION-IN probability for earlier regions
|
+-- EXPLORATORY / UNKNOWN TIMING
 |
 +-- Report ALL major measures: FFD, GD, GPT, TRT, Reg-out
 +-- Let the pattern across measures inform process interpretation

First-Pass vs. Second-Pass Distinction

CategoryDefinitionIncludes
First passAll fixations from first entering a region until first leaving it (in either direction)FFD, SFD, GD
Second passAll fixations on a region after first leaving itRe-reading time (TRT minus first-pass time)

Why this matters: First-pass measures reflect initial processing; second-pass measures reflect recovery from processing difficulty encountered downstream. Conflating them obscures when processing difficulty arose.

Region of Interest (ROI) Definition

Word-Level ROIs

  • The most common unit of analysis is the single word (Rayner, 1998)
  • For multi-word critical regions, report analyses at both word level and region level

Multi-Word ROIs

  • Sometimes necessary for syntactic manipulations where the critical structure spans multiple words
  • Define ROIs a priori based on linguistic structure, not post-hoc based on where effects appear
  • Report the number of characters and words in each ROI

Spillover Effects

Spillover is the delayed manifestation of a processing effect on fixations one or more words downstream of the critical word (Rayner & Pollatsek, 1989).

  • Typical spillover range: 1-2 words after the critical word (Rayner, 1998)
  • Always analyze the spillover region (word n+1, sometimes n+2) in addition to the critical word
  • Spillover is most common for first-pass measures (GD, FFD)
  • Pre-target region (word n-1) should also be checked to verify no confounding baseline differences

Parafoveal Preview Effects

  • Words are partially processed before they are directly fixated -- the parafoveal preview benefit (Rayner, 1975; Rayner, 2009)
  • Parafoveal preview extends to approximately 7-8 characters to the right of fixation in English (McConkie & Rayner, 1975)
  • This means effects of word n's properties can appear on the last fixation of word n-1 (parafoveal-on-foveal effects; Drieghe et al., 2008)

Data Cleaning

Fixation Duration Cutoffs

CriterionValueRationaleCitation
Short fixation merge< 80 ms within 1 character of another fixation: merge with nearest fixationToo brief for meaningful processing; likely corrective saccade (Rayner & Pollatsek, 1989)
Short fixation exclude< 80 ms (not adjacent to another fixation): excludeNot informative for reading (Rayner & Pollatsek, 1989)
Long fixation exclude> 800 ms: excludeLikely track loss, inattention, or blink artifact (Rayner & Pollatsek, 1989)
Alternative long cutoff> 1000 ms or > 1200 msUsed in some labs; report which cutoff and justify

Note: Some researchers use 50 ms as the lower bound and 1000-1200 ms as the upper bound. The critical requirement is to report your exact cutoffs and the percentage of data excluded.

Trial-Level Exclusions

CriterionActionRationale
Track lossExclude trialUnreliable position data
Blinks on critical regionExclude trialMissing fixation data on the ROI
First-pass skip of critical wordExclude from first-pass measures (FFD, SFD, GD); include in TRTWord was not fixated during first pass
Comprehension accuracyExclude participants below 80% on comprehension questionsEnsures reading for comprehension (Rayner et al., 2006)

Skipping Rate Considerations

  • Short, high-frequency, and predictable words are skipped 10-30% of the time (Rayner, 1998, 2009)
  • Content words are skipped ~15% of the time; function words ~35% (Rayner, 2009)
  • If skipping rates differ across conditions, this is informative -- report it
  • For first-pass measures, words that are skipped contribute no data, not zero reading time
  • Do not substitute zero for skipped words -- this conflates fast processing with no fixation

Statistical Modeling

Linear Mixed-Effects Models (LMMs)

Eye-tracking reading data should be analyzed with LMMs with crossed random effects for subjects and items (Baayen et al., 2008; Baayen, Davidson, & Bates, 2008):

# R formula (lme4 syntax):
gaze_duration ~ condition + (1 + condition | subject) + (1 + condition | item)

Why crossed random effects: Reading experiments use a Latin square design where every subject sees every item, but items rotate across conditions between subjects. Both subjects and items are random samples, and both contribute variance (Clark, 1973; Baayen et al., 2008).

Random Effects Structure

ApproachSpecificationWhen to UseCitation
MaximalRandom intercepts + all random slopes justified by designDefault starting pointBarr et al., 2013
ParsimoniousRemove random correlations first, then random slopes that explain ~0 varianceWhen maximal model fails to convergeBates et al., 2015; Matuschek et al., 2017

Convergence protocol (Barr et al., 2013; Bates et al., 2015):

  1. Fit maximal model (all by-subject and by-item random slopes for within-unit factors)
  2. If convergence fails: remove correlations between random effects (use || in lme4)
  3. If still fails: remove the random slope with the smallest variance component
  4. Report the final model structure and note any simplifications

Distributional Considerations

Reading times are right-skewed and bounded below by zero. Options:

ApproachWhen to UseCitation
Log-transformSimple; commonly used; adequate for many datasetsStandard in psycholinguistics
Inverse transform (-1000/RT)Can outperform log for skewed RT dataBaayen & Milin, 2010
Generalized LMM (Gamma)Models the skewness directly; avoids back-transformation issuesLo & Andrews, 2015
Raw RT with residual checksWhen effects are large and residuals are approximately normalBaayen et al., 2008

Recommendation: Start with raw reading times in the LMM. Check residual plots. If residuals are non-normal, apply log-transformation or fit a GLMM with Gamma family and identity link (Lo & Andrews, 2015).

Multiple Comparisons

When analyzing multiple reading measures on the same data:

  • Do not apply Bonferroni correction across measures -- each measure tests a different theoretical question (Clifton et al., 2007)
  • Do correct within each measure if testing multiple contrasts
  • Report effect sizes and confidence intervals alongside p-values

Typical Fixation Duration Benchmarks

These values serve as sanity checks for data quality (Rayner, 1998, 2009):

MeasureTypical Range (Silent Reading)Citation
Average fixation duration200-250 msRayner, 1998, 2009
Average saccade length7-9 characters (~2 degrees)Rayner, 1998, 2009
Regression rate10-15% of all saccadesRayner, 1998
Word skipping rateContent words ~15%; function words ~35%Rayner, 2009
Fixation duration range50-500 ms (bulk of distribution)Rayner, 1998

If your data substantially deviates from these benchmarks, check calibration quality, task instructions, and participant compliance.

Common Pitfalls

  1. Using only total reading time: TRT conflates early and late processing. If you only report TRT, you cannot determine when the effect arose. Always report at least one first-pass measure (GD) and one late measure (GPT or TRT) (Clifton et al., 2007).
  2. Ignoring spillover effects: Many effects appear 1-2 words downstream of the critical word, especially for syntactic manipulations. Always analyze the spillover region (Rayner, 1998; Rayner & Pollatsek, 1989).
  3. Substituting zero for skipped words: Skipped words should be treated as missing data for first-pass measures, not as zero reading time. Substituting zero artificially deflates means and inflates variance.
  4. Using ANOVA instead of LMMs: F1/F2 ANOVA is outdated for psycholinguistic data. LMMs with crossed random effects properly handle the variance structure (Baayen et al., 2008; Barr et al., 2013).
  5. Over-interpreting first fixation duration: FFD is contaminated by refixation planning. When a substantial proportion of words receive multiple first-pass fixations, GD is more informative (Rayner, 2009).
  6. Defining ROIs post-hoc: Selecting regions of interest after seeing the data inflates Type I error. Define ROIs a priori based on linguistic theory.
  7. Ignoring comprehension accuracy: If participants are not reading for comprehension (accuracy < 80%), eye-movement patterns are not interpretable as reflecting normal reading processes (Rayner et al., 2006).
  8. Not reporting data loss: Always report the percentage of trials excluded at each cleaning step and the percentage of words skipped in the critical region.

Minimum Reporting Checklist

Based on Clifton et al. (2007) and current standards in psycholinguistics:

  • Eye-tracker model and sampling rate (minimum 1000 Hz recommended; 500 Hz acceptable; Rayner, 2009)
  • Viewing distance and display specifications (font size, characters per degree)
  • Calibration procedure and accuracy threshold (typically < 0.5 degrees average error)
  • Fixation duration cutoffs (lower and upper bounds) with citations
  • Data cleaning steps and percentage of data excluded at each step
  • Skipping rates for the critical region by condition
  • ROI definitions with linguistic justification
  • All relevant reading measures (at minimum: GD, GPT, TRT for the critical region; GD for spillover)
  • Statistical model specification (random effects structure, any transformations)
  • Software for data analysis (with version)
  • Comprehension question accuracy (mean, exclusion threshold)
  • Number of participants and items after exclusions

References

  • Baayen, R. H., Davidson, D. J., & Bates, D. M. (2008). Mixed-effects modeling with crossed random effects for subjects and items. *Journal of Memory and Language*, 59, 390-412.
  • Baayen, R. H., & Milin, P. (2010). Analyzing reaction times. *International Journal of Psychological Research*, 3, 12-28.
  • Barr, D. J., Levy, R., Scheepers, C., & Tily, H. J. (2013). Random effects structure for confirmatory hypothesis testing: Keep it maximal. *Journal of Memory and Language*, 68, 255-278.
  • Bates, D., Kliegl, R., Vasishth, S., & Baayen, H. (2015). Parsimonious mixed models. arXiv:1506.04967.
  • Clark, H. H. (1973). The language-as-fixed-effect fallacy: A critique of language statistics in psychological research. *Journal of Verbal Learning and Verbal Behavior*, 12, 335-359.
  • Clifton, C., Staub, A., & Rayner, K. (2007). Eye movements in reading words and sentences. In R. P. G. van Gompel, M. H. Fischer, W. S. Murray, & R. L. Hill (Eds.), *Eye movements: A window on mind and brain*. Amsterdam: Elsevier.
  • Drieghe, D., Rayner, K., & Pollatsek, A. (2008). Mislocated fixations can account for parafoveal-on-foveal effects in eye movements during reading. *Quarterly Journal of Experimental Psychology*, 61, 1239-1249.
  • Lo, S., & Andrews, S. (2015). To transform or not to transform: Using generalized linear mixed models to analyse reaction time data. *Frontiers in Psychology*, 6, 1171.
  • Matuschek, H., Kliegl, R., Vasishth, S., Baayen, H., & Bates, D. (2017). Balancing Type I error and power in linear mixed models. *Journal of Memory and Language*, 94, 305-315.
  • McConkie, G. W., & Rayner, K. (1975). The span of the effective stimulus during a fixation in reading. *Perception & Psychophysics*, 17, 578-586.
  • Rayner, K. (1975). The perceptual span and peripheral cues in reading. *Cognitive Psychology*, 7, 65-81.
  • Rayner, K. (1998). Eye movements in reading and information processing: 20 years of research. *Psychological Bulletin*, 124, 372-422.
  • Rayner, K. (2009). The 35th Sir Frederick Bartlett Lecture: Eye movements and attention in reading, scene perception, and visual search. *Quarterly Journal of Experimental Psychology*, 62, 1457-1506.
  • Rayner, K., Chace, K. H., Slattery, T. J., & Ashby, J. (2006). Eye movements as reflections of comprehension processes in reading. *Scientific Studies of Reading*, 10, 241-255.
  • Rayner, K., & Pollatsek, A. (1989). *The psychology of reading*. Englewood Cliffs, NJ: Prentice Hall.

See references/measure-computation-guide.md for step-by-step computation procedures and worked examples.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.89%
按下载量换算2,605

Claude

29.17%
按下载量换算2,005

Cursor

20.58%
按下载量换算1,415

Gemini CLI

10.11%
按下载量换算695

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills