Published April 1, 2021 | Version 2021-04-01

Eye-tracker data in information seeking tasks on texts (in French)

Authors/Creators

  • 1. Université Grenoble Alpes

Description

Description of eye-movement data from the reading task (so called “Paris experiment”)

File: em-y35-fasttext.csv

The experiment is described in Frey et al. (2013). To summarize the experiment:

Twenty-one healthy adults participated in the experiment, all French native speakers. Data of six participants were discarded because they did not follow the rules of the experiment thoroughly or data was too noisy during the acquisition with the eye tracker. The whole experiment was reviewed and approved by the ethics committee of Grenoble CHU (“Centre Hospitalier Universitaire”) (RCB: n° 2011-A00845-36).

180 short texts were extracted from the French newspaper Le Monde, edition 1999. Texts were given a topic and were constructed around three types, those which were highly related (HR, f in French) to the topic, or moderately related (MR, m in French) to the topic, or unrelated (UR, a in French) to the topic. There were 60 texts of each type, hence 180 in total. The semantic relatedness of the text to the topic was controlled by Latent Semantic Analysis.
The goal of the experiment was to assess as soon as possible during reading whether the text was or not related to a given topic. First the topic was presented to participants and then they clicked to start the trial. Then a fixation cross was presented on the left of the first character at the first line, to stabilize the gaze location at the beginning of the text. When the text was displayed, participants read and had to mouse-click as fast as possible to stop reading and decide during another screen if the text was related or not to the topic. The trial was then repeated for the 180 texts with breaks in-between.
During trials, the eye tracker gave the position of each fixation on the screen, and the fixation duration. The minimum fixation duration threshold was set to be 80ms whereas the maximum duration was 600ms. All fixations outside these limits were removed for all analyses.
A posteriori it was necessary to know which word was being processed by the participant. First, the word identification span was defined as the necessary area from which a word can be identified. This span varies according to the direction of the reading, the alphabet, or the language, but can also be micro-context related. For simplicity, we used a fixed span that is considered for most of Latin languages (Rayner, 1998) : an asymmetrical window of 4 characters left and 8 characters right to the fixation. Moreover, a word may not entirely be located in the word identification span. We considered a word to be processed if at least 1/3 of its beginning or 2/3 of its end was inside the window. This result was obviously language sensitive, only valid in French. Finally, another hypothesis had to be made on the processed word within the window since several words might be captured. For this, we assumed that only one word could be processed during a given fixation and that this word was chosen as the closest to fixation centre, excluding stop words. Consequently, one word per fixation was selected. Thanks to this enhancement, features characterizing the reading strategy were defined.
Each fixation was associated to its outgoing saccade. Data associated at each fixation were the fixation duration, the fixed word, the saccade amplitude expressed in visual degree, the number of crossed words between two saccades and the saccade duration. The saccade was characterized by this number of crossed words, which would be negative for a backward progression, null for a refixation or positive for a forward progression. 

The texts are stored as .png files.

The whole set of eye movements is stored in the .csv file.

There is one line per fixation and the associated outgoing saccade (except for the last fixation).

For each trial, a topic is proposed and then a text. Three possibilities arise:

  • the text is closely related to the topic, from a semantic point of view (“f” category),

  • the text is moderately related to the topic (“m” category),

  • the text has nothing to do at all with the topic (“a” category).

The subject had to decide as fast as possible the question “Is the text related to the topic?” For each topic, six texts were presented to him / her (2 “f”, 2 “m”, 2 “a”). The answer was positive with a very high frequency (> 95%) in the first case, it was negative in the third case, and positive / negative answers were equally likely in the intermediate case. In the .csv file, only the trials“xxx_f1” and “xxx-f2” with close semantic proximity to the topic are present. 

Not every fixation on the scanpath was considered:

  • the first fixation is never considered, it has a particular status 

  • the last fixation is never considered, since the characteristics of the associated outgoing saccade are not defined,

  • all fixations that are too short are not considered (duration less than 80ms: information is not recorded).

The first column is the number of the fixation (starting from 0), the second column is the subject identifier, the third column is the text identifier (alphabetic ordering among the different texts), the fourth column is the text name. 

The other characteristics associated with each fixation are:

  • ‘ANSWER’,

  • ‘FIX_NUM’, number of the fixation within current scanpath, 

  • ‘FIX_LATENCY’, elapsed time since the beginning of recording in current scanpath,

  • 'X', current x-axis coordinate of fixation (gaze) within text image,

  • 'Y', current y-axis coordinate of fixation (gaze) within text image,

  • ‘FDUR’, fixation duration in ms,

  • ‘OFF_DUR’,

  • 'SACAMP', outgoing saccade amplitude in pixels,

  • 'SACOR', outgoing saccade amplitude in pixels,

  • 'INEEG', 1 if some electro-encephalogram was recorded during the fixation, 0 otherwise,

  • 'ISFIRST', indicates whether current fixation is the first within trial (Boolean),
  • 'ISLAST' , indicates whether current fixation is the last within trial (Boolean),

  • 'READMODE', reading mode categorized into 5 classes (see hereunder),

  • 'WINC', increment in number of words required to reach next fixation from current fixation,

  • 'CINC', increment in the number of characters required to reach next fixation from current fixation,

     

  • 'FIXED_WORD', word in the text currently considered as being fixed,

  • 'FIXED_WINDOW', set of words in the text currently being potentally fixed,

  • 'WORD_FREQUENCY', frequency of current word being fixed with respect to a large corpus of French words,

  • 'COSINST', measure of the LSA semantic similarity between the target topic and word currently being fixed. This is an instantaneous similarity for each fixated word. This comes from the computation of a cosine (between 0 and 1),

  • 'COSCUM', measure of the LSA semantic similarity between the target topic and all the words read up to current fixation. This is a cumulative similarity,

  • 'SACDIR', direction of outgoing saccade (forward, backward, upward, downward or last),

  • 'NEW_READ_WORDS', number of words being read between two successive fixations, excluding words fixed during previous fixations,

  • 'TEXT_TYPE', type of text among 'a', 'f', 'm',

  • 'COS_INST_FASTTEXT_2016', same as COSINST but using FastText representation by Joulin et al. (2016) instead of LSA,

  • 'COS_CUM_FASTTEXT_2016', same as COSCUM but using Fast Text representation by Joulin et al. (2016) instead of LSA,

  • 'WFREQ_RANK_FASTTEXT_2016', rank of current word being fixed ordered by decreasing frequencies within training corpus in Joulin et al. (2016)

  • 'COS_INST_FASTTEXT_2018', same as COSINST but using FastText representation by Mikolov et al. (2016) instead of LSA,

  • 'COS_CUM_FASTTEXT_2018', same as COSCUM but using Fast Text representation by Mikolov et al. (2016) instead of LSA,

  • 'WFREQ_RANK_FASTTEXT_2018', rank of current word being fixed ordered by decreasing frequencies within training corpus in Mikolov et al. (2016)

  • 'WFREQ_RANK_FASTTEXT_1618', mean of 'WFREQ_RANK_FASTTEXT_2016' and 'WFREQ_RANK_FASTTEXT_2018'
  • 'COS_INST_FASTTEXT_1618', mean of 'COS_INST_FASTTEXT_2016' and 'COS_INST_FASTTEXT_2018'
  • 'COS_CUM_FASTTEXT_1618', mean of 'COS_CUM_FASTTEXT_2016' and 'COS_CUM_FASTTEXT_2018'
  • 'TEXT_TYPE_2', refinement of text_type where 'f' texts are distinguished between 'f+'  (at least one word of the target topic appears in the text) or 'f' (other 'TEXT_TYPE'-'f' texts)

ReadMode is defined as 

  • 0 if WINC >=2
  • 1 if WINC = 1
  • 2 if WINC = 0
  • 3 if WINC = -1
  • 4 if WINC <=-2

References:

Joulin, A., Grave, E., Bojanowski, P., and Mikolov, T. (2016b). Bag of tricks for efficient text classification. arXiv preprint arXiv:1607.01759.

Mikolov, T., Grave, E., Bojanowski, P., Puhrsch, C., and Joulin, A. (2018). Advances in pre-training distributed word representations. In Proceedings of the International Conference on Language Resources and Evaluation (LREC 2018).

 

Files

aide_refugies-a1.png

Files (19.2 MB)

Name Size Download all
md5:56118eb151b123a598fae8e9cd657600
27.3 kB Preview Download
md5:21ec731bfccc117d6510d911262115ba
33.1 kB Preview Download
md5:9f03198f82e9ed569cb26b04f74ad9da
31.3 kB Preview Download
md5:3172ca057e05e25263fe334d29d96a5c
34.1 kB Preview Download
md5:bebc3cbd8bbf5fb29e7217f22c054dcc
32.4 kB Preview Download
md5:b3ef0054afd127f414b570115d3ba1d6
32.9 kB Preview Download
md5:f07a22cc18204e2067b7b0b3a63d1a54
36.7 kB Preview Download
md5:f62b241a8f88bee5301c016bb9dc6523
32.7 kB Preview Download
md5:224ab9b2ef39eaf81e6574b9f581ecb8
37.9 kB Preview Download
md5:c7eb4ce09128ae0fdcfe1e658cab7d27
32.9 kB Preview Download
md5:9620377d5f9d0d0108948647a0cfdcab
29.6 kB Preview Download
md5:bc675e6234ca28e2db15fd42496ba665
29.2 kB Preview Download
md5:becdda253c40e9461e722fa79f449381
29.9 kB Preview Download
md5:197b51e6dc0c229a426d6ae634c55e43
29.1 kB Preview Download
md5:9d6b75e94006e4d08199524fcc538119
32.5 kB Preview Download
md5:4890b3574e11d604d9347ff639de2ab8
35.4 kB Preview Download
md5:da7afe396f62ad57c5f84e3cf3e09104
31.1 kB Preview Download
md5:429a7054345d0457ad97f1c981a3ec72
33.4 kB Preview Download
md5:86c9b2cc350b3ba5df9207bbc101c8d7
33.2 kB Preview Download
md5:4409b42b2fb7a6c7b64bb5e65d7c6a7c
32.9 kB Preview Download
md5:8bae16341d311095cc9788aec7fe0613
32.5 kB Preview Download
md5:65dcb0e7daedb23909b3b719acea030e
30.2 kB Preview Download
md5:b290f027d9ffd5adc496372982604d58
34.7 kB Preview Download
md5:2abe9e3c009ed69a16cd2ff2cb7e6085
30.9 kB Preview Download
md5:6c7fb89a7312f13749683b3ed66d64ea
37.1 kB Preview Download
md5:7cba746979bf791c4e9502bb5299c877
33.1 kB Preview Download
md5:21dce5fd3f704e6196f368cac04bd810
33.3 kB Preview Download
md5:182057c0030ce4e89f9128808e7e2989
31.1 kB Preview Download
md5:dc90a382406b00ba12a685633f9e7727
32.9 kB Preview Download
md5:ccfdcfe7d755d20f45be152a400fe364
31.5 kB Preview Download
md5:cd809e4d5ea6b793df7f854951384c01
29.7 kB Preview Download
md5:8a41b7a6cdcc815118c30ad0f876c8e8
35.8 kB Preview Download
md5:50829a5493a754af68bcc3f0f093879b
32.5 kB Preview Download
md5:ff58bf3a17904b5b9d9fe4d57810b163
29.6 kB Preview Download
md5:5c2870cea2f19a8125fd39e903b6fcf8
34.4 kB Preview Download
md5:fb83c352cbf4d3ee2725eab49ddf2453
32.8 kB Preview Download
md5:7f08376c4641c878d569c3ea1f937ed6
32.2 kB Preview Download
md5:92f448780175ad205addf76b13180e5a
35.7 kB Preview Download
md5:a0dc4f0f19a364069b6fed2447fc8f15
35.1 kB Preview Download
md5:2503a3adf3bf1df12d6494f49e26c0f3
36.1 kB Preview Download
md5:e528cc4d294941403b9cf6fcec3a10bc
29.7 kB Preview Download
md5:7a38a22e6f29d3478214b6838209c898
31.3 kB Preview Download
md5:fb0f439634efb36cd8fcb5bc01fa3b94
29.0 kB Preview Download
md5:ae3228a57fb57ddafb66efc29a648cc4
32.2 kB Preview Download
md5:d7c30fe3a3bd88aa0828339aafc84219
31.6 kB Preview Download
md5:06b6d4af9bab86584374d4b7efbe38f7
32.8 kB Preview Download
md5:20a66eaa110c3ffe6998578dd508cf6f
31.5 kB Preview Download
md5:81c0284c94ca11430c87514756686bbd
29.4 kB Preview Download
md5:6a26862c969c20d6bdc05b76666ded8a
32.1 kB Preview Download
md5:2243a7eaa30e606698ef4492e8dfc397
33.4 kB Preview Download
md5:5277abb4bd62444c6ec7d136a7632d8c
31.7 kB Preview Download
md5:245c15570335fc70a37c68e3adb0e09c
32.9 kB Preview Download
md5:a9a5da88888280c3bd5cdce8569279cf
31.8 kB Preview Download
md5:d3a5829119920797eec31941caecf198
31.3 kB Preview Download
md5:c0a3b256418963df5809ab995fd91968
31.5 kB Preview Download
md5:8d63d9d60912be235c2cea618f8d2cf7
31.8 kB Preview Download
md5:835cc881d129708f4c77d573b2c8979e
32.1 kB Preview Download
md5:48a03f84e290dba0ec956d3eed611850
33.8 kB Preview Download
md5:0df2e9dcda501c98dc7ffc5cbe92f8e4
37.0 kB Preview Download
md5:441f788e38a5812802180d32525fb07f
36.0 kB Preview Download
md5:0f5c837759b5c7bae47d984321bc4530
34.6 kB Preview Download
md5:092cbb03fac5827ca37700179c1b6fbe
36.1 kB Preview Download
md5:af4568fae0dc9fd9fa85802342e10a1a
34.4 kB Preview Download
md5:9027b2822bb7c4c6778d13648dea3667
33.8 kB Preview Download
md5:129222f63c1361e8ed9d461b0e50fa61
29.2 kB Preview Download
md5:08daa2876e4438c47d538432dcb682fe
34.2 kB Preview Download
md5:b610043c88a0c9e2ffc8b883756c7818
35.5 kB Preview Download
md5:fec6cf84cb475d0f67e4df1bc30e7571
35.8 kB Preview Download
md5:f50b2a6faf9cace7b2ee1a3f1e5d772c
35.4 kB Preview Download
md5:73a4af983c557e50b0bec95748bf5c30
34.6 kB Preview Download
md5:ee1c52461cc0a861ad2bb8c6aba2974d
31.4 kB Preview Download
md5:799136eeeb863e24af8e69287494b36d
33.5 kB Preview Download
md5:8c72d2ca449143f4884cd3dc2bf8bc72
31.7 kB Preview Download
md5:d164bba6dbf35709f8c096b0390f2f09
31.7 kB Preview Download
md5:fadc0f36a6853c6f3dfbdfea79d7b0f1
32.1 kB Preview Download
md5:dc2743bdb5b879436faeee166053a20f
33.5 kB Preview Download
md5:ff8872aba93e4902a3bdf0f07f2960ae
31.4 kB Preview Download
md5:e7ab97cebebc2b98a4ae1a9c84536769
32.2 kB Preview Download
md5:432ee6a71b1ab433661ae97e76c6042c
29.5 kB Preview Download
md5:5fd8e4d1789d2ea7c46e67256d9f3419
32.0 kB Preview Download
md5:d3bb3d759f5ba16bbde44dee266e1552
35.3 kB Preview Download
md5:34872c2af2a30c44a7a610e60b3709fb
33.1 kB Preview Download
md5:f8d07801410f8944e515eb9583674e6e
37.9 kB Preview Download
md5:5ac642c4afca89a830d96fdedd149b57
29.4 kB Preview Download
md5:62bf326902053a4f1616f34ae0ad7c8d
33.2 kB Preview Download
md5:b5ffb0b560bbdd367b0a779acadf9e7c
31.9 kB Preview Download
md5:b479a9250eabad6e4d9e7dff3b85779c
30.1 kB Preview Download
md5:1ec1beb26e3b0ca2b30b032dd54b443f
31.2 kB Preview Download
md5:d9ecb734d9590ca828c076f2f8d53439
34.1 kB Preview Download
md5:f73d039587bd60e9e5b151c0962e51a9
36.0 kB Preview Download
md5:2c77b61d21df5714da6fd62e264ec2a9
32.5 kB Preview Download
md5:0ccd8f6ef576ae3293dd51f192dff342
27.9 kB Preview Download
md5:40e9779517d080870342834d13e4f9a1
34.8 kB Preview Download
md5:38b1c3cd667d8c180eaec5df876e227b
31.6 kB Preview Download
md5:ab9a06d8652754a21aed5e08be87b9df
30.5 kB Preview Download
md5:8d8fec430693231fdbc2fb975dea0930
28.7 kB Preview Download
md5:ad23cee8c59472d629cd998170089e49
28.8 kB Preview Download
md5:7c22403c101dba3d3df034332b38e2df
29.3 kB Preview Download
md5:55023bed06c097afbd7c9d62959a5789
32.8 kB Preview Download
md5:37ea7b37f5b654f9396b826034a3562f
32.5 kB Preview Download
md5:39c060425ff69cec201f4e1b0171707e
34.0 kB Preview Download
md5:51491fa8ac796f5557281a574aa964da
31.8 kB Preview Download
md5:6dd51421feae8a36c4ef402270de5c2f
29.6 kB Preview Download
md5:91dbe8aadf4b80cc0deef675cb527fa4
34.7 kB Preview Download
md5:f4aae8a7c0d5aa21fe794448bbdc4a75
11.9 MB Preview Download
md5:40a368b84e772115852cf169520c6ea8
34.8 kB Preview Download
md5:44da96239a1ede21f377cca798338fbc
31.4 kB Preview Download
md5:88a2a4a1aa917ac9b3567e583f932bc9
32.3 kB Preview Download
md5:dd54c179384df77d155b4811e93c0139
34.7 kB Preview Download
md5:0a633adb888d57f9c532d12d004ba33f
32.9 kB Preview Download
md5:f63af8a769d6748e7ebe2d2705c77606
34.2 kB Preview Download
md5:e1e78a68455d1e6bebb8e575856eb67f
34.0 kB Preview Download
md5:631dfea8dc37cf7c0f4be470a166fcbb
36.1 kB Preview Download
md5:89639fddff16b3d3007c3bea9734e2dc
35.0 kB Preview Download
md5:2308cc24bfd2df8f786efba28e991e03
32.5 kB Preview Download
md5:3aaab97aea5a04fd3716b73c486cebde
31.8 kB Preview Download
md5:cc03502789d5d54ea6ed75e7a2ed88e5
32.8 kB Preview Download
md5:e93bef644eb048701f0502bd33b557c7
35.7 kB Preview Download
md5:3c7c686c727d5aa05fdf7a4962363a4f
36.9 kB Preview Download
md5:9262e3c5b04354c85a39b0f34bb5e651
32.2 kB Preview Download
md5:a923fc36d5123099a119f5293b378a2c
30.9 kB Preview Download
md5:00b6214761b8833f5aaa02fdec43d16d
33.4 kB Preview Download
md5:0301010fc46b9b6448c4ca28e0dc15a3
32.1 kB Preview Download
md5:95ff61f7a8f55b61df6461c776f9fc3b
34.7 kB Preview Download
md5:d5ce45023d2f645a01d40bfc03a68d2b
35.1 kB Preview Download
md5:76553ed2340cfc376ee267de7f750e23
33.2 kB Preview Download
md5:c8e46e3944a5c71bac2f8efafae2780a
33.4 kB Preview Download
md5:3205170ae85a614b25cb940d077d370b
35.2 kB Preview Download
md5:3e1ecb4700d3c88bf31004c89cadf1b5
32.0 kB Preview Download
md5:1063cf0728d2292a4a554fd58f588813
32.4 kB Preview Download
md5:836aa7cfd320021065d06b63c3cd8ffb
32.6 kB Preview Download
md5:0bbc52df40bf640eb2ec434cf91d7afa
33.3 kB Preview Download
md5:5a3cff77c74ab612ce964576c9791c04
32.9 kB Preview Download
md5:d1e24a731134faaf4fcd031ad0737f17
31.5 kB Preview Download
md5:4a4035ab792d8851bd862d1df067f8a0
30.9 kB Preview Download
md5:777b0f69ca5db4c0a867293d81a5a8ff
32.4 kB Preview Download
md5:3be612ea7f7a0a67b1d8d6918045032f
31.9 kB Preview Download
md5:b96fd0b8bba3a53ca4656bab45c81cce
35.1 kB Preview Download
md5:f033f2a02693b340ce9fce7bfc8d14b7
31.5 kB Preview Download
md5:b53d0fc22a81f614435e25b02b649443
32.7 kB Preview Download
md5:326ec29ae09fa632ed685e3a96dd8577
32.6 kB Preview Download
md5:13cca3db190c099d4114a37910416e0b
36.0 kB Preview Download
md5:914bb361b6caf4695dcafe140c253dce
32.8 kB Preview Download
md5:9240de8a7927cc7041f35f433229dca8
31.2 kB Preview Download
md5:7e67c6ca15345b4379c6955ddb5fb3b6
29.7 kB Preview Download
md5:e2acfd6433ab6c02a64ce16931e7f854
29.1 kB Preview Download
md5:3764b9522688117751206b76000e7ad1
29.2 kB Preview Download
md5:2e96c1fa6b426471286a37656f14727b
34.3 kB Preview Download
md5:0c9013a971766618f3bdf63d6a307ee4
35.9 kB Preview Download
md5:946e1e64db7caebe6d20893290f8d4ba
31.3 kB Preview Download
md5:56252b68e6b591185f611065f3f23404
31.4 kB Preview Download
md5:58fd55941d03cd23ab74ad84e6498291
32.6 kB Preview Download
md5:9798a26a98cced8e6243bf729e55a094
31.9 kB Preview Download
md5:454a5de2f894fa97cbd03aea47ab4d62
30.2 kB Preview Download
md5:4ec12b1777b1dc5face51a598de22559
34.8 kB Preview Download
md5:4aa7d433761df3e0ccff31ded2b6845b
32.7 kB Preview Download
md5:8f71bd8ab90bcea4c3aa84e73adbbada
33.5 kB Preview Download
md5:1be69e9893eec535be072a84c6f096ab
31.4 kB Preview Download
md5:c9a7df8d275cf16339db4fde46413f7d
34.4 kB Preview Download
md5:44d1675373b59996ca0c67b2f627acd2
32.0 kB Preview Download
md5:3f5094bdd31cccab1a9261fe079025fb
34.8 kB Preview Download
md5:be93cca721820569d6289d09a676d312
32.9 kB Preview Download
md5:4ab51b71bf46c59038b7a3a10377cd60
31.0 kB Preview Download
md5:74a2b65b5e40ac07af23a39b388150c3
30.1 kB Preview Download
md5:cc0c36a315af1780a4147022d7c2faad
28.6 kB Preview Download
md5:9fba7bb84b513f0e1cda61650ea1cb93
34.4 kB Preview Download
md5:a47888724e83c9591c2287b7237e4ad8
33.2 kB Preview Download
md5:db533d4931276010371dc0b4c7f765e4
34.3 kB Preview Download
md5:0245f75ad86dc4031aa69e7b06d8ee1a
33.4 kB Preview Download
md5:2eee36d6393ff524f937a7f30687a870
29.2 kB Preview Download
md5:23336b901e9d7d7d0f17aa22b49680b3
31.8 kB Preview Download
md5:12a7e04ef1f604924c615d22b83b0628
32.3 kB Preview Download
md5:891f43c9189bb1cb585ceb7a306403b7
35.8 kB Preview Download
md5:f41c11df609a20ef86aa476575133b40
35.1 kB Preview Download
md5:d527928f3a3db4930b20af890ee488e9
36.4 kB Preview Download
md5:e599e06498b144a952a41547f9e28572
33.8 kB Preview Download
md5:fdf35b8610ac8594d2b4fabee9d28b5e
34.9 kB Preview Download
md5:fef0c6dc3da122014089329061558aa9
28.0 kB Preview Download
md5:99e0b2306a65cd18259d41a2046a5e34
31.2 kB Preview Download
md5:7ae51027c62a33f8c7e01a94c63d0824
30.8 kB Preview Download
md5:b431d856c65792ad9c71baff84d15200
29.0 kB Preview Download
md5:beae2220a600ff302c2ffc3c35d49605
33.4 kB Preview Download
md5:b436f883609139f55988ff0ad3203614
31.2 kB Preview Download
md5:124eb0ff1251f64eaa08feeb1ee1f079
29.2 kB Preview Download
md5:3ffd271cf1a91e18af1cd01af7fce6eb
35.1 kB Preview Download
md5:990c63fba8a4ef2146bc3d68bd21a9ec
32.8 kB Preview Download
md5:b515361de9306254844aef00ef30baf5
34.9 kB Preview Download
md5:2c06c967b961150c27700088e81b4ec5
33.6 kB Preview Download
md5:67aac1bdeeecf7cef6cdb771c96c47b5
34.9 kB Preview Download
md5:f633bdb59b8de1891c32d6d48eacf5e5
31.7 kB Preview Download
md5:3d855a8e52eabfb72b03cd8f0ca2b79e
33.2 kB Preview Download
md5:c8d49321f79fb9fd64832a0a33429e15
33.2 kB Preview Download
md5:960b6a0535ddc47f680178d2d6295c6d
31.1 kB Preview Download
md5:86710ae1e2d9ddbdf861e8570188d004
32.7 kB Preview Download
md5:fb9c5a4a80a5ced2b072e7cdd9824fdc
30.4 kB Preview Download
md5:c4b768a10a9b884ad71a2f5196cdb8c7
33.2 kB Preview Download
md5:f534c8f34f8e4ad42bb82dd05c4e3e5e
29.6 kB Preview Download
md5:552ee19f4b214c9d4997a69eda9cd20d
33.8 kB Preview Download
md5:94c20c668be14d2c93cde2149548f2d2
31.5 kB Preview Download
md5:a2bf0f281d18ba674540cc0bbceb5dd4
32.1 kB Preview Download
md5:5d7a3cff2d751fd843048aaf87e82d25
36.7 kB Preview Download
md5:a710da4547c1f36b1ee6f472c59389eb
31.7 kB Preview Download
md5:e7e14e28df08bc6aca1ec14dca1f216e
29.6 kB Preview Download
md5:6dcc2614e66469435f6e7d0c63a4c8d2
32.1 kB Preview Download
md5:ecdf27c806ab8e10846a0778e3faf9e7
35.0 kB Preview Download
md5:30378dc1ed3ae71906e17e0dab0c995f
32.1 kB Preview Download
md5:d68677d044e62ca2f76a57a46a9d265c
30.9 kB Preview Download
md5:5ac24e2adb3af5797d15bd2028118084
31.9 kB Preview Download
md5:2c5fb316afbf0aa9883f2c6f3dd21bf3
33.8 kB Preview Download
md5:42f86623ea5cd82253604248e8d637f8
33.6 kB Preview Download
md5:39185c4c621c8088b287297a581af412
32.3 kB Preview Download
md5:921969aed2b35d80d7cba6551470b96e
32.5 kB Preview Download
md5:d564a4c37aa9daa2dceaaf4fe4de74d4
32.5 kB Preview Download
md5:3f1aaf376d9653f06c73e66d29b99a07
29.0 kB Preview Download
md5:9e7053ca8f1bc4f481213b65bbc94cea
35.4 kB Preview Download
md5:619f782871e55fe70445e9aa4d4deb2c
35.5 kB Preview Download
md5:d4d99618464682694830e936cd022b29
33.6 kB Preview Download
md5:4e2409e909d193c5936d803e320f3177
32.3 kB Preview Download
md5:c38076125b85166da1485c00c11a0f32
31.8 kB Preview Download
md5:141b634f529342fbed7fc747e33e1124
34.1 kB Preview Download
md5:f208f96e576bf889f9a63fdbf38e4c82
30.0 kB Preview Download
md5:f44d76f4844672ca13c4a34e146789e1
34.8 kB Preview Download
md5:640e32b68a83f6d6dd0c5b84d6a3b21e
32.7 kB Preview Download
md5:6230771e05197d4942bd76f04dea1132
32.6 kB Preview Download
md5:44def2fe968d0586b2e71d7ab261c7be
32.1 kB Preview Download

Additional details

References

  • Frey A, Ionescu G, Lemaire B, López-Orozco F, Baccino T and Guérin-Dugué A (2013) Decision-making in information seeking on texts: an eye-fixation-related potentials investigation. Front. Syst. Neurosci. 7:39. doi: 10.3389/fnsys.2013.00039
  • Olivier, B., Guérin-Dugué, A. and Durand, J.-B. Hidden Semi-Markov Models to Segment Reading Phases from Eye Movements. Research Report RR-9398, Inria Grenoble - Rhône-Alpes. 2021.