Modeling human reading with neural attention (bibtex)
by Michael Hahn, Frank Keller
Abstract:
When humans read text, they fixate some words and skip others. However, there have been few attempts to explain skipping behavior with computational models, as most existing work has focused on predicting reading times (e.g., using surprisal). In this paper, we propose a novel approach that models both skipping and reading, using an unsupervised architecture that combines a neural attention with autoencoding, trained on raw text using reinforcement learning. Our model explains human reading behavior as a tradeoff between precision of language understanding (encoding the input accurately) and economy of attention (fixating as few words as possible). We evaluate the model on the Dundee eye-tracking corpus, showing that it accurately predicts skipping behavior and reading times, is competitive with surprisal, and captures known qualitative features of human reading.
Reference:
Modeling human reading with neural attentionMichael Hahn, Frank KellerProceedings of the 2016 Conference on Empirical Methods in Natural Language Processing, 2016.
Bibtex Entry:
@InProceedings{hahn_modeling_2016,
  author = {Michael Hahn and Keller, Frank},
  title = {Modeling human reading with neural attention},
  booktitle = {Proceedings of the 2016 Conference on Empirical Methods in Natural Language Processing},
  year = {2016},
  png = {figs/emnlp2016.png},
  URL = {https://www.aclweb.org/anthology/D16-1009.pdf},
  github = {https://github.com/m-hahn/human-reading-neural-attention},
  abstract = {When humans read text, they fixate some words and skip others. However, there have been few attempts to explain skipping behavior with computational models, as most existing work has focused on predicting reading times (e.g.,~using surprisal). In this paper, we propose a novel approach that models both skipping and reading, using an unsupervised architecture that combines a neural attention with autoencoding, trained on raw text using reinforcement learning. Our model explains human reading behavior as a tradeoff between precision of language understanding (encoding the input accurately) and economy of attention (fixating as few words as possible). We evaluate the model on the Dundee eye-tracking corpus, showing that it accurately predicts skipping behavior and reading times, is competitive with surprisal, and captures known qualitative features of human reading.}
}
Powered by bibtexbrowser