<!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>of online communications
like email messages and patient instructions can go a
long way to mitigate health literacy challenges. While the
consumer versions of medical journals</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Automatic Medical Text Simplification: Challenges of Data Quality and Curation</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Chandrayee Basu</string-name>
          <email>cbasu@stanford.edu</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Rosni Vasu</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Michihiro Yasunaga</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Sohyeong Kim</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Qian Yang</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Cornell University</institution>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Stanford University</institution>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>University of Zurich</institution>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2010</year>
      </pub-date>
      <abstract>
        <p>Health Literacy is the degree to which individuals can comprehend basic health information needed to make appropriate health decisions. The topmost reason for low health literacy is the vocabulary gap between providers and patients. Automatic medical text simplification can contribute to improving health literacy by assisting providers with patientfriendly communication, improving health data search, and making online medical texts more accessible. It is, however, extremely challenging to curate quality corpus for this natural language processing (NLP) task. In this position paper, we observe that, despite recent research efforts, existing open corpora for medical text simplification are poor in quality and size. In order to match the progress in general text simplification and style transfer, we must leverage careful crowdsourcing. We discuss the challenges of naive crowd-sourcing. We propose that careful crowd-sourcing for medical text simplification is possible, when combined with automatic data labeling, a well-designed expert-layman collaboration framework, and context-dependent crowd-sourcing instructions.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        We define text simplification, following
        <xref ref-type="bibr" rid="ref49">Siddharthan
(2014)</xref>
        , as the process of reducing the linguistic complexity
of a text, while still retaining the original information
content and meaning. A domain-specific expert text undergoes
various kinds of transformations to reach the final simple
Copyright © 2021for this paper by its authors. Use permitted under
Creative Commons License Attribution 4.0 International (CC BY
4.0).
form. Research in automatic non-medical text simplification
has been burgeoning, with the introduction of large
parallel corpora
        <xref ref-type="bibr" rid="ref10 ref10 ref26 ref38 ref39 ref55 ref55 ref56 ref62">(Zhu, Bernhard, and Gurevych 2010; Woodsend
and Lapata 2011; Coster and Kauchak 2011; Xu,
CallisonBurch, and Napoles 2015; Paetzold and Specia 2017)</xref>
        .
Creation of multi-references enabled models that can learn
different kinds of textual transformations separately, viz.
lexical changes (e.g. paraphrasing), syntactic modifications (e.g.
reordering of concepts, splitting texts, reducing sentence
length etc.) and compression (e.g. deleting peripheral
information irrelevant to the target domain)
        <xref ref-type="bibr" rid="ref1 ref3">(Alva-Manchego
et al. 2020)</xref>
        .
      </p>
      <p>
        References are gold standard human generated
simplifications, used to validate model outputs. The success of the
automatic text simplification and style transfer hinges on large
amounts of crowd-sourced multiple references. However,
crowd-sourcing even a single set of references for medical
texts is challenging. It requires the recruitment of a specific
sub-population with a certain degree of domain expertise.
For example,
        <xref ref-type="bibr" rid="ref37">Nye et al. (2018)</xref>
        described an elaborate
process of recruiting MDs and medical experts from Upwork,
for PICO data annotation. Naturally, we observe a dearth
of high-quality parallel training corpus in medical AI.
Furthermore, text simplification task has additional challenges.
Only the expert knows what content of the domain-specific
text is relevant to the laymen, whereas the laymen or
medical writers trained to translate medical texts can judge the
quality and accessibility of the simplified versions.
      </p>
      <p>In this work, we make the following contributions:
• identify the open-source datasets for medical text
simplification
• characterize the datasets by their quantity, quality,
diversity, and representativeness
• identify challenges of scaling high-quality corpus
generation for medical text simplification</p>
      <p>
        Assumptions: We treat summarization as a subset of text
simplification. We only consider corpora that represent
composite textual transformations (simple text is derived after
a combination of syntactic, semantic, thematic, and lexical
transformations of the expert text)
        <xref ref-type="bibr" rid="ref27">(Lyu et al. 2021)</xref>
        for
further analysis.
      </p>
    </sec>
    <sec id="sec-2">
      <title>Datasets for Medical Text Simplification</title>
      <p>
        Datasets for medical text simplification support two kinds
of document simplification: sentence-level and
paragraphlevel. We focus on sentence-level and short paragraph-level
simplification. After an elaborate search, we found three
datasets in English for medical text simplification: two
parallel corpora SIMPWIKI
        <xref ref-type="bibr" rid="ref44 ref53">(Van den Bercken, Sips, and Lofi
2019)</xref>
        and PARASIMP
        <xref ref-type="bibr" rid="ref11">(Devaraj et al. 2021)</xref>
        , and one
nonparallel corpus MSD
        <xref ref-type="bibr" rid="ref7">(Cao et al. 2020)</xref>
        .
      </p>
      <p>Next, we delve deeper into how these datasets are created
and the potential artifacts of the data collection and
annotation processes.</p>
      <sec id="sec-2-1">
        <title>Artifacts of Corpus Curation</title>
        <p>
          In the absence of reliable crowd-sourcing of medical texts,
researchers resort to crawling medical websites. The
expert texts are sampled from the online articles and checked
posthoc for adequate corpus representativeness. The layman
texts are retrieved from the layman or consumer versions
of the professional articles, based on the alignment of
section titles and text content. The alignment is either checked
manually for a small fraction of the corpus or automatically
derived using different algorithms. Only a few of the
automatically aligned pairs are validated by the experts.
Automatic alignment is not always reasonable
          <xref ref-type="bibr" rid="ref1 ref3">(Alva-Manchego,
Scarton, and Specia 2020)</xref>
          . Random sampling of expert texts
from larger articles and unreliable automatic retrieval can
lead to text pieces that are not stand-alone
          <xref ref-type="bibr" rid="ref8">(Choi et al. 2021)</xref>
          .
We found that the process of expert verification is
insufficient for quality data curation and could still lead to pairs
lacking correspondence. On the other end, models trained
using highly aligned text pairs may exhibit limited
generalizability.
        </p>
        <p>
          A more recent trend is to generate large volumes of
non-parallel corpus, obviating validation of automatically
aligned pairs. This follows similar approaches in
nonmedical text style transfer
          <xref ref-type="bibr" rid="ref17 ref29 ref38 ref48 ref50">(Shen et al. 2017; He and
McAuley 2016; Madaan et al. 2020)</xref>
          . Some researchers
distinguish between text simplification and text style transfer
tasks. We consider text simplification as a sub-domain of
text style transfer where the goal is to transform text from
the expert style to the layman style.
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>Datasets</title>
        <p>
          Van Den Bercken
          <xref ref-type="bibr" rid="ref44 ref53">(Van den Bercken, Sips, and Lofi 2019)</xref>
          contributed the very first publicly available medical text
simplification corpus, which we refer to as SIMPWIKI,
similar to
          <xref ref-type="bibr" rid="ref7">(Cao et al. 2020)</xref>
          . The authors created three
subsets, fully-aligned expert: medical subset of Wikipedia data
from Hwang et al. (2015), gleaned using QuickUMLS
          <xref ref-type="bibr" rid="ref17 ref38 ref50">(Soldaini and Goharian 2016)</xref>
          for NER and later validated by
experts, partly-aligned expert and fully-aligned automatic:
texts from Wikipedia and Simple Wikipedia aligned using
BLEU score
          <xref ref-type="bibr" rid="ref40">(Papineni et al. 2002)</xref>
          . Fully aligned text pairs
have strong one-on-one correspondence, partly aligned
simple texts cover the expert text entirely, but have additional
facts. This dataset has 9212 expert-layman pairs. The texts
are 128 tokens long.
        </p>
        <p>
          MSD is a non-parallel corpus derived from Merck
Manuals, a trusted health reference for 100 years, with a wide
range of medical topics. For each topic, the manual
contains a consumer version and an expert version of the text,
making it an ideal candidate for a text simplification
corpus curation. This dataset offers wide coverage of medical
topics and medical PICO elements
          <xref ref-type="bibr" rid="ref7">(Cao et al. 2020)</xref>
          . The
authors scraped raw consumer and professional texts from
the MSD website, split them into sentences, identified
parallel groups by matching document titles and subsection
titles, and picked linked sentences from the matched sections
of the articles. The resulting text pairs were validated by
non-native English speakers. The annotators used native
language translations to speed up annotations. The text pairs
are also annotated with UMLS concepts
          <xref ref-type="bibr" rid="ref6">(Bodenreider 2004)</xref>
          for domain knowledge. MSD data has 130,349 expert texts,
114,674 layman texts in the non-parallel training set, and
675 expert-layman pairs for validation. The texts are 245
tokens long.
        </p>
        <p>
          We also considered a paragraph-level simplification
corpus
          <xref ref-type="bibr" rid="ref11">(Devaraj et al. 2021)</xref>
          . The corpus consists of
technical abstracts of biomedical systematic reviews and
corresponding plain language summaries (PLS) from
Cochrane Database of Systematic Reviews
          <xref ref-type="bibr" rid="ref34">(McIlwain et al.
2014)</xref>
          . The PLS are written in simple English. They usually
represent the key essence of the abstracts and are structured
heterogeneously
          <xref ref-type="bibr" rid="ref21">(Kadic et al. 2016)</xref>
          . We decided to exclude
this corpus from our analysis due to the abstractive summary
nature of the layman versions.
        </p>
        <p>
          The size of parallel corpora is extremely small compared
to those for non-medical text simplification, where the
median corpus size is 154K
          <xref ref-type="bibr" rid="ref1 ref3">(Alva-Manchego, Scarton, and
Specia 2020)</xref>
          .
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Automatic Dataset Quality Assessment</title>
      <p>
        We assessed MSD and SIMPWIKI for their overall
quality, diversity and representativeness. We define these terms
as follows: Quality : grammatical correctness, average
readability score, adherence to domain specific styles, Diversity
: coverage of various transformations that text
simplifications entail in medical domain (different from diversity of
language generation
        <xref ref-type="bibr" rid="ref20">(Ippolito et al. 2019)</xref>
        ), and
Representativeness : coverage of various medical sub-domains (e.g.
gynecology, neurology, cardiology) and topics (for e.g.,
symptoms, signs, treatments).
      </p>
      <sec id="sec-3-1">
        <title>Metrics</title>
        <p>We measured the above features separately for parallel and
non-parallel corpora.</p>
        <p>
          Quality: For grammatical correctness, we used
the average acceptability score returned by textattack’s
RoBERTa-based classifier for CoLA
          <xref ref-type="bibr" rid="ref18 ref35 ref44 ref54">(Morris et al. 2020;
Warstadt, Singh, and Bowman 2019; HuggingFace 2021)</xref>
          .
We computed the readability of the two corpora in terms of
Flesch-Kincaid Reading Ease, Flesch-Kincaid Grade level
          <xref ref-type="bibr" rid="ref23">(Kincaid et al. 1975)</xref>
          , and Automated Readability Index
(ARI)
          <xref ref-type="bibr" rid="ref46">(Senter and Smith 1967)</xref>
          , similar to
          <xref ref-type="bibr" rid="ref26">Li and Nenkova
(2015)</xref>
          ;
          <xref ref-type="bibr" rid="ref11">Devaraj et al. (2021)</xref>
          . We used classifiability,
relative lexical complexity, and elaboration as metrics
of domain-specific styles. We measured classifiability by
the test accuracy of a trained attribute model (
          <xref ref-type="bibr" rid="ref58">Yang et al.
2018</xref>
          ; Subrama
          <xref ref-type="bibr" rid="ref36">nian et al. 2018</xref>
          ;
          <xref ref-type="bibr" rid="ref42">Prabhumoye et al. 2018</xref>
          ).
Following
          <xref ref-type="bibr" rid="ref49">Siddharthan (2014)</xref>
          , we expect good quality
simplified corpus to contain sufficient elaborations of
technical concepts and jargon and fewer low-frequency
words. We trained a 1D CNN attribute model
          <xref ref-type="bibr" rid="ref22">(Kim 2014)</xref>
          with GPT2 embedding
          <xref ref-type="bibr" rid="ref43">(Radford et al. 2019)</xref>
          for computing
classifiability. We reported how much elaborations are
present in the simple texts of the corpora using thresholded
cosine similarity between Sentence-BERT embeddings
          <xref ref-type="bibr" rid="ref44 ref61">(Zhong et al. 2020; Reimers and Gurevych 2019)</xref>
          of the
text pairs. We embedded each sentence of the simple text
and the expert text and computed pairwise alignments. We
used Sentence-BERT because it is tuned on several corpora,
including SciDocs
          <xref ref-type="bibr" rid="ref9">(Cohan et al. 2020)</xref>
          to embed sentences
and short paragraphs and performed better than competing
models on several downstream tasks. That said, wherever
possible, we avoided language-model based metrics due to
a mismatch between medical and model training datasets.
        </p>
        <p>Diversity: We argue that quality corpus for text
simplification should be diverse enough to accommodate
various textual transformations, that domain-specific
simplifications entail. These transformations could be lexical,
semantic, and syntactic. Lexical transformations refer to
substitution of complex terms or phrases by more accessible ones
and could also include elaborations (extensions) or
explanations (intentions). Syntactic transformations are more style
dependent like formality change, voice change, tense change
etc. We measured semantic diversity of the MSD validation
data and the entire SIMPWIKI corpus using Sentence-BERT
based corpus alignment.</p>
        <p>
          We measured lexical and syntactic transformations using
referenceless quality features like Levenshtein similarity,
the proportion of words added, deleted or kept, compression
ratio, lexical complexity ratio etc., from the EASSE library
          <xref ref-type="bibr" rid="ref1 ref3 ref32 ref33">(Martin et al. 2018, 2019; Alva-Manchego et al. 2020)</xref>
          .
        </p>
        <p>
          Representativeness: We also checked which of the two
corpora covers a wider range of medical subdomains and
topics.
          <xref ref-type="bibr" rid="ref7">Cao et al. (2020)</xref>
          already measured the
representativeness for MSD by the distributions of the PICO elements
(slightly different from the PICO elements in
          <xref ref-type="bibr" rid="ref37">Nye et al.
(2018)</xref>
          ) and medical subdomains.
        </p>
        <p>
          SIMPWIKI being a subset of Wikipedia articles relevant
to medical topics, we referred to
          <xref ref-type="bibr" rid="ref47">Shafee et al. (2017)</xref>
          , for
its representativeness. There are 30,000 articles on medical
topics in Wikipedia. The articles are rated for quality and
importance by editors. The top-rated articles are on
tuberculosis and pneumonia. High-importance includes common
diseases and treatments. Mid-importance encompasses
conditions, tests, drugs, anatomy and symptoms. The remaining
low-importance articles include niche or peripheral medical
topics such as laws, physicians and rare conditions.
        </p>
      </sec>
      <sec id="sec-3-2">
        <title>Results</title>
        <p>Quality Approximately 90 % of the expert texts in MSD
were acceptable and &gt; 97 % of the MSD layman texts
and SIMPWIKI were acceptable by the CoLA model. This
means 360 texts, each in expert and layman versions
within SIMPWIKI corpus, were not acceptable. 10 % of
the expert texts (11460 texts) in MSD had low acceptability
score, possibly because of unique vocabulary and sentence
structures, and incomplete references.</p>
        <p>
          See Table. 2 for the readability scores. We found
discrepancies with the readability scores reported in
          <xref ref-type="bibr" rid="ref7">Cao et al.
(2020)</xref>
          . Paired t-test shows that the expert and the simple
texts in both MSD and SIMPWIKI have statistically
significant differences in readability, measured by Flesch
Reading Score, Flesch Kincaid Grade, and Automated
Readability Index (p &lt; 0:001). The minimum readability of medical
texts compared to general English corpora is low (Minimum
Flesch Kincaid grade level is 11.9), also observed by
          <xref ref-type="bibr" rid="ref11">Devaraj et al. (2021)</xref>
          .
        </p>
        <p>
          Lexical complexity, computed using the EASSE package
          <xref ref-type="bibr" rid="ref32">(Martin et al. 2019)</xref>
          , represents the word rank score
distribution of the corpus. While the mean complexity of MSD
is not very different between expert and layman versions,
a much lower standard deviation confirms that expert texts
have more rare words. SIMPWIKI has more common words
in both expert and layman versions than MSD, and the
complexity varies across the corpus. We measured percentage of
simple texts that potentially contain elaborations, both for
MSD, and separately for differently aligned pairs of
SIMPWIKI. We found high proportion of elaborations in MSD
based on our coarse approach, which is desirable. However,
further human validations are required to confirm the
relevance of these elaborations.
        </p>
        <p>We trained two different attribute models for
classifiability check. We did not notice a significant difference in the
test accuracy of the two corpora. Note that the training data
size was significantly larger for MSD. The accuracy was
0.88 and 0.81 for MSD and SIMPWIKI respectively.</p>
      </sec>
      <sec id="sec-3-3">
        <title>Diversity</title>
        <p>
          We computed several referenceless text quality metrics
using the EASSE library
          <xref ref-type="bibr" rid="ref32">(Martin et al. 2019)</xref>
          . We made some
modifications to output mean, standard deviation, and
standard error of the metrics. We used these automatic metrics
as a proxy for simplification-related transformations. An
average compression ratio of &gt; 1 in MSD points to more
elaborations and explanations (potentially irrelevant facts).
A higher standard deviation of compression ratio indicates
more diversity in transformations. Higher additions in MSD
indicate more domain specific words (possibly more
common words) being introduced in the simpler versions.
Overall, we observe that MSD represents more textual
transformations than SIMPWIKI.
        </p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Human Data Quality Assessment</title>
      <p>In the previous section, we used automatic metrics to
evaluate the approximate quality and diversity of the corpora
for medical text simplification. We found that MSD
potentially is more diverse, but also has lower acceptability
because of the sheer scale of the data and unique vocabulary.
The expert texts in MSD require a higher minimum reading
grade. While this corpus seems to contain more elaborations
in the validation set, compared to SIMPWIKI, the
elaborations cannot be explicitly learnt from the non-parallel
training data. All of the above points to the need for further data
collection and quality human annotation.</p>
      <sec id="sec-4-1">
        <title>Crowd-sourcing</title>
        <p>
          In many NLP tasks, it is customary to complement
automatic model validations with human evaluations. A large
body of work has been dedicated to analyse and correct
the mismatch between human judgement and automatic
evaluation. Researchers found that both metrics
          <xref ref-type="bibr" rid="ref28 ref5 ref59">(Banerjee
and Lavie 2005; Zhang et al. 2019; Ma et al. 2019)</xref>
          and
artifacts of data collection
          <xref ref-type="bibr" rid="ref15">(Freitag, Grangier, and Caswell
2020)</xref>
          can be responsible for the mismatch. One solution to
ensure data diversity is to crowd-source multiple references
          <xref ref-type="bibr" rid="ref15">(Freitag, Grangier, and Caswell 2020)</xref>
          .
          <xref ref-type="bibr" rid="ref27">Lyu et al. (2021)</xref>
          ;
          <xref ref-type="bibr" rid="ref1 ref3">Alva-Manchego et al. (2020)</xref>
          released a text simplification
multi-reference corpus annotated with various simplification
transformations. Newsela corpus for general text
simplification was annotated for different grades of education
          <xref ref-type="bibr" rid="ref26 ref56">(Xu,
Callison-Burch, and Napoles 2015)</xref>
          . Multi-references will
also be useful in the medical domain for personalization
          <xref ref-type="bibr" rid="ref17 ref38 ref50 ref51">(Paetzold and Specia 2016; Su et al. 2021)</xref>
          .
        </p>
        <p>To assess whether crowd-sourcing is a valid option for
quality check and multi-reference generation of medical
texts, we conducted a test internally, between two coauthors
of this paper. Both the authors had high school biology in
English. One author consumes medical information weekly
from scientific articles, popular science news and blogs, and
communicates with medical practitioner online. Another
author uses google search infrequently for medical symptoms
lookup only. We sampled 60 sentences from MSD: 20 with
longer simple texts, 20 with longer expert texts and 20 where
simple and expert texts have similar number of tokens. We
asked each author to indicate agreement on several
statements covering content preservation, coverage, textual
simplicity, concept simplicity and fluency of the simple text, for
e.g.
• The simple sentence explains all the unknown concepts
adequately
• The simple sentence removes all redundancy and covers
only the key point in the reference sentence
• I cannot think of an alternative way to simplify it</p>
        <p>
          Average Krippendorff’s alpha
          <xref ref-type="bibr" rid="ref25">(Krippendorff 2011)</xref>
          across
10 quality questions, between the two authors, was 0:299
0:048. The results show high disagreement between the
authors, questioning the plausibility of reliable human
evaluation and crowd-sourcing of medical texts. However, in
the absence of crowd-sourcing, we cannot generate diverse
enough data to train and validate models with good
generalizability.
        </p>
      </sec>
      <sec id="sec-4-2">
        <title>Can layman assess the simplification quality and provide alternative references?</title>
        <p>To test this question, we conducted a pilot study with two
users, where we iterated on a few different designs of
layman evaluation of MSD validation data. The users had
high school biology in English, but minimal experience
of consuming medical information online. We found that
the users were unmotivated to read the entire expert text,
because of the jargon, resulting in an inability to judge the
quality of the simplification. More importantly, some of
the ratings changed, after the texts were explained to the
users. A prominent artifact of data scraping and automatic
alignment was the change in the subject of the text, which
confused the evaluation. For e.g. in this text pair: expert: In
adults , BMI , defined as weight ( kg ) divided by the square
of the height ( m2 ) , is used to screen for overweight or
obesity ( see table Body Mass Index ( BMI ) ) : Overweight
= 25 to 29.9 kg/m2 ; Obesity = 30 kg/m2 simple: Obesity
is diagnosed by determining the BMI.</p>
        <p>BMI is the subject in the former and obesity is the subject in
the latter. When asked if the users were confident that they
could rewrite the simplification better, we got an unanimous
yes.</p>
        <p>We concluded that only experts have the ability to
comprehend which sections of the expert texts are useful for
laymen. Only laymen and trained writers can validate whether
the simple versions are readable and meaningful. In other
words, scaling up human evaluation and annotation, in this
case, calls for well-designed collaboration between experts
and laymen.</p>
      </sec>
      <sec id="sec-4-3">
        <title>Expert-layman collaboration</title>
        <p>
          We delineated various potential formats of expert-layman
collaborations. The experts could be MD and biomedical
students, physicians and nurses directly, or they could be
models of expert behavior. The simplest approach would
be to show definitions of the UMLS concepts. We found
that these concepts are not always accessible for layman.
Other researchers have used Google’s “define:” to improve
readability of medical texts
          <xref ref-type="bibr" rid="ref14">(Elhadad 2006)</xref>
          . Some potential
expert-layman collaboration could look like the following:
Show examples of text pairs rated by experts, their rationale
behind rating and their corrections to unacceptable
simplification, ask experts to generate a question from the expert
text and ask layman to answer the question after reading the
simple version of the text. The expert generated question is
automatically based on the key content of the expert text.
The layman should understand the content of the simple text
to answer this question. We could also use limited expert
annotated data to model expert behavior in terms of extracting
key concepts from texts, identifying concepts that need
elaborations and so on. This model can be leveraged to improve
layman evaluations.
        </p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Discussion</title>
      <p>Automatic medical text simplification can contribute to
improving health literacy by assisting providers with
patientfriendly communication, improving health data search, and
making online medical texts more accessible. However, it
is challenging to create large annotated and parallel
corpus for this task, unlike for non-medical texts. In this
paper, we identified the existing corpora for training automatic
text simplification models, and analyzed their quality and
diversity using several automatic metrics. We found that
taking snapshots from expert and consumer articles that are
not aligned could lead to poor quality parallel corpus. We
also assessed the potential of leveraging crowd-sourcing for
large-scale model evaluation and data annotation for this
task. We found that laymen evaluate the medical texts very
differently, depending upon their exposure to medical
information. We proposed some crowd-sourcing solutions that
could use expert-layman collaboration. In future, we plan
to explore such collaborative data curation and annotation,
in practice. Another exciting research avenue would be to
train controllable simplification models that can interface
with and learn from these two stakeholders.
las (automated readability index, fog count and flesch
reading ease formula) for navy enlisted personnel. Technical
report, Naval Technical Training Command Millington TN
Research Branch.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <surname>Alva-Manchego</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Martin</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Bordes</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Scarton</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Sagot</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ; and
          <string-name>
            <surname>Specia</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <year>2020</year>
          .
          <article-title>ASSET: A Dataset for Tuning and Evaluation of Sentence Simplification Models with Multiple Rewriting Transformations</article-title>
          .
          <source>In Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics</source>
          ,
          <fpage>4668</fpage>
          -
          <lpage>4679</lpage>
          . Online:
          <article-title>Association for Computational Linguistics</article-title>
          . doi:
          <volume>10</volume>
          .18653/v1/
          <year>2020</year>
          .acl-main.
          <volume>424</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          URL https://aclanthology.org/
          <year>2020</year>
          .acl-main.
          <volume>424</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <surname>Alva-Manchego</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Scarton</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ; and
          <string-name>
            <surname>Specia</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <source>Computational Linguistics</source>
          <volume>46</volume>
          (
          <issue>1</issue>
          ):
          <fpage>135</fpage>
          -
          <lpage>187</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <string-name>
            <surname>Banerjee</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ; and
          <string-name>
            <surname>Lavie</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <year>2005</year>
          .
          <article-title>METEOR: An automatic metric for MT evaluation with improved correlation with human judgments</article-title>
          .
          <source>In Proceedings of the acl workshop on</source>
          intrinsic and
          <article-title>extrinsic evaluation measures for machine translation</article-title>
          and/or summarization,
          <fpage>65</fpage>
          -
          <lpage>72</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <string-name>
            <surname>Bodenreider</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          <year>2004</year>
          .
          <article-title>The unified medical language system (UMLS): integrating biomedical terminology</article-title>
          .
          <source>Nucleic acids research 32(suppl 1)</source>
          :
          <fpage>D267</fpage>
          -
          <lpage>D270</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <string-name>
            <surname>Cao</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Shui</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ; Pan,
          <string-name>
            <given-names>L.</given-names>
            ;
            <surname>Kan</surname>
          </string-name>
          , M.-Y.;
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ; and Chua, T.- S.
          <year>2020</year>
          .
          <article-title>Expertise style transfer: A new task towards better communication between experts and laymen</article-title>
          . arXiv preprint arXiv:
          <year>2005</year>
          .00701 .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <surname>Choi</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Palomaki</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ; Lamm,
          <string-name>
            <given-names>M.</given-names>
            ;
            <surname>Kwiatkowski</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            ;
            <surname>Das</surname>
          </string-name>
          ,
          <string-name>
            <surname>D.</surname>
          </string-name>
          ; and Collins,
          <string-name>
            <surname>M.</surname>
          </string-name>
          <year>2021</year>
          .
          <article-title>Decontextualization: Making Sentences Stand-Alone</article-title>
          .
          <source>Transactions of the Association for Computational Linguistics</source>
          <volume>9</volume>
          :
          <fpage>447</fpage>
          -
          <lpage>461</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <string-name>
            <surname>Cohan</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Feldman</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Beltagy</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Downey</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ; and
          <string-name>
            <surname>Weld</surname>
            ,
            <given-names>D. S.</given-names>
          </string-name>
          <year>2020</year>
          .
          <article-title>Specter: Document-level representation learning using citation-informed transformers</article-title>
          . arXiv preprint arXiv:
          <year>2004</year>
          .07180 .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          <string-name>
            <surname>Coster</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ; and
          <string-name>
            <surname>Kauchak</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <year>2011</year>
          .
          <article-title>Simple English Wikipedia: A New Text Simplification Task</article-title>
          .
          <source>In Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies</source>
          ,
          <fpage>665</fpage>
          -
          <lpage>669</lpage>
          . Portland, Oregon, USA:
          <article-title>Association for Computational Linguistics</article-title>
          . URL https://aclanthology.org/P11-2117.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          <string-name>
            <surname>Devaraj</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Marshall</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Wallace</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ; and
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>J. J.</given-names>
          </string-name>
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          <article-title>Paragraph-level Simplification of Medical Texts</article-title>
          .
          <source>In Proceedings of the 2021 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies</source>
          ,
          <fpage>4972</fpage>
          -
          <lpage>4984</lpage>
          . Online:
          <article-title>Association for Computational Linguistics</article-title>
          . doi:
          <volume>10</volume>
          .18653/v1/
          <year>2021</year>
          .naacl-main.395. URL https://aclanthology.org/
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          <source>naacl-main.395.</source>
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          <string-name>
            <surname>Elhadad</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          <year>2006</year>
          .
          <article-title>Comprehending technical texts: Predicting and defining unfamiliar terms</article-title>
          .
          <source>In AMIA annual symposium proceedings</source>
          , volume
          <year>2006</year>
          ,
          <volume>239</volume>
          . American Medical Informatics Association.
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          <string-name>
            <surname>Freitag</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Grangier</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ; and
          <string-name>
            <surname>Caswell</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          <year>2020</year>
          .
          <article-title>BLEU might be Guilty but References are not Innocent</article-title>
          .
          <source>In Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP)</source>
          ,
          <fpage>61</fpage>
          -
          <lpage>71</lpage>
          . Online:
          <article-title>Association for Computational Linguistics</article-title>
          . doi:
          <volume>10</volume>
          .18653/ v1/
          <year>2020</year>
          .
          <article-title>emnlp-main.5</article-title>
          . URL https://aclanthology.org/
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          <source>emnlp-main.5.</source>
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          <string-name>
            <surname>He</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ; and
          <string-name>
            <surname>McAuley</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <year>2016</year>
          .
          <article-title>Ups and downs: Modeling the visual evolution of fashion trends with one-class collaborative filtering</article-title>
          .
          <source>In proceedings of the 25th international conference on world wide web</source>
          ,
          <fpage>507</fpage>
          -
          <lpage>517</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          <string-name>
            <surname>HuggingFace.</surname>
          </string-name>
          <year>2021</year>
          .
          <article-title>The AI community building the future</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          2015.
          <article-title>Aligning sentences from standard wikipedia to simple wikipedia</article-title>
          .
          <source>In Proceedings of the 2015 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies</source>
          ,
          <fpage>211</fpage>
          -
          <lpage>217</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          <string-name>
            <surname>Ippolito</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ; Kriz,
          <string-name>
            <surname>R.</surname>
          </string-name>
          ; Kustikova,
          <string-name>
            <given-names>M.</given-names>
            ;
            <surname>Sedoc</surname>
          </string-name>
          , J.; and
          <string-name>
            <surname>Callison-Burch</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <year>2019</year>
          .
          <article-title>Comparison of diverse decoding methods from conditional language models</article-title>
          . arXiv preprint arXiv:
          <year>1906</year>
          .06362 .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          <string-name>
            <surname>Kadic</surname>
            ,
            <given-names>A. J.</given-names>
          </string-name>
          ; Fidahic,
          <string-name>
            <given-names>M.</given-names>
            ;
            <surname>Vujcic</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ;
            <surname>Saric</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            ;
            <surname>Propadalo</surname>
          </string-name>
          ,
          <string-name>
            <surname>I.</surname>
          </string-name>
          ; Marelja,
          <string-name>
            <surname>I.</surname>
          </string-name>
          ; Dosenovic,
          <string-name>
            <given-names>S.</given-names>
            ; and
            <surname>Puljak</surname>
          </string-name>
          ,
          <string-name>
            <surname>L.</surname>
          </string-name>
          <year>2016</year>
          .
          <article-title>Cochrane plain language summaries are highly heterogeneous with low adherence to the standards</article-title>
          .
          <source>BMC medical research methodology</source>
          <volume>16</volume>
          (
          <issue>1</issue>
          ):
          <fpage>1</fpage>
          -
          <lpage>4</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          <string-name>
            <surname>Kim</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          <year>2014</year>
          .
          <article-title>Convolutional Neural Networks for Sentence Classification</article-title>
          .
          <source>CoRR abs/1408</source>
          .5882. URL http://arxiv.org/ abs/1408.5882.
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          <string-name>
            <surname>Kincaid</surname>
            ,
            <given-names>J. P.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Fishburne</surname>
            <given-names>Jr</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>R. P.</given-names>
            ;
            <surname>Rogers</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. L.</given-names>
            ; and
            <surname>Chissom</surname>
          </string-name>
          ,
          <string-name>
            <surname>B. S.</surname>
          </string-name>
          <year>1975</year>
          .
          <article-title>Derivation of new readability formuKing,</article-title>
          <string-name>
            <surname>A.</surname>
          </string-name>
          <year>2010</year>
          .
          <article-title>Poor health literacy: a'hidden'risk factor</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          <source>Nature Reviews Cardiology</source>
          <volume>7</volume>
          (
          <issue>9</issue>
          ):
          <fpage>473</fpage>
          -
          <lpage>474</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          <string-name>
            <surname>Krippendorff</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          <year>2011</year>
          .
          <article-title>Computing Krippendorff's alphareliability .</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>J. J.;</given-names>
          </string-name>
          and
          <string-name>
            <surname>Nenkova</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <year>2015</year>
          .
          <article-title>Fast and accurate prediction of sentence specificity</article-title>
          .
          <source>In Twenty-Ninth AAAI Conference on Artificial Intelligence.</source>
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          <string-name>
            <surname>Lyu</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Liang</surname>
            ,
            <given-names>P. P.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Pham</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Hovy</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ; Po´czos, B.;
          <string-name>
            <surname>Salakhutdinov</surname>
          </string-name>
          , R.; and
          <string-name>
            <surname>Morency</surname>
          </string-name>
          , L.-P.
          <year>2021</year>
          .
          <article-title>StylePTB: A Compositional Benchmark for Fine-grained Controllable Text Style Transfer</article-title>
          .
          <source>arXiv preprint arXiv:2104</source>
          .
          <fpage>05196</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          <string-name>
            <surname>Ma</surname>
            ,
            <given-names>Q.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Wei</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Bojar</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ; and Graham,
          <string-name>
            <surname>Y.</surname>
          </string-name>
          <year>2019</year>
          .
          <article-title>Results of the WMT19 Metrics Shared Task: Segment-Level and Strong MT Systems Pose Big Challenges</article-title>
          .
          <source>In Proceedings of the Fourth Conference on Machine Translation (Volume</source>
          <volume>2</volume>
          :
          <string-name>
            <given-names>Shared</given-names>
            <surname>Task</surname>
          </string-name>
          <string-name>
            <surname>Papers</surname>
          </string-name>
          ,
          <source>Day 1)</source>
          ,
          <fpage>62</fpage>
          -
          <lpage>90</lpage>
          . Florence, Italy:
          <article-title>Association for Computational Linguistics</article-title>
          . doi:
          <volume>10</volume>
          .18653/v1/
          <fpage>W19</fpage>
          - 5302. URL https://aclanthology.org/W19-5302.
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          <string-name>
            <surname>Madaan</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Setlur</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Parekh</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Poczos</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Neubig</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Yang</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Salakhutdinov</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Black</surname>
            ,
            <given-names>A. W.</given-names>
          </string-name>
          ; and
          <string-name>
            <surname>Prabhumoye</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <year>2020</year>
          .
          <article-title>Politeness Transfer: A Tag and Generate Approach</article-title>
          .
          <source>In Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics</source>
          ,
          <fpage>1869</fpage>
          -
          <lpage>1881</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          <article-title>Online: Association for Computational Linguistics</article-title>
          . doi:
          <volume>10</volume>
          .18653/v1/
          <year>2020</year>
          .acl-main.169. URL https://aclanthology.
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          org/
          <year>2020</year>
          .acl-main.
          <volume>169</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          <string-name>
            <surname>Martin</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Humeau</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ; Mazare´,
          <string-name>
            <given-names>P.</given-names>
            ;
            <surname>Bordes</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A</given-names>
            .;
            <surname>de la Clergerie</surname>
          </string-name>
          , E´. V.; and
          <string-name>
            <surname>Sagot</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          <year>2019</year>
          .
          <article-title>Reference-less Quality Estimation of Text Simplification Systems</article-title>
          . CoRR abs/
          <year>1901</year>
          .10746. URL http://arxiv.org/abs/
          <year>1901</year>
          .10746.
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          <string-name>
            <surname>Martin</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Humeau</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ; Mazare´, P.-E.;
          <string-name>
            <surname>de La Clergerie</surname>
            ,
            <given-names>E</given-names>
          </string-name>
          ´ .;
          <string-name>
            <surname>Bordes</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ; and
          <string-name>
            <surname>Sagot</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          <year>2018</year>
          .
          <article-title>Reference-less Quality Estimation of Text Simplification Systems</article-title>
          .
          <source>In Proceedings of the 1st Workshop on Automatic Text Adaptation (ATA)</source>
          ,
          <fpage>29</fpage>
          -
          <lpage>38</lpage>
          . Tilburg, the Netherlands:
          <article-title>Association for Computational Linguistics</article-title>
          . doi:
          <volume>10</volume>
          .18653/v1/
          <fpage>W18</fpage>
          -7005. URL https://aclanthology.org/W18-7005.
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          <string-name>
            <surname>McIlwain</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Santesso</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Simi</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ; Napoli,
          <string-name>
            <given-names>M.</given-names>
            ;
            <surname>Lasserson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            ;
            <surname>Welsh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            ;
            <surname>Churchill</surname>
          </string-name>
          ,
          <string-name>
            <surname>R.</surname>
          </string-name>
          ; Rader,
          <string-name>
            <given-names>T.</given-names>
            ;
            <surname>Chandler</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ;
            <surname>Tovey</surname>
          </string-name>
          ,
          <string-name>
            <surname>D.</surname>
          </string-name>
          ; et al.
          <year>2014</year>
          .
          <article-title>Standards for the reporting of Plain Language Summaries in new Cochrane Intervention Reviews (PLEACS) .</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          <string-name>
            <surname>Morris</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Lifland</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Yoo</surname>
            ,
            <given-names>J. Y.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Grigsby</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Jin</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ; and Qi,
          <string-name>
            <surname>Y.</surname>
          </string-name>
          <year>2020</year>
          .
          <article-title>TextAttack: A Framework for Adversarial Attacks, Data Augmentation, and Adversarial Training in NLP</article-title>
          .
          <source>In Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing: System Demonstrations</source>
          ,
          <fpage>119</fpage>
          -
          <lpage>126</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref36">
        <mixed-citation>
          <string-name>
            <surname>NIA</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          <year>2018</year>
          . Online Health Information: Is It Reliable? URL https://www.nia.nih.gov/health/online-healthinformation
          <string-name>
            <surname>-</surname>
          </string-name>
          it-reliable.
        </mixed-citation>
      </ref>
      <ref id="ref37">
        <mixed-citation>
          <string-name>
            <surname>Nye</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>J. J.</given-names>
          </string-name>
          ; Patel,
          <string-name>
            <given-names>R.</given-names>
            ;
            <surname>Yang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            ;
            <surname>Marshall</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I. J.</given-names>
            ;
            <surname>Nenkova</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ; and
            <surname>Wallace</surname>
          </string-name>
          ,
          <string-name>
            <surname>B. C.</surname>
          </string-name>
          <year>2018</year>
          .
          <article-title>A corpus with multilevel annotations of patients, interventions and outcomes to support language processing for medical literature</article-title>
          .
          <source>In Proceedings of the conference. Association for Computational Linguistics. Meeting</source>
          , volume
          <year>2018</year>
          ,
          <article-title>197</article-title>
          . NIH Public Access.
        </mixed-citation>
      </ref>
      <ref id="ref38">
        <mixed-citation>
          <string-name>
            <surname>Paetzold</surname>
          </string-name>
          , G.; and
          <string-name>
            <surname>Specia</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <year>2016</year>
          .
          <article-title>Anita: An Intelligent Text Adaptation Tool</article-title>
          .
          <source>In Proceedings of COLING</source>
          <year>2016</year>
          ,
          <source>the 26th International Conference on Computational Linguistics: System Demonstrations</source>
          ,
          <fpage>79</fpage>
          -
          <lpage>83</lpage>
          . Osaka,
          <article-title>Japan: The COLING 2016 Organizing Committee</article-title>
          . URL https: //aclanthology.org/C16-2017.
        </mixed-citation>
      </ref>
      <ref id="ref39">
        <mixed-citation>
          <string-name>
            <surname>Paetzold</surname>
            ,
            <given-names>G. H.</given-names>
          </string-name>
          ; and
          <string-name>
            <surname>Specia</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <year>2017</year>
          .
          <article-title>A survey on lexical simplification</article-title>
          .
          <source>Journal of Artificial Intelligence Research</source>
          <volume>60</volume>
          :
          <fpage>549</fpage>
          -
          <lpage>593</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref40">
        <mixed-citation>
          <string-name>
            <surname>Papineni</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Roukos</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ; Ward,
          <string-name>
            <given-names>T.</given-names>
            ; and
            <surname>Zhu</surname>
          </string-name>
          , W.-J.
          <year>2002</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref41">
        <mixed-citation>
          <article-title>Bleu: a method for automatic evaluation of machine translation</article-title>
          .
          <source>In Proceedings of the 40th annual meeting of the Association for Computational Linguistics</source>
          ,
          <fpage>311</fpage>
          -
          <lpage>318</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref42">
        <mixed-citation>
          <string-name>
            <surname>Prabhumoye</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ; Tsvetkov,
          <string-name>
            <given-names>Y.</given-names>
            ;
            <surname>Salakhutdinov</surname>
          </string-name>
          , R.; and
          <string-name>
            <surname>Black</surname>
            ,
            <given-names>A. W.</given-names>
          </string-name>
          <year>2018</year>
          .
          <article-title>Style transfer through back-translation</article-title>
          . arXiv preprint arXiv:
          <year>1804</year>
          .09000 .
        </mixed-citation>
      </ref>
      <ref id="ref43">
        <mixed-citation>
          <string-name>
            <surname>Radford</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Wu</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ; Child,
          <string-name>
            <surname>R.</surname>
          </string-name>
          ; Luan,
          <string-name>
            <given-names>D.</given-names>
            ;
            <surname>Amodei</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            ;
            <surname>Sutskever</surname>
          </string-name>
          ,
          <string-name>
            <surname>I.</surname>
          </string-name>
          ; et al.
          <year>2019</year>
          .
          <article-title>Language models are unsupervised multitask learners</article-title>
          .
          <source>OpenAI blog 1</source>
          (
          <issue>8</issue>
          ):
          <fpage>9</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref44">
        <mixed-citation>
          <string-name>
            <surname>Reimers</surname>
          </string-name>
          , N.; and
          <string-name>
            <surname>Gurevych</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          <year>2019</year>
          .
          <article-title>Sentence-bert: Sentence embeddings using siamese bert-networks</article-title>
          .
          <source>arXiv preprint arXiv:1908</source>
          .10084 .
        </mixed-citation>
      </ref>
      <ref id="ref45">
        <mixed-citation>
          <string-name>
            <surname>Savery</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Abacha</surname>
            ,
            <given-names>A. B.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Gayen</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ; and DemnerFushman,
          <string-name>
            <surname>D.</surname>
          </string-name>
          <year>2020</year>
          .
          <article-title>Question-driven summarization of answers to consumer health questions</article-title>
          .
          <source>Scientific Data</source>
          <volume>7</volume>
          (
          <issue>1</issue>
          ):
          <fpage>1</fpage>
          -
          <lpage>9</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref46">
        <mixed-citation>
          <string-name>
            <surname>Senter</surname>
          </string-name>
          , R.; and
          <string-name>
            <surname>Smith</surname>
            ,
            <given-names>E. A.</given-names>
          </string-name>
          <year>1967</year>
          .
          <article-title>Automated readability index</article-title>
          .
          <source>Technical report, CINCINNATI UNIV OH.</source>
        </mixed-citation>
      </ref>
      <ref id="ref47">
        <mixed-citation>
          <string-name>
            <surname>Shafee</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Masukume</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Kipersztok</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Das</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ; Ha¨ggstro¨m, M.; and
          <string-name>
            <surname>Heilman</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <year>2017</year>
          .
          <article-title>Evolution of Wikipedia's medical content: past, present and future</article-title>
          .
          <source>J Epidemiol Community Health</source>
          <volume>71</volume>
          (
          <issue>11</issue>
          ):
          <fpage>1122</fpage>
          -
          <lpage>1129</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref48">
        <mixed-citation>
          <string-name>
            <surname>Shen</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Lei</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Barzilay</surname>
          </string-name>
          , R.; and
          <string-name>
            <surname>Jaakkola</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          <year>2017</year>
          .
          <article-title>Style transfer from non-parallel text by cross-alignment</article-title>
          .
          <source>arXiv preprint arXiv:1705</source>
          .
          <fpage>09655</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref49">
        <mixed-citation>
          <string-name>
            <surname>Siddharthan</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <year>2014</year>
          .
          <article-title>A survey of research on text simplification</article-title>
          .
          <source>ITL-International Journal of Applied Linguistics</source>
          <volume>165</volume>
          (
          <issue>2</issue>
          ):
          <fpage>259</fpage>
          -
          <lpage>298</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref50">
        <mixed-citation>
          <string-name>
            <surname>Soldaini</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ; and
          <string-name>
            <surname>Goharian</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          <year>2016</year>
          .
          <article-title>Quickumls: a fast, unsupervised approach for medical concept extraction</article-title>
          . In MedIR workshop, sigir,
          <fpage>1</fpage>
          -
          <lpage>4</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref51">
        <mixed-citation>
          <string-name>
            <surname>Su</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Duan</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Cui</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Ji</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Wu</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Luo</surname>
            , H.; Liu,
            <given-names>Y.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Zhong</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Bharti</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ; and
          <string-name>
            <surname>Sacheti</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <year>2021</year>
          .
          <article-title>GEM: A General Evaluation Benchmark for Multimodal Tasks</article-title>
          .
          <source>arXiv preprint arXiv:2106</source>
          .
          <fpage>09889</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref52">
        <mixed-citation>
          <string-name>
            <surname>Subramanian</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ; Lample,
          <string-name>
            <given-names>G.</given-names>
            ;
            <surname>Smith</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E. M.</given-names>
            ;
            <surname>Denoyer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            ;
            <surname>Ranzato</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.</surname>
          </string-name>
          ; and Boureau,
          <string-name>
            <surname>Y.-L.</surname>
          </string-name>
          <year>2018</year>
          .
          <article-title>Multiple-attribute text style transfer</article-title>
          . arXiv preprint arXiv:
          <year>1811</year>
          .00552 .
        </mixed-citation>
      </ref>
      <ref id="ref53">
        <mixed-citation>
          <string-name>
            <surname>Van den Bercken</surname>
          </string-name>
          , L.;
          <string-name>
            <surname>Sips</surname>
          </string-name>
          , R.-J.; and
          <string-name>
            <surname>Lofi</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <year>2019</year>
          .
          <article-title>Evaluating neural text simplification in the medical domain</article-title>
          .
          <source>In The World Wide Web Conference</source>
          ,
          <volume>3286</volume>
          -
          <fpage>3292</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref54">
        <mixed-citation>
          <string-name>
            <surname>Warstadt</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Singh</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ; and
          <string-name>
            <surname>Bowman</surname>
            ,
            <given-names>S. R.</given-names>
          </string-name>
          <year>2019</year>
          .
          <article-title>Neural network acceptability judgments</article-title>
          .
          <source>Transactions of the Association for Computational Linguistics</source>
          <volume>7</volume>
          :
          <fpage>625</fpage>
          -
          <lpage>641</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref55">
        <mixed-citation>
          <string-name>
            <surname>Woodsend</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ; and Lapata,
          <string-name>
            <surname>M.</surname>
          </string-name>
          <year>2011</year>
          .
          <article-title>Learning to Simplify Sentences with Quasi-Synchronous Grammar and Integer Programming</article-title>
          .
          <source>In Proceedings of the 2011 Conference on Empirical Methods in Natural Language Processing</source>
          ,
          <fpage>409</fpage>
          -
          <lpage>420</lpage>
          . Edinburgh, Scotland, UK.:
          <article-title>Association for Computational Linguistics</article-title>
          . URL https://aclanthology.org/D11-1038.
        </mixed-citation>
      </ref>
      <ref id="ref56">
        <mixed-citation>
          <string-name>
            <surname>Xu</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Callison-Burch</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ; and
          <string-name>
            <surname>Napoles</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <year>2015</year>
          .
          <article-title>Problems in current text simplification research: New data can help</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref57">
        <mixed-citation>
          <source>Transactions of the Association for Computational Linguistics</source>
          <volume>3</volume>
          :
          <fpage>283</fpage>
          -
          <lpage>297</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref58">
        <mixed-citation>
          <string-name>
            <surname>Yang</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Hu</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Dyer</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Xing</surname>
            ,
            <given-names>E. P.</given-names>
          </string-name>
          ; and BergKirkpatrick, T.
          <year>2018</year>
          .
          <article-title>Unsupervised text style transfer using language models as discriminators</article-title>
          .
          <source>In Proceedings of the 32nd International Conference on Neural Information Processing Systems</source>
          ,
          <volume>7298</volume>
          -
          <fpage>7309</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref59">
        <mixed-citation>
          <string-name>
            <surname>Zhang</surname>
          </string-name>
          , T.;
          <string-name>
            <surname>Kishore</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Wu</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Weinberger</surname>
            ,
            <given-names>K. Q.</given-names>
          </string-name>
          ; and Artzi,
          <string-name>
            <surname>Y.</surname>
          </string-name>
          <year>2019</year>
          .
          <article-title>Bertscore: Evaluating text generation with bert</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref60">
        <mixed-citation>
          arXiv preprint arXiv:
          <year>1904</year>
          .09675 .
        </mixed-citation>
      </ref>
      <ref id="ref61">
        <mixed-citation>
          <string-name>
            <surname>Zhong</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Jiang</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Xu</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ; and
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>J. J.</given-names>
          </string-name>
          <year>2020</year>
          .
          <article-title>Discourse level factors for sentence deletion in text simplification</article-title>
          .
          <source>In Proceedings of the AAAI Conference on Artificial Intelligence</source>
          , volume
          <volume>34</volume>
          ,
          <fpage>9709</fpage>
          -
          <lpage>9716</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref62">
        <mixed-citation>
          <string-name>
            <surname>Zhu</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Bernhard</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ; and
          <string-name>
            <surname>Gurevych</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          <year>2010</year>
          .
          <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>
          ),
          <fpage>1353</fpage>
          -
          <lpage>1361</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref63">
        <mixed-citation>
          <string-name>
            <surname>Beijing</surname>
          </string-name>
          , China:
          <article-title>Coling 2010 Organizing Committee</article-title>
          . URL https://aclanthology.org/C10-1152.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>