nalmadi / EMIP-Toolkit

EMIP Toolkit (EMTK): A Python Library for Processing Eye Movement in Programming Data
16 stars 22 forks source link
dataset eye-movements python-library reading research

GitHub issues Watchers Forks Stars GitHub last commit

👀 Eye Movement In Programming Toolkit (EMTK)

EMIP-Toolkit (EMTK): A Python Library for Processing Eye Movement in Programming Data

The use of eye tracking in the study of program comprehension in software engineering allows researchers to gain a better understanding of the strategies and processes applied by programmers. Despite the large number of eye tracking studies in software engineering, very few datasets are publicly available.

💾 Datasets:

This tool evolved to include the following datasets:

  1. EMIP2020: Bednarik, Roman, et al. "EMIP: The eye movements in programming dataset." Science of Computer Programming 198 (2020): 102520.
  2. AlMadi2018: Al Madi, Naser, and Javed Khan. "Constructing semantic networks of comprehension from eye-movement during reading." 2018 IEEE 12th International Conference on Semantic Computing (ICSC). IEEE, 2018.
  3. McChesney2021: McChesney, Ian, and Raymond Bond. "Eye Tracking Analysis of Code Layout, Crowding and Dyslexia-An Open Data Set." ACM Symposium on Eye Tracking Research and Applications. 2021.
  4. AlMadi2021: Al Madi, Naser, et al. "EMIP Toolkit: A Python Library for Customized Post-processing of the Eye Movements in Programming Dataset." ACM Symposium on Eye Tracking Research and Applications. 2021.

We would be happy to include more eye movement datasets if you have any suggestions, please contact us.

🎥 Presentation:

Watch the video Read our paper.

⚙️ Features:

The toolkit is designed to make using and processing eye movement in programming datasets easier and more accessible by providing the following functions:

✍️ Examples and tutorial:

The Jupyter Notebook files contain examples and a tutorial on using the EMTK with each dataset.

📝 Please Cite This Paper:

Naser Al Madi, Drew T. Guarnera, Bonita Sharif, and Jonathan I. Maletic.2021. EMIP Toolkit: A Python Library for Customized Post-processing of the Eye Movements in Programming Dataset. In ETRA ’21: 2021 Symposium on Eye Tracking Research and Applications (ETRA ’21 Short Papers), May25–27, 2021, Virtual Event, Germany. ACM, New York, NY, USA, 6 pages. https://doi.org/10.1145/3448018.3457425

@inproceedings{al2021emip,
  title={Emip toolkit: A python library for customized post-processing of the eye movements in programming dataset},
  author={Al Madi, Naser and Guarnera, Drew and Sharif, Bonita and Maletic, Jonathan},
  booktitle={Acm symposium on eye tracking research and applications},
  pages={1--6},
  year={2021}
}