<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta>
      <journal-title-group>
        <journal-title>ProfIT AI</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Estimation and Visualization of Webcam Eye Tracking for Text Reading</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Anastasiia Grynenko</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Olena Turuta</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ruslan Kasheparov</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Olga Kalynychenko</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Oleksii Turuta</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Kharkiv National University of Radio Electronics</institution>
          ,
          <addr-line>Nauky Ave. 14, Kharkiv, 61166</addr-line>
          ,
          <country country="UA">Ukraine</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2024</year>
      </pub-date>
      <volume>4</volume>
      <fpage>25</fpage>
      <lpage>27</lpage>
      <abstract>
        <p>With increasingly popular eye-tracking research, we wondered if it was necessary to use special equipment - eye trackers - for such experiments. Webcams are inexpensive and everyone has them at home. But are they precise enough to be used in text reading experiments? We tested whether an ordinary webcam can determine where the reader's eyes are located when reading text from a screen. We found that a webcam can be used to detect a line at certain text sizes and line spacing. However, the webcam is not suitable for capturing individual words or letters. This requires more accurate eye trackers.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Eye-tracking</kwd>
        <kwd>gaze detection</kwd>
        <kwd>NLP</kwd>
        <kwd>Corpus</kwd>
        <kwd>Artificial Intelligence Ethics</kwd>
        <kwd>Diagnostic Accuracy1</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
    </sec>
    <sec id="sec-2">
      <title>2. Relevance</title>
      <p>The technology is widely used in education, both in the form of student eye tracking (tasks to
determine student engagement, academic performance, and skills assessment) and in the form of
teacher eye tracking (professional eye tracking). In addition, there is an idea to explore the
methodology of performing tasks with eye tracking with the possibility of turning them into
educational material. Eye movement has also helped in the training of some professions, such as
pilots, by developing methods for modeling complex realized events, detecting errors, and assessing
consequences.</p>
      <p>
        Marketing, human-computer interaction, and neuroergonomics are also well-known applications
of eye tracking for market research, audience research, as an input device, and for adaptation in the
workplace, respectively [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. There are ideas for using tracking data to improve NLP models, to
evaluate them, and to explore the possibility of applying the models to other languages and problems
[
        <xref ref-type="bibr" rid="ref5 ref6 ref7 ref8">5-8</xref>
        ]. There are also many other applications of gaze tracking systems, such as research on
perception and cognitive processes, lie detection [
        <xref ref-type="bibr" rid="ref10 ref9">9-10</xref>
        ], and detection of deepfakes [
        <xref ref-type="bibr" rid="ref11 ref12">11-12</xref>
        ].
      </p>
      <p>
        Another interesting use of the system is to diagnose a person's mental state, which is especially
relevant in times of full-scale war. An example of the realization of such an idea is the Ukrainian
startup Anima [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]. Indeed, many Ukrainians, especially the military, suffer from constant stress that
puts a strain on their psychological state. It is important to constantly monitor and prevent possible
deterioration of psychological health in order to understand the readiness of the military for combat.
Gaze tracking systems can help with this, as a shifted distribution of attention to stimuli of different
emotional colors may indicate certain deviations. This idea can be expanded to diagnose various
other mental illnesses, as there are already publications describing ways to diagnose them by
studying a person's gaze.
      </p>
    </sec>
    <sec id="sec-3">
      <title>3. Eye-tracking features</title>
      <p>Calibration is necessary to adapt the system algorithm before applying it to the person sitting in
front of the eye-tracker.</p>
      <p>Some systems do not need calibration, but most still require it. Calibration is possible when the
point the person is looking at is known. Mobile device calibrations vary, and their instructions are
in the manuals. For a screen-based calibration, you need to focus your gaze on the targets shown on
the screen. The more targets in different parts of the screen are analyzed, the more accurate the
system will be, but this can be time consuming and inconvenient for some experiments.</p>
      <p>In our experiment, we want to collect data that can be useful to different professionals interested
in the application of eye tracking in their field, and to evaluate the quality and accuracy of the
resulting system.</p>
      <p>Since in our experiment we will not use special high-precision equipment that may not require
calibration, and the format will be screen-based, we will use points from different parts of the screen
for calibration, namely 3 rows of 3 points, with one point appearing in the center of the screen and
the rest in the perimeter of the screen with 4 points in the corners.</p>
    </sec>
    <sec id="sec-4">
      <title>4. Datasets</title>
      <p>Eye-tracking reading experiments often use fixations (place, duration) and saccades (length,
duration, start and end point) as captured primitives. For more detailed experiments, the number of
fixations per 100 words, whether they are progressive or regressive, and the frequency of regressions
are observed.</p>
      <p>
        There are eye-tracking datasets with 2 different types of input data: the original video with the
specified characteristics of the experiment and already processed format, where with the original
parameters of the eyes the resultant point on the screen is indicated [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ].
      </p>
      <p>Two methods are used for text experiments: rapid serial visual presentation (RSVP), in which the
words are presented at a set rate in the same location, and self-paced reading, in which only several
words are presented on the screen at a time and readers advance the text by pushing a button. There
are variations of the self-paced method. Some experiments include the ability to look back in the
text. Some display only one word, while others display several at once. Sometimes the words are in
the same place, and sometimes they are presented spatially, as in a normal text. There are also studies
that consider a text as a time-series process [15] or based on an attention mechanism [16].</p>
      <p>As for textual datasets, they often consist of a single sentence and are monolingual, although
there are also longer texts and multilingualism available, such as GECO [17] and MECO [18] datasets
[19]. It is also important to note that most of the existing datasets are in English. The Ukrainian
language is considered to be a low resource language with very few existing datasets [20]. Therefore,
the text in Ukrainian will be used in our experiment.</p>
    </sec>
    <sec id="sec-5">
      <title>5. Hardware</title>
      <p>Hardware differs by specialty, human interface, scope of tracking, and technical characteristics.</p>
      <p>Special trackers refer to any additional gaze-detection hardware, when non-special is a standard
webcam. The interface can be head-stabilized, remote, and mobile (also called "head-mounted"). In
terms of tracking area, devices are differentiated into those that use a computer screen as the
stimulus area; those that can operate in more complex geometries, such as a multi-screen booth; and
those that can operate in the real world. Technical characteristics include accuracy, sampling rate,
resolution, etc.</p>
      <p>We divided trackers by human interface, additionally adding non-special devices (webcams). We
get the following groups: head-stabilized, remote, mobile and non- special.</p>
      <p>Head-stabilized eye tracking is usually much more accurate than other types of trackers, so they
are used in neurophysiological experiments, where participants' comfort is less important than
system accuracy and precision, as well as in experiments with animals. However, such trackers are
uncomfortable and not designed for experiments where natural responses with head movements are
important.</p>
      <p>Remote systems consist of a camera and an infrared source. Most often such cameras are mounted
under the screen, as the pupil is more visible from that position due to the shape of the eye and
eyelids. Remote eye tracking is useful in experiments with infants and in natural interactions.
Limitations for such trackers are a fixed working area beyond which gaze tracking is difficult, the
tolerance of head movements affecting the inaccuracy of results, sunlight reflected in participants'
eyes, and the problem of capturing more than one participant.</p>
      <p>Mobile gaze tracking is often in the form of goggles that include a scene recording camera, gaze
capture cameras, and illuminators. Such devices are a great option for real-world research. There is
the problem of sunlight, but it is solvable. In addition there is a problem of the difficulty of tracking
the gaze at the periphery and the use of a relative coordinate system that differs greatly from
participant to participant.</p>
      <p>Non-special equipment does not have infrared beams or a head stabilizer, so its effectiveness is
orders of magnitude lower. However, a significant advantage is the popularity of web cameras.</p>
      <p>As a result of comparing different hardware, it was concluded that greater accuracy is given by
special devices, especially with a head lock. But since webcams are much more common and do not
require additional costs, we would like to investigate camera accuracy. The camera used in the
experiment has a frame rate of 30 FPS and a resolution of 1280x720.</p>
    </sec>
    <sec id="sec-6">
      <title>6. Software</title>
      <p>These days, there are various programs that allow eye-tracking, both with special eye trackers and
with general webcams [21]. Our focus was on those of them that can be applied to general webcams.
A comparison of different eye-tracking software is shown in Table 1.</p>
      <p>Although some software can detect, for example, saccades, it can only be achieved using special
equipment, because the frequency of the web-cameras is not sufficient for this.</p>
      <p>Having compared and worked with the above-mentioned programs, it was decided to use
WebGazer.js for the experiment. Although this software works relatively roughly and cannot capture
saccades and fixations, due to its well-developed community and available documentation it is
excellent for conducting small experiments.</p>
    </sec>
    <sec id="sec-7">
      <title>7. Data preparation</title>
      <p>In preparation for an upcoming experiment, the task at hand involves the careful and meticulous
preparation of data. To accomplish this, we have developed a specialized service designed to generate
custom images with specific parameters. These parameters include the picture resolution, aimed at
optimizing the display quality on the user's screen, as well as the desired text, font style, font size,
spacing between words, spacing between sentences, distance to the screen border, and the desired
position of the text on the screen.</p>
      <p>By leveraging our innovative service, a seamless process is established for creating a high-quality
PNG image that precisely adheres to the specified parameters. Additionally, a corresponding JSON
file is generated, which contains metadata that comprehensively describes the various parameters of
the image. This includes vital information such as the exact placement coordinates for each word
within the image.</p>
      <p>By providing this comprehensive and meticulously detailed output, our service ensures that the
necessary data is readily available for the future experiment, enabling a smooth and accurate analysis
of the acquired information.</p>
      <p>The final generated image contains the text itself and additional borders. The word boundaries
calculated by the program according to the text metadata are displayed in green.</p>
      <p>Figure 1 shows the generated final image, using the data taken from the metadata.</p>
    </sec>
    <sec id="sec-8">
      <title>8. Experiment description</title>
      <p>The primary objective of this paper is not to conduct a comprehensive study on eye movement
during text-related tasks. Instead, its main focus is to introduce a system that can potentially facilitate
such experiments. The paper includes an experiment that serves two purposes: firstly, to showcase
the viability of employing an eye-tracking system, and secondly, to examine the feasibility of
substituting costly eye trackers with a simpler webcam solution.</p>
      <p>The goal of the experiment is to determine the extent to which webcams can be useful using
WebGazer.js to determine the position in the text, where the participant focuses. For this purpose,
Ukrainian text was taken, which was projected on a 14'' FullHD screen with different font sizes and
line spacing. The result of the experiment was to select the optimal ratio of text parameters.</p>
      <p>At the stage of preparation for the experiment 16 variants of text with Calibri font and font size
from 24 pt to 32 pt with the step of 4 pt, and with the line spacing from 1.5 to 3 with the step of 0.5
were formed.</p>
      <p>The experiment involved people with different eye colors without special features (e.g., glasses).
Each participant had to wait for the camera to capture their face and then underwent calibration at
9 points after starting the app. During the calibration, each point had to be clicked 5 times while
looking at it. After a successful calibration, the system's accuracy was calculated when looking at the
center point and displayed on the screen. The system-determined point of view was displayed as a
blue dot. The text parameters could be changed from the top menu bar. During the experiment,
attention was paid to how accurately the place where the gaze was directed could be determined.
For this purpose, hits in a word were examined.</p>
      <p>Percentages of hits in the word was calculated using the following equation
 =
!
"
where ! is the fraction of hits, i.e. the number of hits on the container that contains the word, and
" is the number of the number of times the container was missed calculated for 5 seconds of gaze.
The hit or miss accuracy is evaluated at regular intervals of 10 milliseconds.</p>
      <p>To activate the accuracy calculation function, we used the right mouse click at the place where
the gaze is actually directed.</p>
    </sec>
    <sec id="sec-9">
      <title>9. Heat maps</title>
      <p>Heat maps in eye tracking play a crucial role in visualizing and analyzing gaze focus data. By utilizing
color intensity, heat maps provide a graphical representation that indicates the level of eye attention
in specific areas of an image or screen. This enables researchers and practitioners to gain insights
into the patterns of visual exploration and focus during various tasks.</p>
      <p>Real-time display of eye movements is particularly valuable in tasks that require immediate
feedback or interaction. The inclusion of real-time heat maps allows for the visualization of the
current gaze location on the screen, providing instant visual feedback to both the user and the
experimenter.</p>
      <p>One of the advantages of heat maps is their ability to accumulate information over time. By
highlighting areas on the screen where the gaze was directed for longer durations with stronger and
more noticeable colors, heat maps effectively capture the salient regions of interest. This feature aids
in reducing noise or transient eye movements, as the emphasis is placed on areas that received
sustained attention.</p>
      <p>Heat maps can be employed in various domains, including usability testing, user experience
research, website optimization, and advertising analysis. They provide a valuable tool for
understanding visual attention patterns, optimizing user interfaces, and enhancing the overall user
experience.</p>
      <p>Figure 2 shows the heat map display.</p>
      <p>The image clearly demonstrates the informative nature of heat maps, as they vividly depict the
visual information regarding the focus of attention.
10.Post-processing of received data
During the experiment, the program collects important data about the user, in particular the
coordinates of his gaze, namely the x and y coordinates and the corresponding timestamps. This data
is then organized and stored in a structured format in a CSV (Comma-Separated Values) file. The
collected data is then transmitted to a server for further processing and analysis.
11.Results
Figure 3 shows the application during the accuracy assessment at a particular location.</p>
      <p>Based on the results of the participation of several people who tested the accuracy of the three
places in the text for each set of parameters, a table 2 was constructed with line spacing on the rows
and font size on the columns, where their intersection shows the percentage of hits in the line. It is
worth mentioning that the values were calculated by taking the arithmetic mean of accuracy across
all participants.</p>
      <p>Despite the expected linearity of the data, we got a different result. We can explain it by the
inaccuracies of the program, lack of experiments and by the internal processes of the brain, which
lead to uncontrolled eye movements.</p>
      <p>According to the results of the experiment, a word can be caught with a webcam with a font size
not less than 32 pt and a line spacing not less than 2.5 with an accuracy more than 84%, but to
determine the letter that the participant is looking at, the webcam is not enough.
12.Conclusion
The results of the experiment showed that a webcam can be used to recognize a line that reads text.
However, compared to the results that can be obtained using special equipment, webcams do not
work accurately. The plan is to experiment with more accurate special trackers in order to separate
the letter at which the gaze is directed with greater accuracy.</p>
      <p>The experiment yielded a discovery regarding the feasibility of utilizing webcams for eye-tracking
in the context of reading texts on general devices. This finding highlights a crucial advancement in
the field, as it demonstrates the successful adaptation of commonly available webcams for capturing
and analyzing eye movement data. The ability to utilize webcams for eye-tracking opens up new
possibilities for researchers and practitioners, as it eliminates the need for specialized and expensive
eye-tracking equipment. This not only expands the accessibility of eye-tracking technology but also
presents opportunities for conducting eye-tracking studies on a larger scale and in diverse settings.
The implications of this finding extend beyond the scope of the experiment and have the potential
to shape future research methodologies and applications in the field of eye-tracking.</p>
    </sec>
    <sec id="sec-10">
      <title>Acknowledgements</title>
      <p>This publication is based upon work from COST Action CA21131, supported by COST (European
Cooperation in Science and Technology).
[15] A. Yerokhin, O. Turuta, A. Babii, A. Nechyporenko and I. Mahdalina, "Usage of phase space
diagram to finding significant features of rhinomanometric signals," 2016 XIth International
Scientific and Technical Conference Computer Sciences and Information Technologies (CSIT),
2016, pp. 70-72, doi: 10.1109/STC-CSIT.2016.7589871.
[16] Brandl, S., &amp; Hollenstein, N. (2022). Every word counts: A multilingual analysis of individual
human alignment with model attention. ArXiv, abs/2210.04963.
[17] Cop, U., Dirix, N., Drieghe, D. et al. Presenting GECO: An eyetracking corpus of monolingual
and bilingual sentence reading. Behav Res 49, 602–615 (2017).
https://doi.org/10.3758/s13428016-0734-0.
[18] The Multilingual Eye-tracking Corpus (MECO) https://meco-read.com/category/data-news/
(Siegelman et al., 2022; Kuperman et al., 2022).
[19] D. Dashenkov, K. Smelyakov and O. Turuta, "Methods of Multilanguage Question Answering,"
2021 IEEE 8th International Conference on Problems of Infocommunications, Science and
Technology (PIC S&amp;T), 2021, pp. 251-255, doi: 10.1109/PICST54195.2021.9772145.
[20] Panchenko, D., Maksymenko, D., Turuta, O., Luzan, M., Tytarenko, S., Turuta, O. (2022).</p>
      <p>Ukrainian News Corpus as Text Classification Benchmark. In: , et al. ICTERI 2021 Workshops.
ICTERI 2021. Communications in Computer and Information Science, vol 1635. Springer, Cham.
https://doi.org/10.1007/978-3-031-14841-5_37.
[21] Punde, P.A.; Jadhav, M.E.; Manza, R.R. A study of eye tracking technology and its applications.</p>
      <p>In Proceedings of the 2017 1st International Conference on Intelligent Systems and Information
Management (ICISIM), Aurangabad, India, 5–6 October 2017; IEEE: Piscataway, NJ, USA, 2017;
pp. 86–90.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <surname>Rayner</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          (
          <year>1998</year>
          ).
          <source>Eye movements in reading and information processing: 20 years of research. Psychological Bulletin</source>
          ,
          <volume>124</volume>
          (
          <issue>3</issue>
          ),
          <fpage>372</fpage>
          -
          <lpage>422</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <surname>Just</surname>
            ,
            <given-names>M. A.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Carpenter</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          (
          <year>1980</year>
          ).
          <article-title>A theory of reading: From eye fixations to comprehension</article-title>
          .
          <source>Psychological Review</source>
          ,
          <volume>85</volume>
          ,
          <fpage>109</fpage>
          -
          <lpage>130</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <surname>Krakowczyk</surname>
            ,
            <given-names>D. G.</given-names>
          </string-name>
          , Reich,
          <string-name>
            <given-names>D. R.</given-names>
            ,
            <surname>Chwastek</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Jakobi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D. N.</given-names>
            ,
            <surname>Prasse</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            ,
            <surname>Süss</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            , . . .
            <surname>Jäger</surname>
          </string-name>
          ,
          <string-name>
            <surname>L. A.</surname>
          </string-name>
          (
          <year>2023</year>
          ).
          <article-title>Pymovements: A python package for eye movement data processing</article-title>
          .
          <source>Paper presented at the Eye Tracking Research and Applications Symposium</source>
          (ETRA),
          <source>doi:10.1145/3588015</source>
          .3590134
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <surname>Peysakhovich</surname>
            ,
            <given-names>Vsevolod</given-names>
          </string-name>
          &amp; Lefrançois, Olivier &amp; Dehais, Frédéric &amp; Causse,
          <string-name>
            <surname>Mickael.</surname>
          </string-name>
          (
          <year>2018</year>
          ).
          <article-title>The Neuroergonomics of Aircraft Cockpits: The Four Stages of Eye-Tracking Integration to Enhance Flight Safety</article-title>
          .
          <source>Safety. 4. 8. 10</source>
          .3390/safety4010008. https://www.researchgate.net/publication/323441671_The_Neuroergonomics_of_Aircraft_Coc kpits_The_Four_Stages_of_Eye-Tracking_Integration_to_Enhance_Flight_Safety
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <surname>Hollenstein</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Barrett</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Beinborn</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          (
          <year>2020</year>
          ).
          <article-title>Towards Best Practices for Leveraging Human Language Processing Signals for Natural Language Processing</article-title>
          . LINCR. https://drive.google.com/file/d/1FxZso4wgjz2PFrKsZC7Elb-L5PXYZdEJ/view
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <surname>Erdem</surname>
            ,
            <given-names>Erkut</given-names>
          </string-name>
          &amp; Kuyu, Menekşe &amp; Yagcioglu, Semih &amp; Frank, Anette &amp; Parcalabescu, Letitia &amp; Plank, Barbara &amp; Babii, Andrii &amp; Turuta, Oleksii &amp; Erdem, Aykut &amp; Calixto, Iacer &amp; Lloret, Elena &amp; Apostol,
          <string-name>
            <given-names>Elena</given-names>
            <surname>Simona</surname>
          </string-name>
          &amp; Truică,
          <string-name>
            <surname>Ciprian-Octavian</surname>
          </string-name>
          &amp; Šandrih
          <string-name>
            <surname>Todorović</surname>
          </string-name>
          , Branislava &amp;
          <string-name>
            <surname>Martinčić-Ipšić</surname>
            , Sanda &amp; Berend, Gábor &amp; Gatt,
            <given-names>Albert &amp; Korvel</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gražina.</surname>
          </string-name>
          (
          <year>2022</year>
          ).
          <article-title>Neural Natural Language Generation: A Survey on Multilinguality, Multimodality, Controllability and Learning</article-title>
          .
          <source>Journal of Artificial Intelligence Research</source>
          .
          <volume>73</volume>
          .
          <fpage>1131</fpage>
          -
          <lpage>1207</lpage>
          .
          <fpage>10</fpage>
          .1613/jair.1.12918.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <surname>Hahn</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , &amp; Keller,
          <string-name>
            <surname>F.</surname>
          </string-name>
          (
          <year>2016</year>
          ).
          <source>Modeling Human Reading with Neural Attention. Conference on Empirical Methods in Natural Language Processing</source>
          . https://aclanthology.org/D16-1009.pdf
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <surname>Barkovska</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pyvovarova</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kholiev</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ivashchenko</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Rosinskyi</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          (
          <year>2021</year>
          ).
          <article-title>Information object storage model with accelerated text processing methods</article-title>
          .
          <source>Paper presented at the CEUR Workshop Proceedings</source>
          , ,
          <volume>2870</volume>
          <fpage>286</fpage>
          -
          <lpage>299</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <surname>Fang</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sun</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zheng</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Deng</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          (
          <year>2021</year>
          ).
          <article-title>Assessing Deception in Questionnaire Surveys With Eye-Tracking</article-title>
          . Frontiers in Psychology,
          <volume>12</volume>
          . https://www.frontiersin.org/articles/10.3389/fpsyg.
          <year>2021</year>
          .774961/full
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>Ge</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yang</surname>
            ,
            <given-names>X.Q.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>Y.X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Huang</surname>
            ,
            <given-names>H.L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shen</surname>
            ,
            <given-names>X.C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Hu</surname>
            ,
            <given-names>J.M.</given-names>
          </string-name>
          (
          <year>2020</year>
          ).
          <article-title>Application of Eye Tracker in Lie Detection</article-title>
          .
          <source>Fa yi xue za zhi, 36</source>
          <volume>2</volume>
          ,
          <fpage>229</fpage>
          -
          <lpage>232</lpage>
          . https://pubmed.ncbi.nlm.nih.gov/32530172/
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>Gupta</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chugh</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dhall</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Subramanian</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          (
          <year>2020</year>
          ).
          <article-title>The eyes know it: FakeET- An Eyetracking Database to Understand Deepfake Perception</article-title>
          .
          <source>Proceedings of the 2020 International Conference on Multimodal Interaction</source>
          . https://arxiv.org/pdf/
          <year>2006</year>
          .06961.pdf
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>Demir</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Ciftci</surname>
            ,
            <given-names>U.A.</given-names>
          </string-name>
          (
          <year>2021</year>
          ).
          <article-title>Where Do Deep Fakes Look? Synthetic Face Detection via Gaze Tracking</article-title>
          .
          <source>ACM Symposium on Eye Tracking Research and Applications</source>
          . https://arxiv.org/pdf/2101.01165.pdf
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <article-title>Neurobiological test of mental state Anima</article-title>
          . https://ua.anima.help/
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>K.</given-names>
            <surname>Krafka*</surname>
          </string-name>
          , A. Khosla*,
          <string-name>
            <given-names>P.</given-names>
            <surname>Kellnhofer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Kannan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Bhandarkar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Matusik</surname>
          </string-name>
          and
          <string-name>
            <given-names>A.</given-names>
            <surname>Torralba</surname>
          </string-name>
          <article-title>Eye Tracking for Everyone</article-title>
          .
          <source>IEEE Conference on Computer Vision and Pattern Recognition (CVPR)</source>
          ,
          <year>2016</year>
          rXiv, abs/1606.05814.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>