Code and resources for the ICLR 2026 paper on decoding open-ended information-seeking goals from eye movements during reading.
This project uses the OneStop Eye Movements dataset.
git clone https://github.com/lacclab/Open-Ended-Goal-Decoding.git
cd Open-Ended-Goal-Decoding
mamba env create -f environment.ymlExample run:
python src/train.py +trainer=CondPredBase +model=RoberteyeConcatCondPredFixationsFreezedArgs +data=Hunting +data_path=onestop_v1@inproceedings{
hadar2026decoding,
title={Decoding Open-Ended Information Seeking Goals from Eye Movements in Reading},
author={Cfir Avraham Hadar and Omer Shubi and Yoav Meiri and Amit Heshes and Yevgeni Berzak},
booktitle={The Fourteenth International Conference on Learning Representations},
year={2026},
url={https://openreview.net/forum?id=fHr1uqkdsb}
}