<!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 />
    <article-meta>
      <title-group>
        <article-title>THM@SimpleText 2025 - Task 1.1: Revisiting Text Simplification based on Complex Terms for Non-Experts</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Nico Hofmann</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Julian Dauenhauer</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Nils Ole Dietzler</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Idehen Daniel Idahor</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Christin Katharina Kreutz</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Herder Institute</institution>
          ,
          <addr-line>Marburg</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>TH Mittelhessen - University of Applied Sciences</institution>
          ,
          <addr-line>Gießen</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Scientific text is complex as it contains technical terms by definition. Simplifying such text for non-domain experts enhances accessibility of innovation and information. Politicians could be enabled to understand new ifndings on topics on which they intend to pass a law, or family members of seriously ill patients could read about clinical trials. The SimpleText CLEF Lab focuses on exactly this problem of simplification of scientific text. Task 1.1 of the 2025 edition specifically handles the simplification of complex sentences, so very short texts with little context. To tackle this task we investigate the identification of complex terms in sentences which are rephrased using small Gemini and OpenAI large language models for non-expert readers.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Text Simplification</kwd>
        <kwd>Complex Term Identification</kwd>
        <kwd>LLMs</kwd>
        <kwd>Prompt Engineering</kwd>
        <kwd>Personas</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>Scientific texts are written to be read and understood by domain experts, scholars who are highly
educated. Such texts are packed with abbreviations and technical terms and they need to fit within a
strict page or word limit.</p>
      <p>
        Over the years the SimpleText initiative [
        <xref ref-type="bibr" rid="ref1 ref2 ref3">1, 2, 3, 4, 5, 6</xref>
        ] has shown considerable eforts to help
accelerate the development of approaches to make such texts more accessible to the general public.
The importance of the intended target audience in text simplification eforts has been considered
before [7]. For example, text simplified for children should contain short sentences [ 8] but should not
be oversimplified to retain readers’ engagement [9].
      </p>
      <p>While there are approaches for simplifying text from diferent domains and for diferent target
audiences [10, 11], most approaches do not consider the particularities of either [12]. Oversimplifying
a text, so lowering its overall complexity to no longer fit the required complexity level of readers,
is disadvantageous for all most all target audience, as it leads to disengagement [9]. Therefore, the
simplicity level of texts should fit its intended readers.</p>
      <p>In general, in the simplification of texts for non-expert we assume that a reader has the appropriate
language skills to understand complex phrases and grammar but is not able to understand a text due
to missing domain knowledge. Our idea is thus to identify complex, domain-specific terms in texts to
try to only replace these complex components while maintaining the overall structure and linguistic
complexity of texts.</p>
      <p>This work tackles task 1.1 of this year’s SimpleText lab [5, 6, 13], the simplification of short scientific
texts for non-expert readers. This task has the challenging characteristic of only providing very little
context (the sentence itself) on the content to be simplified. We try to tackle this task by basing our
eforts on an earlier submission by IRGC@SimpleText’23 [ 14] to the SimpleText shared task focused
on complex, scientific term identification and investigate diferent prompts while using small large
language models (LLMs).</p>
    </sec>
    <sec id="sec-2">
      <title>2. Dataset</title>
      <p>The dataset for Task 1.1 provided by the SimpleText lab [5] consists of 9160 short texts in English which
were extracted from scientific publications. These texts are primarily single sentences, e.g., Interventions
in all studies included implementation strategies targeting healthcare workers; three studies included
delivery arrangements, no studies used financial arrangements or governance arrangements. (pair_id =
CD012520, 206 characters) with a considerably complex sentence structure. There are 9086 unique texts
in the dataset, they have an average length of 168.66 characters. Figure 1 indicates the lengths of unique
texts contained in the dataset as a histogram.</p>
    </sec>
    <sec id="sec-3">
      <title>3. Method</title>
      <p>We investigate three steps which can all be optionally employed in text simplification. At first a
rephrasing, e.g., via an LLM, can modify the original text. Then for an original or modified text the
complex scientific terms can be identified and marked specifically. As a last step, the actual simplification
is run on original or modified texts, which either have complex terms marked or not, e.g., by again
using an LLM.</p>
      <sec id="sec-3-1">
        <title>3.1. Step 1: Rephrasing</title>
        <p>For runs incorporating this step, we employ a prompt that reformulates the original text. This can be to
make an original text more complex (see prompt C in Table 1) or to simply rephrase it while striving to
maintain complexity and length (see prompt P in Table 1). In general we experiment in three directions:
modifying the original text, introducing more complexity and simplifying it immediately. The attempt
to increase a text’s complexity is assumed to produce worse evaluation results if the texts are not at their
maximum complexity level yet. If the texts’ complexity is already the highest it can be, an experiment
trying to complexify the text will lead to results that are comparable to rephrasing.</p>
      </sec>
      <sec id="sec-3-2">
        <title>3.2. Step 2: Complex Scientific Term Identification</title>
        <p>For runs incorporating this step, the general idea is to identify the complex scientific terms in the
original or rephrased texts and specifically mark the parts that should be replaced in the simplification</p>
        <sec id="sec-3-2-1">
          <title>Prompt ID</title>
          <p>C
R
P1
P2
PNI1
PN1
PI2</p>
        </sec>
        <sec id="sec-3-2-2">
          <title>Prompt</title>
          <p>You are a text complication system with good global and language knowledge but and expertise
in specific domains. You will be given 10 texts, TREAT THEM SEPERATLY and also return
10 more complex texts. Please make the texts more complex (not in their structure) but not
considerably longer. RETURN ONLY THE 10 TEXTS.</p>
          <p>TEXTS:
You are a text rephrasing system. You will be given 10 texts, TREAT THEM SEPERATLY and
also return 10 texts. Please rephrase the texts. Do not change their level of complexity (so do
not make them more dificult in their structure) and do not make them considerably longer.
RETURN ONLY THE 10 TEXTS as a list.</p>
          <p>TEXTS:
You are a text simplification system with good global and language knowledge but no expertise
in specific domains. You will be given 10 texts, TREAT THEM SEPERATLY and also return
10 simplified texts. Complex domain specific or scientific terminology is marked by square
brackets (e.g., [primary acoustic modeling]). For each text, replace or explain the terms in
square brackets in order to make it more understandable for non-experts and simplify for
non-expert readers. Make sure to exactly return an enumerated list of 10 simplified texts and
that all terms in square brackets are simplified or explained! Do not simplify the structure of
the texts or complex language independent of the dificult scientific descriptions. RETURN
ONLY THE 10 TEXTS.</p>
          <p>TEXTS:
You are given 10 texts, TREAT THEM SEPARATELY. Complex technical or scientific terms are
indicated by square brackets (e.g. [convolutional neural network]). For each text, replace or
explain the terms in square brackets to make it understandable to non-experts and to simplify
for non-expert readers. Make sure that you return exactly one enumerated list of 10 simplified
texts and that all terms in square brackets are simplified or explained! [14]
Hello! we have been given an important task, which i heard you can complete ecxeptionally
well, as you are the best and most reliable system for text simplification and language in
general. we have been given 10 texts which should be simplified or explained. problematic,
complex words are marked within [square brackets] Please, for each of these 10 texts, replace
or explain these [terms] and return an enumerated list of 10 simplified texts please do not
change the texts structure and please ONLY return these 10 texts! thank you! here are the
said 10 texts:
You are at a conference as an expert explaining the contents of these texts to non-experts.
There will be 10 diferent texts, treat each of them separately and only return the simplified
version as a python list. Complex terms or domain-specific terminology will be marked with
square brackets (e.g., [primary acoustic modeling]). To make the subject more understandable
to these non-experts, you will replace or explain the terms marked by square brackets. Do not
simplify the structure or texts in any other way than specified, or the non-experts will lose
interest.</p>
          <p>Think of yourself as a translator: You’re translating complex, technical language (found inside
[square brackets]) into everyday language. The Job: You will be given 10 documents all at
the same time. Your Task for Each Document: Find all [bracketed phrases]. "Translate" them
into simple terms for a general audience. Important: Do not "translate" or change anything
outside the brackets. Keep the original sentence flow. Result Expected: A list of 10 translated
documents, ensuring all original bracketed items have been simplified. Do not output the
original input texts.
step.</p>
          <p>We run the complex term identification as implemented by team IRGC’23 [14]. They mark a subset
of complex terms identified by an established but highly sensitive keyphrase extraction method [ 15].
The intuition behind this is that not all keyphrases are complex and not all complex keyphrases are
dificult due to domain jargon. Idf scores for terms are calculated based on two corpora which we
use through PyTerrier [16]: lotte/lifestyle, a corpus focused on texts from lifestyle forums and
lotte/science, a corpus focused on texts from science-oriented forums [17]. Terms with a higher idf
in science texts than in lifestyle texts are considered to be domain jargon which should be explained to
non-experts. Then, only extracted keyphrases where their idf surpasses a certain complexity threshold
are marked as complex terms which should be explained to non-experts. In our experiments we work
with a complexity threshold of 0.11.</p>
          <p>From the 9160 original texts in the dataset, 3473 texts did not receive any markings indicating complex
phrases.</p>
        </sec>
      </sec>
      <sec id="sec-3-3">
        <title>3.3. Step 3: Simplification</title>
        <p>All our prompts ask LLMs to take on a specific persona to simplify the texts as this prompting technique
is highly efective in numerous tasks [ 18]. For simplifying the texts, we run our prompts (see prompts
P1, P2, PNI1, PN1 and PI2 in Table 1). While P2 is the prompt introduced by IRGC’23 [14] defining
the LLM’s expected persona not specifically, P1 clearly states to behave as a text simplification system
1IRGC’23 used a complexity threshold of 0.01 which is more sensitive whereas our usage of 0.1 is more strict in identifying
complex terms in the science domain, supposedly reducing the number of false positive complex terms.
Single</p>
        <sec id="sec-3-3-1">
          <title>Prompt text</title>
          <p>You are given 10 texts, TREAT THEM SEPARATELY. Complex technical or scientific terms are
indicated by square brackets (e.g. [convolutional neural network]). For each text, replace or
explain the terms in square brackets to make it understandable to non-experts and to simplify
for non-expert readers. Make sure that you return exactly one enumerated list of 10 simplified
texts and that all terms in square brackets are simplified or explained!
You are given 1 text. Complex technical or scientific terms are indicated by square brackets
(e.g. [convolutional neural network]). For each text, replace or explain the terms in square
brackets to make it understandable to non-experts and to simplify for non-expert readers.
Make sure that you return exactly one enumerated list of 1 simplified text and that all terms
in square brackets are simplified or explained!
where no domain-knowledge should be assumed in the simplification. PNI1 treats the LLM more
informally and similar to a human but does imply the expected persona by stating it being the best
and most reliable system for text simplification and language in general . PN1 defines the LLM’s persona
as someone attending a conference. PI2 instructs the LLM to act as a translator translating complex
technical language to everyday language.</p>
          <p>In general we run our prompts for randomly batched texts of size 10, if prompts do not return 10
modified texts, we run these texts again one on one in the end with slightly modified versions of the
prompts to work on single texts instead of 10. If these single runs also do not produce single texts as
output, we consider the original (complex) text as the simplified text as well.</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Runs and Results</title>
      <sec id="sec-4-1">
        <title>4.1. Submitted Runs</title>
        <p>Our submitted runs have the prefix of our team name THM combined with the task number, prompt ID
as well as used LLM, resulting in run names such as THM_task11_p1-gpt-4.1-nano with p1 being
a prompt ID and gpt-4.1-nano describing the used model in a run. For readability we refrain from
writing out the first part of the run IDs ( THM_task11_) in this paper. For our simplification prompts
we defined the batch processing versions in Table 1, the single text versions are almost identical, Table 3
holds an example for P2.</p>
        <p>Table 2 gives an overview of our submitted runs as well as the number of cases in which we did not
receive the expected number of simplifications when using an LLM. We experiment with usage of small
Gemini models (gemini-2.0-flash and gemini-2.5-preview-flash) and a small OpenAI model
(gpt-4.1-nano). Our implementation can be found on GitHub2.</p>
      </sec>
      <sec id="sec-4-2">
        <title>4.2. Results</title>
        <p>We found considerable diferences between employing gpt-4.1-nano and the two versions of Gemini
with the OpenAI model producing better results in all cases. Usage of the more powerful model
gemini-2.5-flash-preview did not consistently produce better scores compared to the older model
gemini-2.0-flash (see prompt P2). All considered diferent configuration of runs using prompt
P2 produced better results than runs with the same configurations using prompt P1. P1 is the more
descriptive version of the more concise P2. In P1 the context of being a text simplification system
with definition of the knowledge is explicitly defined. Additionally, P1 puts extra emphasis on the
requirement of returning only 10 texts while keeping the structure of the original text. We assume the
longer prompt with more instructions dilutes the LLM’s attention from the actual task of simplifying
texts. Table 5 gives some randomly selected examples of original texts as well as their simplifications
2https://github.com/kreutzch/THM-SimpleText-25</p>
        <p>Run ID
baseline
c–gpt-4.1-nano
c–gemini-2.5-flash-preview
c–gemini-2.0-flash
r–gemini-2.5-flash-preview
r–gemini-2.0-flash
p1–gpt-4.1-nano
p1–gemini-2.0-flash
p1-ac–gemini-2.0-flash
p2–gpt-4.1-nano
p2–gemini-2.5-flash-preview
p2–gemini-2.0-flash
p2-ac–gemini-2.0-flash
pni1–gpt-4.1-nano
pn1–gemini-2.0-flash
pi2–gemini-2.0-flash
using P1 and P2 combined with gpt-4.1-nano. It appears that both prompts produced almost the
same simplification in some cases (as seen in the second example), P2 staying closer to the original text
(as seen in the first example) and P2 producing slightly shorter or more concise texts (as seen in the third
example). Both prompts do not seem to fully convey the instruction of only modifying the identified
complex terms in original texts.</p>
        <p>Table 4 indicates that the runs instructing the LLMs to complexify the original sentences did not
perform worse than a rephrasing of original sentences without reducing complexity or length. Table
Table 6 gives again gives the same three examples as seen in Table 5 of original texts with their reprasing
as well as their complexification. It appears as if complexified sentences remained closer to the original
versions than the rephrased ones which could lead at increased SARI scores as they are also closer to
the gold simplification. This hints at problems with the employed evaluation measures.</p>
        <p>Table 7 gives an example for a simplification produced by prompts PNI1, PN1 and PI2. Here we see</p>
        <p>Original
Quality of care outcomes
(proportions of patients
receiving evidence-based care)
were included in all included
studies.</p>
        <p>Rephrased with R
All studies incorporated
quality of care outcomes, which
measured the proportion of
patients receiving
evidencebased care.</p>
        <p>For every nine people treated
with haloperidol instead of
olanzapine, one fewer
person would experience
clinically important improvement
in quality of life.</p>
        <p>Simplification
For every nine people treated with haloperidol (a medication for mental health conditions) instead of
olanzapine (another mental health medication), one fewer person would see a meaningful improvement in
their quality of life.</p>
        <p>Okay, everyone, let’s look at this statement. It’s comparing two diferent medications, haloperidol and
olanzapine. Think of haloperidol as an older type of medication used to treat certain mental health
conditions. The statement is saying that if you treat nine people with this older medication, haloperidol,
instead of olanzapine, which is a newer medication, you’ll find that *one* fewer person will see a meaningful
improvement in their overall well-being or "quality of life." So, olanzapine seems to be giving people a better
chance at improving their quality of life compared to haloperidol, according to this statement.</p>
        <p>For every nine people treated with a strong, older antipsychotic medication instead of olanzapine, one fewer
person would experience clinically important improvement in quality of life.
the closeness of the text produced by PNI1 to the original text while explaining the complex terms, the
complete rephrasing of the text produced by PN1 that also simplified the original text significantly and
the text produced by PI2 that did keep a good chunk of the original text and did not simplify it much.
Failure to simplify the complex parts of the original texts does unsurprisingly lead to lower SARI scores.</p>
        <p>From our experiments, Table 2 and Table 4 we conclude the description of the return type specified
to a LLM as well as the post-processing of the result being highly influential of the overall quality of
the run. Runs utilising the Gemini variants produced higher error rates than the GPT runs with the
exception of P1. In our experiments we felt that it was more dificult to write prompts suitable for
Gemini for this exact reason.
4.3. Costs
Table 8 provides an overview of cost, input tokens and requests per model.</p>
        <p>At the time of producing the runs, the used OpenAI model gpt-4.1-nano cost $0.10 per 1M tokens.
We also experimented with usage of gpt-3.5-turbo-0125 with a cost of $0.50 per 1M tokens. During
experimentation as well as running our actual prompts we issued 33,721 requests with 12.499M input
tokens. In total we spent $6.39 using OpenAI models.</p>
        <p>Both our used Gemini models gemini-2.5-flash-preview and gemini-2.0-flash cost $0.10
per 1M input tokens. For both models, the output cost was $0.40 per 1M tokens. In total we issued
30.48k requests with 13.585M input tokens. The total costs for all models used was $5.49.</p>
        <p>The full cost of using LLMs for our participation in the shared task was thus $11.88. We issued 64.2k
requests with 26.084M input tokens.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>5. Conclusion</title>
      <p>Our experiments show the potential value of combining a cheap complex term identification step
with low-cost LLM options for simplifying complex texts for non-expert readers. It appears prompts
producing texts that remain more similar to the original texts perform better in the evaluation compared
to prompts producing texts with more changed up wording. The actual dificulty of produced texts does
not seem to be the sole determining factor of the goodness of the strategy.</p>
      <p>Future work should focus on experimenting with locally-run LLMs and other options to identify
complex keyphrases in texts. Another line of work should research better automatic evaluation measures
for the text simplification task.</p>
    </sec>
    <sec id="sec-6">
      <title>Acknowledgments</title>
      <p>We thank the SimpleText organisers for continuously organising the shared task and bringing together
the community to advance the field of automatic text simplification.</p>
    </sec>
    <sec id="sec-7">
      <title>Declaration on Generative AI</title>
      <p>The authors have not employed any Generative AI tools for writing the manuscript. The authors used
OpenAI and Gemini models in their implementation.
- 45th European Conference on Information Retrieval, ECIR 2023, Dublin, Ireland, April 2-6, 2023,
Proceedings, Part III, volume 13982, 2023, pp. 536–545. doi:10.1007/978-3-031-28241-6\_62.
[4] L. Ermakova, E. SanJuan, S. Huet, H. Azarbonyad, G. M. D. Nunzio, F. Vezzani, J. D’Souza,
S. Kabongo, H. B. Giglou, Y. Zhang, S. Auer, J. Kamps, CLEF 2024 simpletext track -
improving access to scientific texts for everyone, in: Advances in Information Retrieval - 46th European
Conference on Information Retrieval, ECIR 2024, Glasgow, UK, March 24-28, 2024, Proceedings,
Part VI, volume 14613, 2024, pp. 28–35. doi:10.1007/978-3-031-56072-9\_4.
[5] L. Ermakova, H. Azarbonyad, J. Bakker, B. Vendeville, J. Kamps, CLEF 2025 simpletext track
simplify scientific text (and nothing more), in: Advances in Information Retrieval - 47th European
Conference on Information Retrieval, ECIR 2025, Lucca, Italy, April 6-10, 2025, Proceedings, Part
V, volume 15576, 2025, pp. 425–433. doi:10.1007/978-3-031-88720-8\_63.
[6] L. Ermakova, H. Azarbonyad, J. Bakker, B. Vendeville, J. Kamps, Overview of the CLEF 2025
SimpleText track: Simplify scientific texts (and nothing more), in: J. Carrillo de Albornoz, J. Gonzalo,
L. Plaza, A. García Seco de Herrera, J. Mothe, F. Piroi, P. Rosso, D. Spina, G. Faggioli, N. Ferro
(Eds.), Experimental IR Meets Multilinguality, Multimodality, and Interaction. Proceedings of
the Sixteenth International Conference of the CLEF Association (CLEF 2025), Lecture Notes in
Computer Science, Springer, 2025.
[7] C. Kreutz, F. Haak, B. Engelmann, P. Schaer, BATS: benchmarking text simplicity, in: Findings of
the Association for Computational Linguistics, ACL 2024, Bangkok, Thailand and virtual meeting,
August 11-16, 2024, 2024, pp. 11968–11989. doi:10.18653/V1/2024.FINDINGS-ACL.712.
[8] S. Štajner, I. Hulpuş, Automatic assessment of conceptual text complexity using knowledge graphs,
in: Proceedings of the 27th International Conference on Computational Linguistics, 2018, pp.
318–330. URL: https://aclanthology.org/C18-1027/.
[9] S. Štajner, S. Nisioi, D. Ibanez, Is simple english wikipedia as simple and easy-to-understand as we
expect it to be?, in: Proceedings of the 9th International Conference on Software Development and
Technologies for Enhancing Accessibility and Fighting Info-Exclusion, DSAI ’20, 2021, p. 66–70.
doi:10.1145/3439231.3439263.
[10] F. Padovani, C. Marchesi, E. Pasqua, M. Galletti, D. Nardi, Automatic text simplification: A
comparative study in Italian for children with language disorders, in: Proceedings of the 13th
Workshop on Natural Language Processing for Computer Assisted Language Learning, 2024, pp.
176–186. URL: https://aclanthology.org/2024.nlp4call-1.13/.
[11] S. Štajner, Automatic text simplification for social good: Progress and challenges, in: Findings of
the Association for Computational Linguistics: ACL-IJCNLP 2021, 2021, pp. 2637–2652. doi:10.
18653/v1/2021.findings-acl.233.
[12] S. Gooding, On the ethical considerations of text simplification, in: S. Ebling, E. Prud’hommeaux,
P. Vaidyanathan (Eds.), Ninth Workshop on Speech and Language Processing for Assistive
Technologies (SLPAT-2022), 2022, pp. 50–57. doi:10.18653/v1/2022.slpat-1.7.
[13] J. Bakker, B. Vendeville, L. Ermakova, J. Kamps, Overview of the CLEF 2025 SimpleText Task 1:
Simplify Scientific Text, in: G. Faggioli, N. Ferro, P. Rosso, D. Spina (Eds.), Working Notes of CLEF
2025: Conference and Labs of the Evaluation Forum, CEUR Workshop Proceedings, CEUR-WS.org,
2025.
[14] B. Engelmann, F. Haak, C. K. Kreutz, N. Nikzad-Khasmakhi, P. Schaer, Text simplification of
scientific texts for non-expert readers, in: Working Notes of the Conference and Labs of the
Evaluation Forum (CLEF 2023), Thessaloniki, Greece, September 18th to 21st, 2023, volume 3497,
2023, pp. 2987–2998. URL: https://ceur-ws.org/Vol-3497/paper-250.pdf.
[15] M. Kulkarni, D. Mahata, R. Arora, R. Bhowmik, Learning rich representation of keyphrases from
text, in: Findings of the Association for Computational Linguistics: NAACL 2022, 2022, pp. 891–906.
doi:10.18653/v1/2022.findings-naacl.67.
[16] C. Macdonald, N. Tonellotto, Declarative experimentation in information retrieval using pyterrier,
in: Proceedings of the 2020 ACM SIGIR on International Conference on Theory of Information
Retrieval, ICTIR ’20, 2020, p. 161–168. doi:10.1145/3409256.3409829.
[17] K. Santhanam, O. Khattab, J. Saad-Falcon, C. Potts, M. Zaharia, ColBERTv2: Efective and eficient
retrieval via lightweight late interaction, 2022. doi:10.18653/v1/2022.naacl-main.272.
[18] J. White, Q. Fu, S. Hays, M. Sandborn, C. Olea, H. Gilbert, A. Elnashar, J. Spencer-Smith, D. C.</p>
      <p>Schmidt, A prompt pattern catalog to enhance prompt engineering with chatgpt, in: Proceedings of
the 30th Conference on Pattern Languages of Programs, 2023. doi:10.5555/3721041.3721046.
[19] W. Xu, C. Napoles, E. Pavlick, Q. Chen, C. Callison-Burch, Optimizing statistical machine
translation for text simplification, Transactions of the Association for Computational Linguistics 4 (2016)
401–415. doi:10.1162/tacl_a_00107.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>L.</given-names>
            <surname>Ermakova</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Bellot</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Braslavski</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Kamps</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Mothe</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Nurbakova</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I.</given-names>
            <surname>Ovchinnikova</surname>
          </string-name>
          , E. SanJuan,
          <article-title>Text simplification for scientific information access - CLEF 2021 simpletext workshop</article-title>
          ,
          <source>in: Advances in Information Retrieval - 43rd European Conference on IR Research</source>
          , ECIR
          <year>2021</year>
          ,
          <string-name>
            <surname>Virtual</surname>
            <given-names>Event</given-names>
          </string-name>
          ,
          <year>March</year>
          28 - April 1,
          <year>2021</year>
          , Proceedings,
          <string-name>
            <surname>Part</surname>
            <given-names>II</given-names>
          </string-name>
          , volume
          <volume>12657</volume>
          ,
          <year>2021</year>
          , pp.
          <fpage>583</fpage>
          -
          <lpage>592</lpage>
          . doi:
          <volume>10</volume>
          .1007/ 978-3-
          <fpage>030</fpage>
          -72240-1\_
          <fpage>68</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>L.</given-names>
            <surname>Ermakova</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Bellot</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Kamps</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Nurbakova</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I.</given-names>
            <surname>Ovchinnikova</surname>
          </string-name>
          , E. SanJuan, É. Mathurin,
          <string-name>
            <given-names>S.</given-names>
            <surname>Araújo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Hannachi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Huet</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Poinsu</surname>
          </string-name>
          ,
          <article-title>Automatic simplification of scientific texts: Simpletext lab at CLEF-2022</article-title>
          , in: Advances in Information Retrieval - 44th
          <source>European Conference on IR Research</source>
          , ECIR
          <year>2022</year>
          , Stavanger, Norway,
          <source>April 10-14</source>
          ,
          <year>2022</year>
          , Proceedings,
          <string-name>
            <surname>Part</surname>
            <given-names>II</given-names>
          </string-name>
          , volume
          <volume>13186</volume>
          ,
          <year>2022</year>
          , pp.
          <fpage>364</fpage>
          -
          <lpage>373</lpage>
          . doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>030</fpage>
          -99739-7\_
          <fpage>46</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>L.</given-names>
            <surname>Ermakova</surname>
          </string-name>
          , E. SanJuan,
          <string-name>
            <given-names>S.</given-names>
            <surname>Huet</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Augereau</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Azarbonyad</surname>
          </string-name>
          ,
          <string-name>
            <surname>J. Kamps,</surname>
          </string-name>
          <article-title>CLEF 2023 simpletext track - what happens if general users search scientific texts?</article-title>
          , in: Advances in Information Retrieval
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>