Meta Project of Orientation Effects

We are collecting the ideas and plans to replicate and explore the orientation effects.

Sau-Chin Chen https://scchen.com
2021-06-24

PSA 002 started the data collection at 2019 Autum. Through the 2020 pandemic outbreak, we finally finished data collection at 2021 June. I have the idea manage this website when we started the data collection on line. Between the end of data collection and the beginning of data analysis, I wrote this post to declare how this website would extend the studies on the orientation effect and other mental simulation effects.

Why language effects are difficultly replicated?

As one kind of simulation effects (Stanfield and Zwaan 2001; Zwaan and Pecher 2012), the orientation effect are suggested as the probe to investigate how human minds simulate the object orientations, horizontal and vertical, in the processing of sentence reading. Although the English replications indicated the weak magnitude, the other European language studies hardly detect the orientation effect (Koster, Cadierno, and Chiarandini 2018; Rommers, Meyer, and Huettig 2013). These inconsistent results showed that the orientation effect may not be as general as the other simulation effects.

Language psychologists are facing the theoretical and empirical issues at this circumstance. Theoretically no general theory could explain and predict which aspect of simulation effects detectable in some language. Empirically researchers have to evaluate the simulation effects in terms of the balanced context among languages. PSA 002 project at first challenged this empirical issue based on teams force. Many non-English teams translated the original English materials into the native languages. Every registered team collected the data as they can, even we had to modify the preregistered plan to collect the data on line instead of in site. Our collected data may not only provide the clues to detect a general orientation effect but also bring the new issue such as the data sources.

Exploratory analysis wanted

In addition to the general analysis preregisterd in the plan, we are looking forward to the insight on the particular language and data source. Below tables summarizes the data collected in site and on Internet. Followed the original study (Stanfield and Zwaan 2001) we counted the orientation effect in terms of the medians.

SP_V_tidy %>%  
  filter(opensesame_codename != "osweb") %>% 
  mutate(Subject = paste0(PSA_ID,"_",subject_nr)) %>%
  group_by(Language, Subject, Match) %>%
  summarise(subject_M = median(response_time), subject_ACC = n()/12) %>%
  group_by(Language, Match) %>%
  summarise(N = n(), med_RT = median(subject_M), mean_ACC = mean(subject_ACC)) %>%
  pivot_wider(names_from = Match, values_from = c(med_RT, mean_ACC)) %>%
  mutate(Effect = (med_RT_N - med_RT_Y) ) %>%
  transmute( N=N,
             Mismatch_stat = paste0(round(med_RT_N),"(",round(mean_ACC_N*100,2),")"),
             Match_stat = paste0(round(med_RT_Y),"(",round(mean_ACC_Y*100,2),")"),
             Effect = Effect) %>%
  flextable() %>% 
  set_header_labels(Language = "Language", N = "N", Mismatch_stat ="Mismatching", Match_stat = "Matching", Effect = "Orientation Effect")
# Import tidy SP verification data
SP_V_tidy %>%  
  filter(opensesame_codename == "osweb") %>% 
  mutate(Subject = paste0(PSA_ID,"_",subject_nr)) %>%
  group_by(Language, Subject, Match) %>%
  summarise(subject_M = median(response_time), subject_ACC = n()/12) %>%
  group_by(Language, Match) %>%
  summarise(N = n(), med_RT = median(subject_M), mean_ACC = mean(subject_ACC)) %>%
  pivot_wider(names_from = Match, values_from = c(med_RT, mean_ACC)) %>%
  mutate(Effect = (med_RT_N - med_RT_Y) ) %>%
  transmute( N=N,
             Mismatch_stat = paste0(round(med_RT_N),"(",round(mean_ACC_N*100,2),")"),
             Match_stat = paste0(round(med_RT_Y),"(",round(mean_ACC_Y*100,2),")"),
             Effect = Effect) %>%
  flextable() %>% 
  set_header_labels(Language = "Language", N = "N", Mismatch_stat ="Mismatching", Match_stat = "Matching", Effect = "Orientation Effect")

Two points require the advacned exploratory analysis: (1) Data collected from the laboratory space tended to show positive but weak orientation effects whereas the data collected from the OSWeb and JATOS tended to show negative effects; (2) Some languages showed opposite patterns from the data sources, such as English, Turkish, Traditional Chinese. Alothough we have yet conducted the planned analysis, participants’ awareness in site and on Internet may alter the pattern of orientation effect. Understanding the factors caused this difference obviously require the advanced exploratory analysis.

Accelerating Reproductions

Thanks to PSA team collaboration, many languages had the first data of orientation effect. For these languages, the current result is the naive finding and requires the replications. To accelerate the reproduction studies, this website managed the reproduction protocol for the researchers who will conduct the direct or extended replications. Experts of a language could test if some language aspects make the orientation effects present/absent. According to the interpretations of Chen, de Koning, and Zwaan (2020), Dutch readers could be aware of the object orientations from the verb affix. This aspect could make Dutch as one language that hardly detected the orientation effects. Based on the reporduction protocol, the experts will use the design of sentence-picture verification task to test the affection of their suggestive language aspects.

Chaining ideas

We wish this website would be the hub for the following studies on the orientation effect (and other simulation effects) in terms of PSA 002 results. The site host will update the posts when the new studies will be launched and were completed. Researchers who are running the studies by their own resource are welcomed to write a post about your studies. With your agreement, we will chain your post to this site (See blog post workflow ). With the accumulations of replications and extened studies, the evidences of orientation effect would improve the theories of mental simulations. In the long run, researchers will learn how to manage the reproducible psycholinguistic researches from this topic.

Chen, Sau-Chin, Bjorn B. de Koning, and Rolf A. Zwaan. 2020. “Does Object Size Matter With Regard to the Mental Simulation of Object Orientation?” Experimental Psychology 67 (1): 56–72. https://doi.org/10.1027/1618-3169/a000468.
Koster, Dietha, Teresa Cadierno, and Marco Chiarandini. 2018. “Mental Simulation of Object Orientation and Size: A Conceptual Replication with Second Language Learners.” Journal of the European Second Language Association 2 (1). https://doi.org/10.22599/jesla.39.
Rommers, J., A. S. Meyer, and F. Huettig. 2013. “Object Shape and Orientation Do Not Routinely Influence Performance During Language Processing.” Psychological Science 24 (11): 2218–25. https://doi.org/10.1177/0956797613490746.
Stanfield, Robert A., and Rolf A. Zwaan. 2001. “The Effect of Implied Orientation Derived from Verbal Context on Picture Recognition.” Psychological Science 12 (2): 153–56. https://doi.org/10.1111/1467-9280.00326.
Zwaan, Rolf A., and Diane Pecher. 2012. “Revisiting Mental Simulation in Language Comprehension: Six Replication Attempts.” PLoS ONE 7: e51382. https://doi.org/10.1371/journal.pone.0051382.

References

Corrections

If you see mistakes or want to suggest changes, please create an issue on the source repository.

Reuse

Text and figures are licensed under Creative Commons Attribution CC BY 4.0. Source code is available at https://github.com/SCgeeker/PSA002_report, unless otherwise noted. The figures that have been reused from other sources don't fall under this license and can be recognized by a note in their caption: "Figure from ...".

Citation

For attribution, please cite this work as

Chen (2021, June 24). Orientnation Effects: Global investigations: Meta Project of Orientation Effects. Retrieved from https://SCgeeker.github.io/PSA002_report/posts/2021-06-17-meta-project-of-orientation-effects/

BibTeX citation

@misc{chen2021meta,
  author = {Chen, Sau-Chin},
  title = {Orientnation Effects: Global investigations: Meta Project of Orientation Effects},
  url = {https://SCgeeker.github.io/PSA002_report/posts/2021-06-17-meta-project-of-orientation-effects/},
  year = {2021}
}