<!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>T)</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Tailoring Automatic Text Simplification Output for Deaf and Hard of Hearing Adults</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Euan McGill</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Universitat Pompeu Fabra</institution>
          ,
          <addr-line>Carrer de Tànger, 122-134, Barcelona, 08018</addr-line>
          ,
          <country country="ES">Spain</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2021</year>
      </pub-date>
      <volume>1</volume>
      <fpage>9</fpage>
      <lpage>20</lpage>
      <abstract>
        <p>This paper presents a research proposal into tuning the outputs of an Automatic Text Simplification (ATS) system to the needs of the deaf and hard-of-hearing (DHH) community. There is an overview of simplification methods, and studies on ATS where it relates to the DHH community. It then presents an experimental design where research participants are presented with simplified text from an established method of ATS, and simplified text which has been post-processed to move the sentence topic to initial position - a common feature of sign languages. Each simplification method is also evaluated by automatic metrics.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;accessibility</kwd>
        <kwd>natural language processing</kwd>
        <kwd>sign language</kwd>
        <kwd>text simplification</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        behind their hearing peers throughout childhood [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], which prevents access to further education
and employment opportunities. In the United Kingdom, 17% of hearing children progress to
top-level universities, compared to 9% of their deaf peers2. Across the European Union the
unemployment rate is much higher among the DHH community, tracking with employment
ifgures for anyone with a disability 34.
      </p>
      <p>
        This reality is not inevitable. It is suggested that empowering people with disabilities including
deafness will not only promote equality of opportunities, but also costs less in terms of providing
unemployment benefits 5. With good quality ATS alongside the nascent area of sign language
(machine) translation [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], providing a large amount of adequate materials for DHH people will
become more practical and reliable.
      </p>
      <p>
        The idea of providing ATS technology for reading assistance has been established [
        <xref ref-type="bibr" rid="ref6 ref7">6, 7</xref>
        ] as
beneficial in improving access to information for DHH people. Recent work has also evaluated
methods of ATS for reading assistance from a human-computer interaction standpoint [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], and
the ability of evaluative metrics to measure text complexity for DHH people [
        <xref ref-type="bibr" rid="ref3 ref9">3, 9</xref>
        ]. This study
aims to progress the current research by tuning methods of ATS to the needs of DHH people.
It will adapt the output of an ATS system based on preferences of the DHH community from
current literature, and propose some novel methods based on typologically common features of
sign language.
      </p>
      <p>In Section 2.1, an outline of ATS is drawn followed by a more in-depth discussion of research
in the field related to DHH people in Section 2.2. Section 2.3 explores how knowledge of
sign language grammar may interact with ATS research. The proposed methodology based
on the research questions in Section 3 is described in Section 4. Finally, other considerations
surrounding the study are located at the end of the paper in Section 5.</p>
      <sec id="sec-1-1">
        <title>1.1. SignON</title>
        <p>
          This work is being carried out in conjunction with the SignON6 European Union project [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ].
Its goal is to create a translation service between signed and spoken languages in Europe. This
initiative is community-led, with input and leadership from the DHH community at every level.
It is possible that using simplified text during the training of its machine translation system
would be beneficial as a pre-processing step [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ].
        </p>
      </sec>
    </sec>
    <sec id="sec-2">
      <title>2. Related Work</title>
      <sec id="sec-2-1">
        <title>2.1. Text simplification strategies</title>
        <p>
          There are three main strategies for ATS: Lexical, syntactic, and a hybrid approach encompassing
both. Lexical simplification falls into two main tasks [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ], finding synonyms as word-replacement
candidates and word sense disambiguation (WSD). To find synonyms, it is possible to use a
2https://www.independent.co.uk/news/education/education-news/deaf-students-russell-group-universitieslevel-results-access-national-deaf-childrens-society-a8463301.html
3https://ec.europa.eu/social/main.jsp?catId=738&amp;langId=en&amp;pubId=7482
4Exact figures are not available, as ‘disability’ does not have an exact definition across EU states and institutions
5https://www.eud.eu/news/deaf-and-employment-crisis/ (European Union of the Deaf)
6https://signon-project.eu/
lexical database such as WordNet [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ] or more recently word2vec [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ] which also contains
syntactic information. Context-sensitive lexical simplification [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ] ensures that replacement
synonyms remain grammatical, and do not alter the intended meaning. WSD has multiple
strategies which interpret the idea of word complexity diferently. Some approaches rely solely
on word frequency, while others incorporate word length [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ].
        </p>
        <p>
          Syntactic, or sentence-level, simplification relies on the transformation of linguistic structures
which boost readability, i.e. require lower decoding and linguistic abilities [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ] for the reader. For
example, an utterance may be more readable if the argument structure and word order are more
canonical for a given language, or through paraphrase - shortening the length and removing
additional qualifiers and subordinate clauses from an utterance. Strategies for syntactic ATS
have developed over the years from a hand-crafted rule-based approach [
          <xref ref-type="bibr" rid="ref14 ref15">14, 15</xref>
          ], into leveraging
state-of-the-art neural machine translation models [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ]. Table 2.1 shows an example of each
text simplification strategy.
        </p>
        <p>
          It has been alluded to that large databases and corpora are required to perform ATS. For
English and Spanish, the proposed languages for this work, there are many resources specifically
designed for this task. Simple English Wikipedia7 is a central resource spawning corpora
such as the large Parallel Wikipedia Simplification (PWKP) dataset [
          <xref ref-type="bibr" rid="ref17">17</xref>
          ] and Wikilarge [
          <xref ref-type="bibr" rid="ref18">18</xref>
          ].
However, caution must be used as Simple English Wikipedia is not a parellel corpus - rather a
spontaneously written new language for the encyclopaedia. In fact, up to half of the PWKP
corpus are not simplifications [
          <xref ref-type="bibr" rid="ref1 ref19">1, 19</xref>
          ].
        </p>
        <p>
          Without a simple Spanish Wikipedia-type resource, there are corpora for parallel
Spanish/simplified Spanish text. As an example, Simplext [
          <xref ref-type="bibr" rid="ref20">20</xref>
          ] contains 200 utterance pairs. There
are also tools to create novel simplifications for a monolingual corpus. Candidate ranking [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ]
and context-aware algorithms like CASSA [
          <xref ref-type="bibr" rid="ref21">21</xref>
          ] can do Ngram-based lexical simplification. Text
alignment [
          <xref ref-type="bibr" rid="ref22">22</xref>
          ] as part of a pipeline, and recent deep learning methods [
          <xref ref-type="bibr" rid="ref11 ref16">11, 16</xref>
          ] may also be used
to create sentence-level simplification.
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>2.2. Text simplification and DHH accessibility</title>
        <p>
          For around 20 years [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ], there has been work into both lexical and syntactic simplification
for readability focused on DHH readers. Inui and colleagues also highlighted the need for
multiple degrees of reading aptitude in the output, as literacy levels are highly variable across
the community [
          <xref ref-type="bibr" rid="ref3 ref7 ref9">3, 7, 9</xref>
          ] and a ‘one size fits all’ approach is likely to be of-putting for DHH
readers [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ]. Following on from the goal of SignON [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ], it is crucial to design outputs and
systems based entirely on the needs and preferences of the target community for accessibility.
        </p>
        <p>
          As a starting point, it would be useful to follow an established accessibility framework.
The EASIER tool [
          <xref ref-type="bibr" rid="ref23">23</xref>
          ] was built around the Web Content Accessibility Guidelines 8, which
are designed to make text content on the web available to everyone. In addition, Alonzo and
colleagues studied preferences of the DHH community on the visualisation of a prototype
lexical simplification system [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ]. They state that it should be imperative to provide community
tailored ATS output in their preferred display format, with a degree of autonomy in accessing
the simplifications for themselves. It has been successful in other populations [
          <xref ref-type="bibr" rid="ref23 ref24">23, 24</xref>
          ], and ATS
as reading assistance is argued to have an objective benefit to the DHH community [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ].
        </p>
        <p>
          In addition, evaluating ATS systems in the DHH communities has mostly been achieved
through subjective, manual methods [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ]. As automatic metrics for evaluating ATS exist (e.g.
SARI [
          <xref ref-type="bibr" rid="ref25">25</xref>
          ]), it would be beneficial to incorporate these into a study alongside the opinions of
target users. A logical next step is therefore to implement a syntactic or hybrid ATS system
with post-processing and visualisation steps informed by the preferences of DHH readers.
        </p>
      </sec>
      <sec id="sec-2-3">
        <title>2.3. Sign language interface</title>
        <p>
          It is important to consider the language which most DHH people use in their daily lives, sign
language. Unfortunately, datasets which could be used to create widely-available NLP-based
technology are few and far between for sign languages [
          <xref ref-type="bibr" rid="ref26 ref5">5, 26</xref>
          ]. Widening accessibility may
currently be achieved by simplifying text in the ambient language. By incorporating features of
sign language grammar into the simplified ambient language text as far as remains grammatical,
the information structure may be more accessible to DHH readers.
        </p>
        <p>
          There are some typologically-common grammatical features between sign languages,
including those which are not closely related. In the paradigm of word order classification for spoken
languages, e.g. SOV (Subject-Verb-Object), sign languages are flexible on word order. Instead
sign languages tend to topicalise information [
          <xref ref-type="bibr" rid="ref27">27</xref>
          ], move discourse-prominent information to the
ifrst position in an utterance. An example of topicalisation is shown in Figure 1. In NLP, there
exist methods to extract the topic of an utterance. For example, the Latent Dirichlet Allocation
algorithm can be used to pick out topic words from word distributions in a probabilistic manner
[
          <xref ref-type="bibr" rid="ref28">28</xref>
          ]. If the topic noun phrase (NP) of a sentence could be fronted, this could be a method of
making simplified utterance more accessible to DHH readers.
        </p>
        <p>
          Many more linguistic features are shared by typologically-distant Sign Languages. Sign
Languages tent to be productive in terms of derivational morphology, so compounding to
reflect functions like negation or locative constructions is common [
          <xref ref-type="bibr" rid="ref27 ref29">27, 29</xref>
          ]. Another syntactic
feature is the compulsory subject [
          <xref ref-type="bibr" rid="ref30">30</xref>
          ], usually in first position [
          <xref ref-type="bibr" rid="ref29">29</xref>
          ] in contrast to pro-drop being
possible and frequent among the world‘s spoken languages. Modelling these features is another
interesting and feasible question with current NLP tools. However, the present investigation
focuses entirely on topic modelling.
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>3. Research questions</title>
      <p>The proposed study will focus on the following questions:
• Which ATS system strategies are preferred by DHH readers?
• Do topic-focused simplified sentences benefit readability for DHH people compared to a
baseline of lexically simplified sentences?
• Do automatic metrics for ATS correlate with the preferences of DHH readers?
• Does ATS system design cater for DHH readers at varying levels of reading literacy?</p>
    </sec>
    <sec id="sec-4">
      <title>4. Proposed methodology</title>
      <p>This section describes some possible techniques and experimental settings which may be
efective in answering the primary research questions outlines so far. It discusses some methods of
evaluating the experimental results, and how conclusions may be drawn from them. Predictions
about the results are also made. Section 5 tackles challenges in conducting this research and
other contextual factors it may be necessary to consider.</p>
      <p>The key idea in the experiment settings is to compare a baseline of simplified sentences with
the same simplified sentences which have been post-processed to 1) Find the topic words in an
utterance, 2) Move the topic NPs to the start of the utterance, and 3) Ensure the utterance remains
grammatical. The original, ‘complex’ sentences will also be used in comparative evaluation
by the participants. Figure 2 illustrates the outline of the experimental design, showing the
three diferent output types which will be shown to the participants. It is envisaged that both
extant corpora for the input sentences, and an extant ATS tool for generating baseline simplified
sentences, will be used.</p>
      <sec id="sec-4-1">
        <title>4.1. Experimental setup</title>
        <p>
          This study will be participant-based, and recruitment could take place through the SignON
project and within the associated participating DHH communities, pending ethical and feasibility
approval. The target ambient language communities are English and Spanish, with signers
coming from the British Sign Language (BSL), Irish Sign Language (ISL), and Lengua de Señas
Española9 (LSE) communities. Research participants will be invited to self identify as ‘deaf’,
‘hard-of-hearing’, and other identities covering the great diversity found in the DHH community
[
          <xref ref-type="bibr" rid="ref26">26</xref>
          ]. In order to best analyse how reading literacy compares to the evaluation of an ATS system,
it may also be necessary to evaluate the reading literacy of the participants. This could either
be done through a short assessment (c.f. [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ]), or by additional demographic questions about
for example - highest educational level achieved. In terms of avoiding bias in the results of the
study, it would be beneficial to recruit at least twelve participants who have a range of reading
literacy ability and vary in terms of their self-defined identity.
        </p>
        <p>
          The research participants will be presented with three types of sentences:
• Complex sentences from a corpus
• Simplified sentences drawn from the complex sentences from an extant ATS tool
• Simplified, topic-focused sentences after pre-processing the simplified sentences
These sentences will be taken from a public domain parallel English-Spanish corpus, such as
the OPUS10 repository of corpora. Larger corpora are preferred, because there will be a greater
number of sentences where sentence transformation with topic-prominence is possible. It is
therefore possible to control for domain and parallel content shown to the research participants
across language communities. The simplification tool used should be near to state-of-the-art,
but could be either lexical (e.g. [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ]), or hybrid (e.g. [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ]) to provide a baseline of simplified
sentences.
        </p>
        <p>
          It is crucial to present participants grammatical and realistic utterances which have undergone
topic-fronting. The most efective method to avoid transformation errors and ungrammaticality
is to manually identify, extract, and move topic-prominent noun phrases to sentence-initial
position. However, manual processing may be unfeasible or very time consuming with a large
corpus. One possible way of automating this process could be to identify an utterance‘s topic by
means of Latent Dirichlet Allocation [
          <xref ref-type="bibr" rid="ref28">28</xref>
          ]. The noun phrase containing the identified topic may
9Spanish Sign Language
10https://opus.nlpl.eu/
then be extracted through its branches on a dependency parse tree, such as those automatically
generated in the spaCy11 library. The resulting noun phrase can then be moved to the start of
the sentence. This process automates the one depicted in Figure 1.
        </p>
        <p>
          The displaying of example sentences to research participants will follow pre-established
DHH community visual preferences [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ] and more general accessibility guidelines for ATS
[
          <xref ref-type="bibr" rid="ref23">23</xref>
          ]. Experimental instructions at every stage will be in plain language, in a large font, and
without any distractions on-screen. The user interface will be interactive as possible to provide
autonomy to participants.
        </p>
      </sec>
      <sec id="sec-4-2">
        <title>4.2. Empirical evaluation</title>
        <p>
          During the experiment, the participants will be invited to rate a given output sentence or text
from one of the three output types defined in Figure 2. Their opinion-based scores could be
presented on a Likert-type rating scale where 1 =‘This is impossible to understand’ and 5 =‘This
is very easy to understand’. Alternatively, pairs of output type sentences could be presented
as an ABX test where the participants choose which sentence is more readable out of the pair.
This method is thorough and provides a direct comparison between each output type for every
sentence, but will ultimately mean subjecting participants to duplicate sentences. It is also
important to gather a qualitative analysis from the participants. Participant comments about
system design, and their preferences on system process and output have been invaluable in
previous studies [
          <xref ref-type="bibr" rid="ref24 ref26 ref8">8, 24, 26</xref>
          ].
        </p>
        <p>
          More indirect participant evaluation can be undertaken. As described in [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ], measurements
of reading speed and possibly eye gaze can be taken to judge the complexity and readability
of a given utterance. Finally, automatic metrics evaluating the two simplified outputs against
the complex output will complement the participant-based study - and make the results of the
planned study comparable to other works in the field. The SARI metric [
          <xref ref-type="bibr" rid="ref25">25</xref>
          ] is an
industrystandard in ATS which compares input and output sentences, as well as a gold-standard reference
simplification. SacreBLEU [
          <xref ref-type="bibr" rid="ref31">31</xref>
          ], taken from machine translation research, is another useful
metric which allows cross-study evaluation.
        </p>
      </sec>
      <sec id="sec-4-3">
        <title>4.3. Predictions</title>
        <p>In terms of answering the proposed research questions, it is likely from previous studies that
DHH readers at all literacy levels will find simplified sentences more readable. As for sentences
with topic focus, it is unclear how these sentences will be evaluated by DHH people as they
are often a non-canonical construction in written English and Spanish. Automatic metrics are
likely to disfavour them, while it is hoped post-processing in this manner will accommodate
the argument structure which is familiar to sign language users.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>5. Further considerations</title>
      <p>
        This work is in its beginning stages of the design process, and sets out to provide more clarity
on text simplification’s role for the DHH community. It plans to objectively evaluate the outputs
of ATS systems for DHH people specifically, and compare these with the subjective analyses
- an open area of research [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. In the absence of on-demand sign language translation in the
near future [
        <xref ref-type="bibr" rid="ref5 ref8">5, 8</xref>
        ], improving the quality of ATS in what is commonly the L2 of DHH people
is crucial for their access to information. It ofers a methodology which tailors the linguistic
output of a baseline ATS system based on one syntactic feature typologically common in sign
languages. In order to mitigate other syntactic efects, perhaps lexical simplification would be
the best system to use to create the simplified outputs for the experiments.
      </p>
      <p>Further experiments could explore incorporating more linguistic features which are prominent
in sign languages, or even incorporate pictographic elements in the on-screen output as a step
towards on-demand sign transformation. It is hoped that the participant-based elements of
this research will take place as soon as possible, and that the work will be complete within the
lifetime of the SignON project12.</p>
    </sec>
    <sec id="sec-6">
      <title>Acknowledgments</title>
      <p>I would like to thank my supervisor, Prof. Horacio Saggion, with his input and guidance in
preparing this research proposal.</p>
      <p>This work has been conducted within the SignON project. SignON is a Horizon 2020 project,
funded under the Horizon 2020 program ICT-57-2020 - “An empowering, inclusive, Next
Generation Internet” with Grant Agreement number 101017255.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>H.</given-names>
            <surname>Saggion</surname>
          </string-name>
          , Automatic text simplification,
          <source>Synthesis Lectures on Human Language Technologies</source>
          <volume>10</volume>
          (
          <year>2017</year>
          )
          <fpage>1</fpage>
          -
          <lpage>137</lpage>
          . doi:
          <volume>10</volume>
          .2200/S00700ED1V01Y201602HLT032.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>S.</given-names>
            <surname>Stoll</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N. C.</given-names>
            <surname>Camgöz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Hadfield</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Bowden</surname>
          </string-name>
          , Text2sign:
          <article-title>Towards sign language production using neural machine translation and generative adversarial networks</article-title>
          ,
          <source>Int. J. Comput. Vis</source>
          .
          <volume>128</volume>
          (
          <year>2020</year>
          )
          <fpage>891</fpage>
          -
          <lpage>908</lpage>
          . URL: https://doi.org/10.1007/s11263-019-01281-2.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>L.</given-names>
            <surname>Berke</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Kafle</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Huenerfauth</surname>
          </string-name>
          ,
          <article-title>Methods for evaluation of imperfect captioning tools by deaf or hard-of-hearing users at diferent reading literacy levels</article-title>
          ,
          <source>in: Proceedings of the 2018 CHI Conference on Human Factors in Computing Systems, CHI '18</source>
          ,
          <string-name>
            <surname>Association</surname>
          </string-name>
          for Computing Machinery, New York, NY, USA,
          <year>2018</year>
          , p.
          <fpage>1</fpage>
          -
          <lpage>12</lpage>
          . URL: https://doi.org/10.1145/ 3173574.3173665. doi:
          <volume>10</volume>
          .1145/3173574.3173665.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>L.</given-names>
            <surname>Wauters</surname>
          </string-name>
          , W. van Bon,
          <string-name>
            <given-names>A.</given-names>
            <surname>Tellings</surname>
          </string-name>
          , Reading comprehension of dutch deaf children,
          <source>Reading and Writing</source>
          <volume>19</volume>
          (
          <year>2006</year>
          )
          <fpage>49</fpage>
          -
          <lpage>76</lpage>
          . doi:
          <volume>10</volume>
          .1007/s11145-004-5894-0.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>T.</given-names>
            <surname>Jantunen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Rousi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Raino</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Turunen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Valipoor</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>García</surname>
          </string-name>
          ,
          <source>Is There Any Hope for Developing Automated Translation Technology for Sign Languages?</source>
          ,
          <year>2021</year>
          , pp.
          <fpage>61</fpage>
          -
          <lpage>73</lpage>
          . doi:
          <volume>10</volume>
          .31885/9789515150257.7.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>K.</given-names>
            <surname>Inui</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Fujita</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Takahashi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Iida</surname>
          </string-name>
          , T. Iwakura,
          <article-title>Text simplification for reading assistance: A project note</article-title>
          ,
          <source>in: Proceedings of the Second International Workshop on Paraphrasing - 12The project runs from January 2021-December</source>
          <year>2023</year>
          ,
          <article-title>with a timeline available</article-title>
          at https://signon-project.eu/aboutsignon/workplan/ Volume 16, PARAPHRASE '03,
          <string-name>
            <surname>Association</surname>
          </string-name>
          for Computational Linguistics, USA,
          <year>2003</year>
          , p.
          <fpage>9</fpage>
          -
          <lpage>16</lpage>
          . URL: https://doi.org/10.3115/1118984.1118986.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>P.</given-names>
            <surname>Kushalnagar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Smith</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Hopper</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Ryan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Rinkevich</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Kushalnagar</surname>
          </string-name>
          ,
          <article-title>Making cancer health text on the internet easier to read for deaf people who use american sign language</article-title>
          ,
          <source>Journal of Cancer Education</source>
          <volume>33</volume>
          (
          <year>2016</year>
          ).
          <source>doi:10.1007/s13187-016-1059-5.</source>
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>O.</given-names>
            <surname>Alonzo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Seita</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Glasser</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Huenerfauth</surname>
          </string-name>
          ,
          <article-title>Automatic Text Simplification Tools for Deaf and Hard of Hearing Adults: Benefits of Lexical Simplification and Providing Users with Autonomy, Association for Computing Machinery</article-title>
          , New York, NY, USA,
          <year>2020</year>
          , p.
          <fpage>1</fpage>
          -
          <lpage>13</lpage>
          . URL: https://doi.org/10.1145/3313831.3376563.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>O.</given-names>
            <surname>Alonzo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Trussell</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Dingman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Huenerfauth</surname>
          </string-name>
          ,
          <article-title>Comparison of Methods for Evaluating Complexity of Simplified Texts among Deaf and Hard-of-Hearing Adults at Diferent Literacy Levels, Association for Computing Machinery</article-title>
          , New York, NY, USA,
          <year>2021</year>
          . URL: https://doi.org/10.1145/3411764.3445038.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>H.</given-names>
            <surname>Saggion</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Shterionov</surname>
          </string-name>
          , T. Van de Cruys,
          <string-name>
            <given-names>V.</given-names>
            <surname>Vandeghinste</surname>
          </string-name>
          ,
          <string-name>
            <surname>J. Blat,</surname>
          </string-name>
          <article-title>SignON: Bridging the gap between sign and spoken languages</article-title>
          ,
          <source>in: Proceedings of the 37th Conference of the Spanish Society for Natural Language Processing (SEPLN</source>
          <year>2021</year>
          ), Málaga, Spain,
          <year>2021</year>
          , pp.
          <fpage>22</fpage>
          -
          <lpage>24</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>K. C. Sheang</surname>
          </string-name>
          ,
          <article-title>Context-aware automatic text simplification</article-title>
          ,
          <source>in: Proceedings of the Doctoral Symposium of the XXXV International Conference of the Spanish Society for Natural Language Processing (SEPLN2019)</source>
          ,
          <source>CEUR Workshop Proceedings</source>
          , Bilbao, Spain,
          <year>2019</year>
          , pp.
          <fpage>56</fpage>
          -
          <lpage>62</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>G. A.</given-names>
            <surname>Miller</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Beckwith</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Fellbaum</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Gross</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K. J.</given-names>
            <surname>Miller</surname>
          </string-name>
          ,
          <article-title>Introduction to WordNet: An On-line Lexical Database*</article-title>
          ,
          <source>International Journal of Lexicography</source>
          <volume>3</volume>
          (
          <year>1990</year>
          )
          <fpage>235</fpage>
          -
          <lpage>244</lpage>
          . URL: https://doi.org/10.1093/ijl/3.4.235.
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>T.</given-names>
            <surname>Mikolov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Chen</surname>
          </string-name>
          , G. Corrado,
          <string-name>
            <given-names>J.</given-names>
            <surname>Dean</surname>
          </string-name>
          ,
          <article-title>Eficient estimation of word representations in vector space</article-title>
          ,
          <year>2013</year>
          . arXiv:
          <volume>1301</volume>
          .
          <fpage>3781</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>R.</given-names>
            <surname>Chandrasekar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Doran</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Srinivas</surname>
          </string-name>
          ,
          <article-title>Motivations and methods for text simplification</article-title>
          ,
          <source>in: COLING 1996 Volume 2: The 16th International Conference on Computational Linguistics</source>
          ,
          <year>1996</year>
          . URL: https://aclanthology.org/C96-2183.
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>D.</given-names>
            <surname>Ferrés</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Marimon</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Saggion</surname>
          </string-name>
          ,
          <article-title>A web-based text simplification system for english</article-title>
          ,
          <source>Procesamiento del Lenguaje Natural</source>
          <volume>55</volume>
          (
          <year>2015</year>
          )
          <fpage>191</fpage>
          -
          <lpage>194</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>K.</given-names>
            <surname>Omelianchuk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Raheja</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Skurzhanskyi</surname>
          </string-name>
          , Text simplification by tagging,
          <year>2021</year>
          . arXiv:
          <volume>2103</volume>
          .
          <fpage>05070</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Zhu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Bernhard</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Gurevych</surname>
          </string-name>
          ,
          <article-title>A monolingual tree-based translation model for sentence simplification</article-title>
          ,
          <source>in: Proceedings of the 23rd International Conference on Computational Linguistics (Coling</source>
          <year>2010</year>
          ),
          <article-title>Coling 2010 Organizing Committee</article-title>
          , Beijing, China,
          <year>2010</year>
          , pp.
          <fpage>1353</fpage>
          -
          <lpage>1361</lpage>
          . URL: https://aclanthology.org/C10-1152.
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>X.</given-names>
            <surname>Zhang</surname>
          </string-name>
          , M. Lapata,
          <article-title>Sentence simplification with deep reinforcement learning</article-title>
          ,
          <source>in: Proceedings of the 2017 Conference on Empirical Methods in Natural Language Processing</source>
          , Association for Computational Linguistics, Copenhagen, Denmark,
          <year>2017</year>
          , pp.
          <fpage>584</fpage>
          -
          <lpage>594</lpage>
          . URL: https://aclanthology.org/D17-1062. doi:
          <volume>10</volume>
          .18653/v1/
          <fpage>D17</fpage>
          -1062.
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>W.</given-names>
            <surname>Xu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Callison-Burch</surname>
          </string-name>
          ,
          <string-name>
            <surname>C.</surname>
          </string-name>
          <article-title>Napoles, Problems in current text simplification research: New data can help, Transactions of the Association for Computational Linguistics 3 (</article-title>
          <year>2015</year>
          )
          <fpage>283</fpage>
          -
          <lpage>297</lpage>
          . URL: https://aclanthology.org/Q15-1021. doi:
          <volume>10</volume>
          .1162/tacl_a_
          <fpage>00139</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>H.</given-names>
            <surname>Saggion</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Gómez-Martínez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Etayo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Anula</surname>
          </string-name>
          , L. Bourg,
          <article-title>Text simplification in simplext</article-title>
          .
          <source>making text more accessible 47</source>
          (
          <year>2011</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>R.</given-names>
            <surname>Baeza-Yates</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Rello</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Dembowski</surname>
          </string-name>
          ,
          <article-title>Cassa: A context-aware synonym simplification algorithm</article-title>
          ,
          <year>2015</year>
          , pp.
          <fpage>1380</fpage>
          -
          <lpage>1385</lpage>
          . doi:
          <volume>10</volume>
          .3115/v1/
          <fpage>N15</fpage>
          -1156.
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>S.</given-names>
            <surname>Bott</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Saggion</surname>
          </string-name>
          ,
          <article-title>An unsupervised alignment algorithm for text simplification corpus construction</article-title>
          , in: Proceedings of the Workshop on Monolingual Text-To-Text Generation, Association for Computational Linguistics, Portland, Oregon,
          <year>2011</year>
          , pp.
          <fpage>20</fpage>
          -
          <lpage>26</lpage>
          . URL: https: //aclanthology.org/W11-1603.
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>L.</given-names>
            <surname>Moreno</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Alarcon</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I.</given-names>
            <surname>Segura-Bedmar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Martínez</surname>
          </string-name>
          ,
          <article-title>Lexical simplification approach to support the accessibility guidelines</article-title>
          ,
          <source>in: Proceedings of the XX International Conference on Human Computer Interaction</source>
          , Interacción '
          <volume>19</volume>
          ,
          <string-name>
            <surname>Association</surname>
          </string-name>
          for Computing Machinery, New York, NY, USA,
          <year>2019</year>
          . URL: https://doi.org/10.1145/3335595.3335651.
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>L.</given-names>
            <surname>Rello</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Baeza-Yates</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Bott</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Saggion</surname>
          </string-name>
          ,
          <article-title>Simplify or Help? Text Simplification Strategies for People with Dyslexia, Association for Computing Machinery</article-title>
          , New York, NY, USA,
          <year>2013</year>
          . URL: https://doi.org/10.1145/2461121.2461126.
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <given-names>W.</given-names>
            <surname>Xu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Napoles</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Pavlick</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Callison-Burch</surname>
          </string-name>
          ,
          <article-title>Optimizing statistical machine translation for text simplification</article-title>
          ,
          <source>Transactions of the Association for Computational Linguistics</source>
          <volume>4</volume>
          (
          <year>2016</year>
          )
          <fpage>401</fpage>
          -
          <lpage>415</lpage>
          . URL: https://aclanthology.org/Q16-1029.
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <given-names>D.</given-names>
            <surname>Bragg</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Koller</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Bellard</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Berke</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Boudreault</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Brafort</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Caselli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Huenerfauth</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Kacorri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Verhoef</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Vogler</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.</surname>
          </string-name>
          <article-title>Ringel Morris, Sign language recognition, generation, and translation: An interdisciplinary perspective</article-title>
          ,
          <source>in: The 21st International ACM SIGACCESS Conference on Computers and Accessibility</source>
          , ASSETS '19,
          <string-name>
            <surname>Association</surname>
          </string-name>
          for Computing Machinery, New York, NY, USA,
          <year>2019</year>
          , p.
          <fpage>16</fpage>
          -
          <lpage>31</lpage>
          . URL: https://doi.org/10.1145/3308561.3353774.
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <given-names>J.</given-names>
            <surname>Porta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>López-Colino</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Tejedor</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Colás</surname>
          </string-name>
          ,
          <article-title>A rule-based translation from written spanish to spanish sign language glosses</article-title>
          ,
          <source>Computer Speech &amp; Language</source>
          <volume>28</volume>
          (
          <year>2014</year>
          )
          <fpage>788</fpage>
          -
          <lpage>811</lpage>
          . doi:
          <volume>10</volume>
          .1016/j.csl.
          <year>2013</year>
          .
          <volume>10</volume>
          .003.
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [28]
          <string-name>
            <surname>D. M. Blei</surname>
          </string-name>
          ,
          <article-title>Probabilistic topic models</article-title>
          ,
          <source>Commun. ACM</source>
          <volume>55</volume>
          (
          <year>2012</year>
          )
          <fpage>77</fpage>
          -
          <lpage>84</lpage>
          . URL: https: //doi.org/10.1145/2133806.2133826. doi:
          <volume>10</volume>
          .1145/2133806.2133826.
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          [29]
          <string-name>
            <given-names>M. A.</given-names>
            <surname>Rodríguez</surname>
          </string-name>
          <string-name>
            <surname>González</surname>
          </string-name>
          , Lenguaje de signos,
          <year>2003</year>
          . URL: http://www.cervantesvirtual. com/nd/ark:/59851/bmc08633.
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          [30] R. San-Segundo,
          <string-name>
            <given-names>R.</given-names>
            <surname>Barra</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Córdoba</surname>
          </string-name>
          , L.
          <string-name>
            <surname>D'Haro</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Fernández</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Ferreiros</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Lucas</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Macías-Guarasa</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Montero</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Pardo</surname>
          </string-name>
          ,
          <article-title>Speech to sign language translation system for spanish</article-title>
          ,
          <source>Speech Communication</source>
          <volume>50</volume>
          (
          <year>2008</year>
          )
          <fpage>1009</fpage>
          -
          <lpage>1020</lpage>
          . URL: https: //www.sciencedirect.com/science/article/pii/S0167639308000149. doi:https://doi.org/ 10.1016/j.specom.
          <year>2008</year>
          .
          <volume>02</volume>
          .001, iberian Languages.
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          [31]
          <string-name>
            <given-names>M.</given-names>
            <surname>Post</surname>
          </string-name>
          ,
          <article-title>A call for clarity in reporting BLEU scores</article-title>
          ,
          <source>in: Proceedings of the Third Conference on Machine Translation: Research Papers</source>
          , Association for Computational Linguistics, Belgium, Brussels,
          <year>2018</year>
          , pp.
          <fpage>186</fpage>
          -
          <lpage>191</lpage>
          . URL: https://www.aclweb.org/anthology/W18-6319.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>