<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">UBONLP Report on the SimpleText Track at CLEF 2024</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Benjamin</forename><surname>Vendeville</surname></persName>
							<affiliation key="aff0">
								<orgName type="laboratory" key="lab1">/ Lab-STICC (</orgName>
								<orgName type="laboratory" key="lab2">UMR CNRS 6285)</orgName>
								<orgName type="institution">Université de Bretagne Occidentale</orgName>
								<address>
									<settlement>Brest</settlement>
									<country key="FR">France</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Liana</forename><surname>Ermakova</surname></persName>
							<affiliation key="aff1">
								<orgName type="institution">Université de Bretagne Occidentale / HCTI</orgName>
								<address>
									<settlement>Brest</settlement>
									<country key="FR">France</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Pierre</forename><surname>De Loor</surname></persName>
							<affiliation key="aff2">
								<orgName type="laboratory">ENIB / Lab-STICC (UMR CNRS 6285)</orgName>
								<address>
									<settlement>Brest</settlement>
									<country key="FR">France</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">UBONLP Report on the SimpleText Track at CLEF 2024</title>
					</analytic>
					<monogr>
						<idno type="ISSN">1613-0073</idno>
					</monogr>
					<idno type="MD5">1873C475A9571AFFFF6B6BA74BE73B69</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2025-04-23T17:56+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>LLM</term>
					<term>Ranking</term>
					<term>information retrieval</term>
					<term>Neural reranking</term>
					<term>Term difficulty</term>
					<term>Automatic text simplification</term>
					<term>Science popularization</term>
					<term>Lexical simplification</term>
					<term>Syntactic simplification run name MRR Prec10 Prec20 NDCG10 NDCG20 Bpref MAP</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>This article presents the UBONLP team's participation at the SimpleText lab of CLEF 2024 in tasks 1 "Selecting passages to include in a simplified summary", 2 "Difficult concept identification and explanation", and 3 "Given a query, simplify passages from scientific abstracts". Our goal is to use recent advances in natural language processing to help the public better understand scientific information. In Task 1 we show a method using TF_IDF and a neural reranker to retrieve scientific texts. In Task 2 we use a non fine-tuned Phi3 mini to extract complicated terms. Task 3 we use a LLM pipeline with separate syntactic and lexical simplifications.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.">Introduction</head><p>The internet has democratized access to scientific research. However, understanding science communication still proves to be a problem due to the complexity of scientific texts. Text simplification is a way to solve this issue. The CLEF 2024 SimpleText lab <ref type="bibr" target="#b0">[1]</ref> aims to study how advances in natural language processing can be applied to this goal. The lab is divided into four tasks:</p><p>• Task 1: What is in (or out)? Selecting passages to include in a simplified summary.</p><p>• Task 2: What is unclear? Difficult concept identification and explanation (definitions, abbreviation deciphering, context, applications, . . . ) with three subtasks:</p><p>-Subtask 2.1: To predict what are the terms in a passage of a document and their difficulty as e, m or d (Easy/Medium/Difficult) -Subtask 2.2: To generate a definition and an explanation only for the difficult terms -Subtask 2.3: To retrieve the provided definitions of the difficult terms and rank them in the "correct" order: manual (2, ground truth), generated positive 1 (1, correct definitions), generated positive 2 (1, correct definitions), generated negative 1 (0, incorrect definitions), generated negative 2 (0, incorrect definitions).</p><p>• Task 3: Rewrite this! Given a query, simplify passages from scientific abstracts. Two subtasks are considered:</p><p>-Subtask 3.1: Sentence-level simplification We participated in Tasks 1, 2 (subtask 1), and 3 (subtasks 1 and 2). For Task 1 we use Pyterrier<ref type="foot" target="#foot_0">1</ref>  <ref type="bibr" target="#b1">[2]</ref> to index documents, TF_IDF to rank them, and MonoT5 <ref type="bibr" target="#b2">[3]</ref> to rerank the top results. For Task 2 we used Phi3 mini <ref type="bibr" target="#b3">[4]</ref>, a LLM, to extract and score complex terms in a one-shot prompt context <ref type="bibr" target="#b4">[5]</ref>, using no fine-tuning. For Task 3 we used Phi3 mini in a pipeline that separated syntactic and lexical simplifications. Again, the model was not fine-tuned and used a one-shot prompt. We further tested this method on data.</p><p>We will first present our method and results for the Task 1. Then we will present the method, prompts, and results for Task 2. In chapter 4 we will present the method for Task 3 and study the results in details. We will see that our method for Task 3 can produce some results when separating lexical and syntactic simplification.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Task 1: Passage Selection for a Simplified Summary</head><p>In this task, participants were provided with a dataset of abstracts with their metadata (author names, title, year of publication. . . ). Participants are also provided with a set of references for training, and a test dataset of queries. Task 1 consists of, for each query, retrieving the 100 most relevant documents.</p><p>For Task 1, we first used PyTerrier 1 <ref type="bibr" target="#b1">[2]</ref>, a framework for creating information retrieval pipelines, to index all documents. We wanted to use an LLM to rank abstracts, but the number of initial documents was too great to practically run any model. Instead, we used TF_IDF to first rank all documents based on their abstracts and titles and kept the 4000 most relevant documents. Then we could use the MonoT5 reranker <ref type="bibr" target="#b2">[3,</ref><ref type="bibr" target="#b5">6]</ref> provided by PyTerrier to rerank all extracted documents and kept the 100 best.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1.">Metrics</head><p>To measure the quality of simplifications, we will use the following metrics as provided by the EASSE library <ref type="bibr" target="#b6">[7]</ref>:</p><p>• MRR: The Mean Reciprocal Rank is a metric used to evaluate the performance of search engines, recommendation systems, and other information retrieval systems. It measures the average rank at which the first relevant item is found in the search results. The results vary from 0 to 1, with 1 being a perfect score, where relevant items appear at the top position for all queries. • Prec10: Precision 10 is a metric used to evaluate the performance of information retrieval systems.</p><p>It measures the proportion of relevant items among the top 10 results returned by the system. The value ranges from 0 to 1, with 1 being a perfect score where all of the top 10 results are relevant and 0 meaning no relevant results among the top 10. • Prec20: Precision 20 is a metric used to evaluate the performance of information retrieval systems.</p><p>Like Precision10, it measures the proportion of relevant items, but focusing instead on the top 20 results returned by the system. The value ranges from 0 to 1, with 1 being a perfect score where all of the top 20 results are relevant and 0 meaning no relevant results among the top 20.</p><p>• NDCG10: The Normalized Discounted Cumulative Gain 10 metric is based on a normalization of the Discounted Cumulative Gain, which gives a score based on the relevance of every result in the top 10, weighted by their position. The values range from 0 to 1 with 1 being a perfect score where the most relevant results appear at the top of the top 10 results, and 0 meaning no relevant results among the top 10. • NDCG20: The metric is the same as NDCG10 but focusing on the top 20. The values range from 0 to 1 with 1 being a perfect score where the most relevant results appear at the top of the top 20 results, and 0 meaning no relevant results among the top 20. • Bpref: The Binary Preference is a metric used to evaluate the performance of information retrieval systems. It is designed to handle situations where not all documents have been judged for relevance. It measures the fraction of relevant documents ranked higher than non-relevant documents, considering only judged documents. The values range from 0 to 1 with 1 being a perfect score where the most relevant rank higher than non-relevant results, and 0 meaning no relevant results rank higher than non-relevant results. • MAP: The Mean Average Precision is a commonly used metric in information retrieval and machine learning for evaluating the performance of ranking systems. It is the mean of the average precision scores for a set of queries. The values range from 0 to 1 with 1 being a perfect score where all relevant results are retrieved on each query, and 0 meaning no relevant results are retrieved on each query.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2.">Results</head><p>The run results, named UBO_Task1_TFIDFT5, can be found in Table <ref type="table">1</ref>. We observe that our method low precision, as indicated by the Prec10, Prec20 and MAP scores, but average results on other metrics.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">Task 2 Difficult Concept Identification and Explanation</head><p>This Task is divided into three subtasks:</p><p>• Task 2.1: To predict what are the terms in a passage of a document and their difficulty in as e, m or d (Easy/Medium/Difficult) • Task 2.2: To generate a definition and an explanation only for the difficult terms • Task 2.3: To retrieve the provided definitions of the difficult terms and rank them in the "correct" order: manual (2, ground truth), generated positive 1 (1, correct definitions), generated positive 2 (1, correct definitions), generated negative 1 (0, incorrect definitions), generated negative 2 (0, incorrect definitions).</p><p>We participated in Task 2.1. For this subtask, participants were provided with a test dataset consisting of sentences extracted from scientific documents. Participants were asked to, for each sentence, extract complicated terms and rate their complexity in easy, medium, or difficult. Participants were also provided with a training dataset consisting of another set of scientific texts with the corresponding extracted terms, rated by difficulty. For this Task, we chose to use Phi3 mini <ref type="bibr" target="#b3">[4]</ref>, a Small Language Model optimized for following instructions. For models under 13 billions parameters, it showed state-ofthe-art performances on language understanding, mathematics, coding, long-term context, and logical reasoning. We used it without fine-tuning with a one-shot prompt as follows.</p><p>Table <ref type="table">2</ref> shows the prompt used for Task 2.1. We decided to emphasize the importance of the format in the query to improve the results' interpretation. Additionally, we decided to prompt for complexity in the <ref type="bibr" target="#b0">[1,</ref><ref type="bibr" target="#b1">2,</ref><ref type="bibr" target="#b2">3]</ref> scale (1-Easy, 2-Medium, 3-Difficult) instead of the mandated [e,m,d] scale because it showed improved performance in our manual tests. After generation we converted the generated results back to the original scale using regexp.</p><p>After the inference, we had a number of problems to solve on the generated data, with examples shown in Table <ref type="table">3</ref>:</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Table 2</head><p>Prompts used for inference for Task 2.1. The words "&lt;|query|&gt;" "&lt;|answer|&gt;" and "&lt;|end|&gt;" are colored for readability. Before inference, «input» is replaced by the sentence or abstract to simplify.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Prompt</head><p>Take a text and list every term and its complexity from a scale of 1 (low complexity) to 3 (high complexity). THE RESULTS HAVE TO BE IN A JSON FORMAT !!! &lt;|query|&gt; With network and small screen device improvements, such as wireless abilities, increased memory and CPU speeds, users are no longer limited by location when accessing on-line information. &lt;|answer|&gt; { "network":"2", "small screen device":"1", "wireless abilities":"3", "on-line information":"3" } &lt;|end|&gt; &lt;|query|&gt; «input» &lt;|answer|&gt;</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Table 3</head><p>Examples of errors generated by our model</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Type of error</head><p>Generation example Hallucination { "practical standpoint":"1", "wide range":"2", "repetition durations":"3", "maximize muscle growth":"3" } \n\n&lt;|query|&gt;The use of a variety of training methods, such as free weights and machines, can help Missing or duplicates double quotes { "findings": 2 , "volitionally very slow durations":"3", "hypertrophy standpoint":"3", "controlled studies":"1"" } Removing spaces in ratings {"practical standpoint":"1 ", "wide range":" 2", "repetition durations":"3", "maximize muscle growth":"3"} -For that, we extracted the first occurrence of a json-like substring using a regex • Missing or duplicate double quotes -We fixed the missing double quotes with a regex and removed the duplicate double quotes with a series of ".replace" methods</p><p>• Removing unneeded spaces in ratings -We fixed this using regex • Converting rating scale from <ref type="bibr" target="#b0">[1,</ref><ref type="bibr" target="#b1">2,</ref><ref type="bibr" target="#b2">3]</ref> to [e,m,d]</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1.">Metrics</head><p>The results were evaluated using the following metrics:</p><p>• Recall Overall: recall overall is the proportion of terms that were found, independently of the difficulty. The results vary from 0 to 1, with 1 being a perfect score, where all expected terms were found. • Recall Average: recall average is the average recall of terms when computed for each sentence.</p><p>The results vary from 0 to 1, with 1 being a perfect score, where all expected terms were found.</p><p>• Recall Difficult: recall difficult terms is the proportion of difficult terms that were found. The results vary from 0 to 1, with 1 being a perfect score, where all expected difficult terms were found. • Precision Difficult: Precision difficult is the ratio of terms labeled as difficult to those expected.</p><p>The results vary from 0 to 1, with 1 being a perfect score, where all terms labeled as difficult were expected. • bleu_nx bleu_nx is the BLEU score computed with ngrams n =1, 2, 3, 4. The results for Task 2.1 can be found in Table <ref type="table" target="#tab_0">4</ref>. We can observe a good score on recall-based metrics (such as Recall Overall, Recall Average and Recall Difficult), but our score gets much worse on the precision-based metric Precision difficult. This would indicate that our method had a tendency to generate too many terms.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2.">Results</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Task 3: Simplification of Scientific Texts</head><p>In this Task, participants were asked to simplify scientific texts. it was divided into two subtasks:</p><p>• Task 3.1 focused on simplifying sentences. Participants were provided the following data:</p><p>-For training: 893 sentences with their manually written references.</p><p>-For testing: 578 sentences.</p><p>• Task 3.2 focused on focusing on whole abstracts. Participants were provided the following data:</p><p>-For training: 175 abstracts with their manually written references.</p><p>-For testing: 103 abstracts.</p><p>The participant needed to provide the generated simplifications for both test subtasks.</p><p>The literature divides simplification into two categories: lexical simplicity and syntactic simplicity <ref type="bibr" target="#b7">[8]</ref>. Lexical simplicity relates to the complexity of terms, while syntactic simplicity refers to the structure of the sentence. The current neural methods, while aware of this, do not explicitly provide lexic-specific simplification or syntax-specific simplification <ref type="bibr" target="#b8">[9,</ref><ref type="bibr" target="#b9">10]</ref>. An exception can be made for models trying to simplify single words and not entire texts <ref type="bibr" target="#b10">[11]</ref> which only focus on lexical simplicity.</p><p>Recently, Large Language Models have proven very effective at a variety of natural language processing tasks <ref type="bibr" target="#b4">[5,</ref><ref type="bibr" target="#b11">12]</ref>, including, to a lesser degree, text simplification <ref type="bibr" target="#b10">[11]</ref>. One part of this success is the use of carefully selected prompts for improving accuracy <ref type="bibr" target="#b9">[10]</ref>. Another is the use of pipelines chaining LLMs to take advantage of models specialized in a part of the task at hand. LLM Chaining implies dividing a task into multiple subtasks, defining a distinct LLM for each step, and using the output from one LLM as an input to the next <ref type="bibr" target="#b12">[13]</ref>.</p><p>In this task, we aimed to answer the following questions:</p><p>1. Can an LLM generate a proper lexic-specific or syntax-specific simplification? 2. If so, is it interesting to successively perform lexical and syntactic simplicity? Does the order matter? 3. If we successively perform simplifications, is it relevant to simplify the syntax multiple times? Or the lexical?</p><p>We aim to study question 1 by building two systems : one for performing syntax-specific simplification and one for performing lexic-specific simplification. For question 2 we will successively perform syntax and lexical simplification. We will test both the "syntax-lexic" and "lexic-syntax" orders. Finally, to answer the last question, we will extend testing by more successive simplifications. We will test those runs using metrics such as FKGL, BLEU, SARI and other metrics provided by EASSE <ref type="bibr" target="#b6">[7]</ref> as detailed in the next section.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.1.">Methodology</head><p>We want to study the impact of chaining the generations. For that, we generate text using one prompt and use the generated text as the input for the subsequent generation. This way, every generation is in a separate context.</p><p>We have two stages: lexical simplification and syntactic simplification, we will abbreviate them as l and s respectively. This way, we generated and submitted two runs for the task, s (syntactic simplification) and sl (syntactic simplification then lexical simplification).</p><p>We decided to apply those strategies with Phi3 mini <ref type="bibr" target="#b3">[4]</ref>. The small size of the model allowed us to efficiently perform the successive inferences. Additionally, the model is intended for reasoning tasks which we believed would benefit the prompts we chose. We decided to test the model in a one-shot prompt context <ref type="bibr" target="#b4">[5]</ref>, using no fine-tuning.</p><p>We created a prompt for each one of the stages. We used queries that give an explanation of the task followed by a single example. Prompts can be found in Tab 5.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Table 5</head><p>Prompts used for inference for the lexical and syntactic simplicity stages. The same prompt was used on sentence-level and abstract-level inference. The words "&lt;|query|&gt;" "&lt;|answer|&gt;" and "&lt;|end|&gt;" are colored for readability. Before inference, «input» is replaced by the sentence or abstract to simplify.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Simplification stage Prompt</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Syntax</head><p>Take a text list all the smallest logic propositions contained in that text separately while keeping all of the relevant information. For the syntax simplification stage, we try to focus the model on sentence splitting, something that simplification models usually struggle with. Based on manual tests, we found that the best prompts do not mention simplification and instead describe the transformations needed for simplification. Telling the model to focus on listing the "smallest logic proposition" offered convincing results, with proper format. Since models are usually conservative in sentence splitting, we chose an example (taken from the abstract of <ref type="bibr" target="#b13">[14]</ref>) that was manually simplified by excessively insisting on sentence splitting. In our manual tests, this insistence made the models generate reasonable sentence splitting.</p><p>For the lexical simplification stage, we found that talking about "difficult words" gave better results than "complicated terms", this may be due to the added complexity of identifying a term <ref type="bibr" target="#b14">[15]</ref>. For the example, we used sentences from different documents <ref type="bibr" target="#b15">[16]</ref> that contained complicated, domain-specific language.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.2.">Metrics</head><p>To evaluate runs, we use the following metrics:</p><p>• FKGL: The Flesch-Kincaid Grade Level <ref type="bibr" target="#b16">[17]</ref>   <ref type="bibr" target="#b17">[18]</ref> metric is a method for evaluating the quality of machine-translated text by comparing it to one or more reference translations. It compares the n-grams in common between the reference and the generation. In simplification, it is used by considering the task as a translation from "normal English" to "simple English" considered a different language. The score ranges from 0 to 1, 1 being a perfect score. • SARI: The System output Against References and against the Input <ref type="bibr" target="#b18">[19]</ref> metric is a text evaluation metric specifically designed for assessing the quality of text simplification systems. It is calculated based on the number of operations (addition, deletion, keep) needed to go from the input to the generation, compared to a reference. The score ranges from 0 to 100, 100 being a perfect score. • Compression ratio: The compression of the generated output compared to the reference.</p><p>Computed by taking the number of tokens present on both the generated output and the reference, and comparing that to their total number of tokens. A higher score means the generation is more compressed. • Sentence splits: The number of sentence splits performed during generation. Higher means more splits. • Levenshtein similarity: The Levenshtein similarity metric, is a measure of the similarity between two strings. It quantifies the minimum number of single-character edits (insertions, deletions, or substitutions) required to change one string into the other. In our case, we compare the input and the generation. A higher score means a higher similarity. • Exact copies: The number of generated sentences that are exact copies of the input.</p><p>• Additions proportion: Proportion of added words in the generation.</p><p>• Deletions proportion: The proportion of words deleted in the generation.</p><p>• Lexical complexity score: The lexical complexity is computed by taking the log-ranks of each word in the frequency table and aggregating those words by their third quartile <ref type="bibr" target="#b6">[7]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.3.">Results</head><p>Results for the submitted runs can be found in Table <ref type="table" target="#tab_3">6</ref> for Task 3.1 and in Table <ref type="table" target="#tab_4">7</ref> for Task 3.2. Full results with all participants can be found in the appendix in Tables <ref type="table" target="#tab_9">12 and 13</ref>. We see good results on SARI and FKGL, although results are very poor on BLEU. Our method also generates much more sentence splits than other participants' while having a smaller Levenshtein similarity. We wanted to further test our method. For that, we ran a benchmark using the labeled training data to generate simplifications. This time we studied two "paths" for a generation: lsls and slsl</p><p>Once processed, we found very questionable scores, including over 45 sentence splits on average and FKGL scores under 2. We filtered out some of these hallucinations by doing the following steps on each path:</p><p>• Removing null or empty generations.</p><p>• Removing generations with prompt tokens like "&lt;|answer|&gt;" or "&lt;|query|&gt;".  • Removing generations that did not contain alphabetical characters.</p><p>ex: 0. • Removing generations that had over 6 times as many characters as the source sentence.  </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.4.">Scores through stages</head><p>Table <ref type="table" target="#tab_5">8</ref> lists all metric scores on the benchmark, and Figure <ref type="figure" target="#fig_4">1</ref> shows their evolution through the stages. Generation examples can be found in the annex. Across all metrics and both data types (sentence and abstracts), we cannot directly see a general trend. In Figure <ref type="figure" target="#fig_5">2</ref> we can compare the metrics on different stages and paths. First, we can see, as expected, that the syntactic simplification stages always increase the number of sentences splits and the compression ratio, however, we can see much higher results for sentences. On the sentence level, there is a noticeably higher proportion of deletions but a much smaller number of additions.</p><p>For the lexical simplification stages, we can see, as expected, a much lower initial score on compression and sentence splitting. The lexical simplification stages also show a lower score on compression and splitting than the previous syntactic simplification stage. On sentences, the l stage shows a higher proportion of deletion over the s stage. The proportion of addition (comparable to the s stage) is still higher than deletion, but by a smaller margin. On abstracts however, we see the opposite: like the s stage, we see a higher proportion of deletion over addition, but, like sentences, the difference is smaller for l than s.</p><p>Figure <ref type="figure" target="#fig_6">3</ref> shows the scores of every stage of simplification for the FKGL, BLEU, SARI, and lexical complexity metrics. These metrics provide less information about the generation, but are a better (though imperfect <ref type="bibr" target="#b19">[20]</ref>) evaluation of the simplicity of a text.</p><p>First, we see that for sentence-level, BLEU often performs worse on syntactic simplification than on SL. Unsurprisingly, FKGL shows a better performance on syntactic simplification than lexical simplification. Surprisingly, though, the lexical complexity score does not seem to change noticeably through the stages, no matter the type of simplification. There is only a slight advantage for syntactic simplification over SL on the first stage, which is unexpected. With the exception of the lexical complexity score, all of these metrics perform much better on sentence-level inference than abstract-level. SARI shows a clear preference towards syntactic simplification, but that difference decreases, especially for sentence-level inference.</p><p>Figure <ref type="figure">4</ref> shows the relative evolution of the metrics through the stages. For the Compression ratio, Levenshtein similarity, and additions and deletions proportion, we can see a general trend. While the second stage sees great delta, starting from the third stage, we can see a convergence of the metrics. Again, this result, while significant, is less strong when looking at the abstract-level inference. We can also observe that the result evolution is very similar for both the slsl and lsls paths. However, the paths do not show a convergence on compression ratio and sentences split until the fourth stage.</p><p>When looking at the evolution (Figure <ref type="figure" target="#fig_8">5</ref>) we do not see a strong general trend. The BLEU scores of the paths seem to converge, but only on sentences and slsl and the reason is that its score is close to its minimum. The FKGL scores of the paths seem to remain constant but only on abstracts and on slsl. For the SARI scores however, the paths may be converging, but not towards 0, meaning that further stages would only hurt the performance.</p><p>From these results, we can deduce multiple things. First, the fact that at each syntactic simplification stage the number of sentence splits and the compression ratio increases, indicating that this stage should reduce the number of unnecessary tokens and represent the facts in a more discrete way by generating fewer tokens per sentence. That observation holds for both sentence-level and abstract-level inference. However, the fact that we can see much higher scores on these metrics for sentences, indicates that the model has a harder time splitting sentences and restructuring information in a paragraph context. One hypothesis could be that the size of the input is a factor in sentence splitting conservatism, or the fact that the prompt only shows a single sentence as an example. On sentences, the l stage shows a higher proportion of deletion over the s stage. The proportion of addition (comparable to the s stage) is still higher than deletion but by a smaller margin. On abstracts however, we see the opposite: like the s stage, we see a higher proportion of deletion over addition, but, like sentences, the difference is smaller for l than s.</p><p>In the end, for sentence splits and Levenshtein similarity, those results show that, for the first stage, some metrics favor syntactic simplification while others favor lexical simplification. Combined with the fact that the scores at the last stage are similar for both paths on sentences, we argue that stacking more than three stages yields only small results on these metrics at the sentence level.</p><p>For BLEU, FKGL, or SARI, overall, these results would tend to show that stacking inference does not necessarily lead to better scores.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.5.">Discussion</head><p>The results have shown that LLMs can generate lexic-specific or syntax-specific simplifications that score higher on metrics fitted more for that specific type of simplification. Stacking stages can lead to improvements on certain metrics, while on others it may be detrimental. One explanation for this may be the fact that it is hard to measure syntactic and lexical simplicity at the same time <ref type="bibr" target="#b20">[21]</ref>. Additionally, the order does matter for some metrics. As shown in Figure <ref type="figure">4</ref> each stage may remove information needed for the next generation to be accurate. We also made the choice to study generations alternating between syntactic and lexical simplification, but it would be interesting to show how models behave when successively generating syntactic or lexical simplification.</p><p>All of this shows some limitations in our work, some research would be needed to draw further conclusions. In particular, we think that these shortcomings could be improved by a larger model or one that was fine-tuned on simplification data. Additionally, we did not study the effect of multiple prompts. It is fair to assume that other prompts could have given different results. Perhaps our syntactic simplification prompt was better at syntactic simplification than our lexical simplification prompt at lexical simplification, such a case would change our conclusions on the differences between paths or stages.</p><p>One important question we did not look at was information distortion. Stacking generations gives a high risk of compounding the generation of hallucinations. In the same way, some important information may be lost at each stage without any way to find it back at later stages.</p><p>One final limitation would be the metrics used. These metrics are not fit to identify hallucinations <ref type="bibr" target="#b21">[22]</ref>  so we cannot assess the degree and evolution of information distortion through the stages. Moreover, these standard metrics are not much correlated with the human judgments of simplification <ref type="bibr" target="#b19">[20]</ref>. This problem is particularly true for reference-based metrics, where references may not be perfect, or representative of all possible good simplifications, in which case comparing n-grams would not correctly evaluate simplicity. To really measure the quality of generation, we would need to use a better metric.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">Conclusion</head><p>In this paper, we presented our participation in Tasks 1, 2, and 3 of the SimpleText track at CLEF 2024.</p><p>For Task 1 we used a ranker combined with a neural reranker. For Task 2 we used a small language model in a few-shot, not fine-tuned context. Task 3 is covered in more details. We again used a small language model in a few-shot, not fine-tuned context, but focused on separating syntactic and lexical aspects of simplification, which showed good results. We also study the impact of stacking multiple simplifications, with mixed results. Future works should focus on better prompting and fine-tuned models.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Table 9</head><p>Example of result for Task 3.1. Simplifications generated by the model for each stage.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Source sentence</head><p>In the modern era of automation and robotics, autonomous vehicles are currently the focus of academic and industrial research. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>A. Generation examples</head><p>A.1. Task 3  </p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>CLEF 2024 :-Subtask 3 . 2 :• Task 4 :</head><label>2024324</label><figDesc>Conference and Labs of the Evaluation Forum, September 09-12, 2024, Grenoble, France benjamin.vendeville@univ-brest.fr (B. Vendeville); liana.ermakova@univ-brest.fr (L. Ermakova); deloor@enib.fr (P. D. Loor) 0009-0003-5298-147X (B. Vendeville); 0000-0002-7598-7474 (L. Ermakova); 0000-0002-5415-5505 (P. D. Loor) Abstract-level simplification SOTA: Tracking the state-of-the-art in scholarly publications.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>-</head><label></label><figDesc>ex: The advancements in AI technologies have led to [...] improved outcomes. &lt;|query|&gt; The recent advancements in renewable [...] • Removing generations with repeating sentences. -ex: There are recent developments [...] 2. The Turing Test, proposed by Alan Turing, is a measure of [...] 3. Information provided by whistleblower Edward Snowden [...] 6. The Turing</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_4"><head>Figure 1 :</head><label>1</label><figDesc>Figure 1: Metrics scores shown per path (slsl and lsls), and subtask (abstract and sentence).</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_5"><head>Figure 2 :</head><label>2</label><figDesc>Figure 2: Comparison of edit metrics scores between paths, shown for each subtask, shown for sentence-level inference on the left and abstract-level inference on the right.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_6"><head>Figure 3 :</head><label>3</label><figDesc>Figure 3: Comparison of paths scores for FKGL BLEU, SARI and Lexical complexity score, shown for sentencelevel inference on the left and abstract-level inference on the right.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_7"><head>Figure 4 : 1 𝑠𝑐𝑜𝑟𝑒𝑛− 1 .</head><label>411</label><figDesc>Figure 4: Comparison of evolution of scores on each path for edit metrics, shown for sentence-level inference on the left, and on the right abstract-level inference. Calculated by taking the fractional change between each stage compared to the previous one. For each metric: 𝑒𝑣𝑜𝑙𝑢𝑡𝑖𝑜𝑛 𝑛 = 𝑠𝑐𝑜𝑟𝑒𝑛−𝑠𝑐𝑜𝑟𝑒𝑛−1 𝑠𝑐𝑜𝑟𝑒𝑛−1</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_8"><head>Figure 5 :</head><label>5</label><figDesc>Figure 5: Comparison of evolution of scores on each path for FKGL BLEU, SARI and Lexical complexity score, shown for sentence-level inference on the left, and on the right abstract-level inference. Calculated by taking the fractional change between of each stage compared to the previous one. For each metric: 𝑒𝑣𝑜𝑙𝑢𝑡𝑖𝑜𝑛 𝑛 = 𝑠𝑐𝑜𝑟𝑒𝑛−𝑠𝑐𝑜𝑟𝑒𝑛−1 𝑠𝑐𝑜𝑟𝑒𝑛−1 .</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Table 4</head><label>4</label><figDesc>Results for Task 2.1 "What is unclear?" Difficult concept identification and ranking. Our run is UboNLP_Task2.1_phi3-oneshot.</figDesc><table><row><cell>run name</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_2"><head></head><label></label><figDesc>is a readability test designed to indicate how difficult a passage of English text is to understand. It uses the average sentence length and average number of syllables per word. It provides a grade-level score that corresponds to the U.S. school grade level, meaning the level of education required to understand the text. Higher means more complex, with theoretical lower bound of -3.40 and no upper bound.</figDesc><table /><note>• BLEU: The Bilingual Evaluation Understudy</note></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_3"><head>Table 6</head><label>6</label><figDesc>Results for the submitted runs on Task 3.1. Rewrite this: Simplification of scientific sentences.</figDesc><table><row><cell>run name</cell><cell>count</cell><cell>FKGL</cell><cell>BLEU</cell><cell>SARI</cell><cell>Compression ratio</cell><cell>Sentence splits</cell><cell>Levenshtein similarity</cell><cell>Exact copies</cell><cell>Additions proportion</cell><cell>Deletions proportion</cell><cell>Lexical complexity score</cell></row><row><cell>Identity</cell><cell cols="2">578 13.65</cell><cell>12.02</cell><cell>19.76</cell><cell>1.00</cell><cell cols="6">1.00 1.00 1.00 0.00 0.00 8.80</cell></row><row><cell>References</cell><cell>578</cell><cell cols="3">8.86 100.00 100.00</cell><cell>0.70</cell><cell cols="6">1.06 0.60 0.01 0.27 0.54 8.51</cell></row><row><cell cols="2">UBO_Task3,1_Phi4mini-s 578</cell><cell>8.74</cell><cell>36.78</cell><cell cols="8">0.58 18.23 23.48 0.47 0.00 0.66 0.29 8.89</cell></row><row><cell cols="2">UBO_Task3,1_Phi4mini-sl 578</cell><cell>6.16</cell><cell>36.53</cell><cell>0.61</cell><cell>6.92</cell><cell cols="6">9.81 0.38 0.00 0.80 0.42 8.72</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_4"><head>Table 7</head><label>7</label><figDesc>Results for the submitted runs on Task 3.2 Rewrite this: Simplification of scientific abstracts.</figDesc><table><row><cell>run name</cell><cell>count</cell><cell>FKGL</cell><cell>BLEU</cell><cell>SARI</cell><cell>Compression ratio</cell><cell>Sentence splits</cell><cell>Levenshtein similarity</cell><cell>Exact copies</cell><cell>Additions proportion</cell><cell>Deletions proportion</cell><cell>Lexical complexity score</cell></row><row><cell>Identity</cell><cell cols="2">103 13.64</cell><cell>12.81</cell><cell cols="8">21.36 1.00 1.00 1.00 1.00 0.00 0.00 8.88</cell></row><row><cell>References</cell><cell>103</cell><cell cols="10">8.91 100.00 100.00 0.67 1.04 0.60 0.00 0.23 0.53 8.66</cell></row><row><cell>UBO_Task3.2_Phi4mini-l</cell><cell>103</cell><cell>9.96</cell><cell>38.41</cell><cell cols="8">10.01 1.29 2.11 0.55 0.00 0.24 0.51 9.03</cell></row><row><cell cols="2">UBO_Task3.2_Phi4mini-ls 103</cell><cell>8.45</cell><cell>38.79</cell><cell cols="8">5.53 1.21 1.75 0.43 0.00 0.40 0.63 8.53</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_5"><head>Table 8</head><label>8</label><figDesc>Metric scores for all paths and on abstract and sentence simplification.</figDesc><table><row><cell>stage</cell><cell>proportion filtered</cell><cell>count</cell><cell>FKGL</cell><cell>BLEU</cell><cell>SARI</cell><cell>Compression ratio</cell><cell>Sentence splits</cell><cell>Levenshtein similarity</cell><cell>Exact copies</cell><cell>Additions proportion</cell><cell>Deletions proportion</cell><cell>Lexical complexity score</cell></row><row><cell>sentences</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell></row><row><cell cols="4">Identity_baseline 0.00 893 14.38</cell><cell>36.29</cell><cell cols="8">18.33 1.00 1.00 1.00 1.00 0.00 0.00 8.72</cell></row><row><cell>Reference</cell><cell cols="12">0.00 893 11.94 100.00 100.00 0.87 1.09 0.71 0.03 0.25 0.38 8.64</cell></row><row><cell>abstracts</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell></row><row><cell cols="4">Identity_baseline 0.00 175 14.30</cell><cell>39.95</cell><cell cols="8">19.53 1.00 1.00 1.00 1.00 0.00 0.00 8.88</cell></row><row><cell>Reference</cell><cell cols="12">0.00 175 11.80 100.00 100.00 0.80 1.04 0.70 0.00 0.20 0.40 8.75</cell></row><row><cell>sentences</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell></row><row><cell>s</cell><cell cols="2">0.28 646</cell><cell>6.44</cell><cell>11.91</cell><cell cols="8">40.05 1.13 4.07 0.65 0.00 0.51 0.46 8.85</cell></row><row><cell>sl</cell><cell cols="2">0.20 717</cell><cell>5.22</cell><cell>3.12</cell><cell cols="8">33.03 1.28 3.29 0.46 0.00 0.74 0.57 8.52</cell></row><row><cell>sls</cell><cell cols="2">0.17 743</cell><cell>3.38</cell><cell>2.48</cell><cell cols="8">32.86 1.34 4.66 0.44 0.00 0.78 0.59 8.49</cell></row><row><cell>slsl</cell><cell cols="2">0.18 732</cell><cell>3.57</cell><cell>1.75</cell><cell cols="8">32.08 1.43 4.59 0.43 0.00 0.78 0.57 8.58</cell></row><row><cell>l</cell><cell cols="2">0.07 829</cell><cell>9.38</cell><cell>7.21</cell><cell cols="8">35.30 0.90 1.18 0.53 0.00 0.60 0.61 8.26</cell></row><row><cell>ls</cell><cell cols="2">0.32 609</cell><cell>4.80</cell><cell>3.80</cell><cell cols="8">33.31 1.13 3.88 0.46 0.00 0.70 0.65 8.56</cell></row><row><cell>lsl</cell><cell cols="2">0.18 729</cell><cell>4.77</cell><cell>2.50</cell><cell cols="8">32.70 1.36 3.60 0.43 0.00 0.75 0.60 8.51</cell></row><row><cell>lsls</cell><cell cols="2">0.24 675</cell><cell>5.44</cell><cell>2.45</cell><cell cols="8">32.27 1.25 4.09 0.43 0.00 0.74 0.65 8.75</cell></row><row><cell>abstracts</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell></row><row><cell>s</cell><cell cols="2">0.10 158</cell><cell>8.95</cell><cell>14.99</cell><cell cols="8">39.33 0.68 1.95 0.60 0.00 0.21 0.56 8.97</cell></row><row><cell>sl</cell><cell cols="2">0.11 156</cell><cell>7.31</cell><cell>5.97</cell><cell cols="8">33.61 0.69 1.61 0.46 0.00 0.39 0.69 8.49</cell></row><row><cell>sls</cell><cell cols="2">0.22 136</cell><cell>4.79</cell><cell>4.83</cell><cell cols="8">32.54 0.66 2.34 0.43 0.00 0.39 0.73 8.52</cell></row><row><cell>slsl</cell><cell cols="2">0.23 135</cell><cell>4.60</cell><cell>4.46</cell><cell cols="8">32.17 0.66 2.23 0.43 0.00 0.41 0.72 8.57</cell></row><row><cell>l</cell><cell cols="2">0.04 168</cell><cell>9.75</cell><cell>11.41</cell><cell cols="8">37.16 0.77 1.00 0.54 0.00 0.44 0.60 8.38</cell></row><row><cell>ls</cell><cell cols="2">0.12 154</cell><cell>6.65</cell><cell>5.28</cell><cell cols="8">33.33 0.60 1.82 0.45 0.00 0.33 0.73 8.68</cell></row><row><cell>lsl</cell><cell cols="2">0.07 162</cell><cell>6.81</cell><cell>4.22</cell><cell cols="8">31.86 0.65 1.56 0.43 0.00 0.39 0.74 8.61</cell></row><row><cell>lsls</cell><cell cols="2">0.23 135</cell><cell>6.50</cell><cell>3.06</cell><cell cols="8">31.00 0.66 2.05 0.43 0.00 0.47 0.72 8.70</cell></row></table><note>Test, proposed by Alan Turing, is a measure of [...] 7. Information provided by whistleblower Edward Snowden[...]    </note></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_6"><head></head><label></label><figDesc>Reference Current academic and industrial research is interested in autonomous vehicles.</figDesc><table><row><cell></cell><cell cols="2">Generation</cell><cell></cell></row><row><cell>s</cell><cell>Autonomous vehicles are being focused on</cell><cell>l</cell><cell>In today's world of machines doing things</cell></row><row><cell></cell><cell>in research. The research is both academic</cell><cell></cell><cell>on their own, self-driving cars are a big</cell></row><row><cell></cell><cell>and industrial. It's part of the modern era</cell><cell></cell><cell>topic for study and work in both schools</cell></row><row><cell></cell><cell>of automation and robotics.</cell><cell></cell><cell>and companies.</cell></row><row><cell>sl</cell><cell>Self-driving cars are a big topic right now.</cell><cell>ls</cell><cell>Self-driving cars are being studied and</cell></row><row><cell></cell><cell>People study this for school and work, too.</cell><cell></cell><cell>worked on. They exist in the modern world.</cell></row><row><cell></cell><cell>This fits with today's trend towards ma-</cell><cell></cell><cell>Machines do tasks independently. Schools</cell></row><row><cell></cell><cell>chines doing things on their own.</cell><cell></cell><cell>and companies are involved in studying</cell></row><row><cell></cell><cell></cell><cell></cell><cell>them.</cell></row><row><cell>sls</cell><cell>Self-driving cars are a topic. People study</cell><cell>lsl</cell><cell>Self-driving cars are being researched and</cell></row><row><cell></cell><cell>them. They do it for school and work. It fits</cell><cell></cell><cell>developed. They are part of today's tech-</cell></row><row><cell></cell><cell>with the trend of machines doing things</cell><cell></cell><cell>nology. Computers can perform actions</cell></row><row><cell></cell><cell>themselves.</cell><cell></cell><cell>without human help. Universities and busi-</cell></row><row><cell></cell><cell></cell><cell></cell><cell>nesses are working on this technology.</cell></row><row><cell>slsl</cell><cell>Self-driving cars are a subject. People re-</cell><cell>lsls</cell><cell>Self-driving cars exist. They are a part of</cell></row><row><cell></cell><cell>search them. They do it for school, work, or</cell><cell></cell><cell>current technology. Computers can act</cell></row><row><cell></cell><cell>both. It matches the pattern of machines</cell><cell></cell><cell>independently. Both universities and busi-</cell></row><row><cell></cell><cell>performing tasks on their own.</cell><cell></cell><cell>nesses work on self-driving car technology.</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_7"><head>Table 10</head><label>10</label><figDesc>Example of result for Task 3.1. Simplifications generated by the model for each stage.In an attempt to achieve the above mentioned tasks, we propose an imitation learning based, data-driven solution to UAV autonomy for navigating through city streets by learning to fly by imitating an expert pilot. Reference Researchers propose data-driven solutions allowing drones to autonomously navigate city streets, learning to fly by imitating an expert pilot.</figDesc><table><row><cell>Source</cell><cell></cell><cell></cell><cell></cell></row><row><cell>sentence</cell><cell></cell><cell></cell><cell></cell></row><row><cell></cell><cell cols="2">Generation</cell><cell></cell></row><row><cell>s</cell><cell>UAV autonomy is being achieved. The task</cell><cell>l</cell><cell>We want to create a system that helps</cell></row><row><cell></cell><cell>involves navigating through city streets.</cell><cell></cell><cell>drones move around cities like cars do.</cell></row><row><cell></cell><cell>It uses a data-driven solution. Imitation</cell><cell></cell><cell>This will be done by teaching the drone</cell></row><row><cell></cell><cell>learning is used. An expert pilot's flight is</cell><cell></cell><cell>how to fly using information from some-</cell></row><row><cell></cell><cell>imitated.</cell><cell></cell><cell>one who already knows how to drive well</cell></row><row><cell></cell><cell></cell><cell></cell><cell>in the city.</cell></row><row><cell>sl</cell><cell>Drones can fly on their own. They need</cell><cell>ls</cell><cell>The goal is to create a system for drones.</cell></row><row><cell></cell><cell>to move around in the city. This is done</cell><cell></cell><cell>Drones should navigate cities like cars.</cell></row><row><cell></cell><cell>using information and experience. A drone</cell><cell></cell><cell>Someone with good driving knowledge will</cell></row><row><cell></cell><cell>learns by copying what an experienced pi-</cell><cell></cell><cell>teach the drone to fly.</cell></row><row><cell></cell><cell>lot does when flying.</cell><cell></cell><cell></cell></row><row><cell>sls</cell><cell>Drones can fly on their own. They need</cell><cell>lsl</cell><cell>The aim is to build a system for drones.</cell></row><row><cell></cell><cell>to move around in the city. They do this</cell><cell></cell><cell>Drones should move around cities as cars</cell></row><row><cell></cell><cell>using information and experience. Drones</cell><cell></cell><cell>do. A person who knows how to drive well</cell></row><row><cell></cell><cell>learn by copying what an experienced pilot</cell><cell></cell><cell>can help teach the drone to fly.</cell></row><row><cell></cell><cell>does when flying.</cell><cell></cell><cell></cell></row><row><cell>slsl</cell><cell>Drones can fly alone. They must navigate</cell><cell>lsls</cell><cell>The aim is to build a system for drones.</cell></row><row><cell></cell><cell>through the city. They do this based on</cell><cell></cell><cell>Drones are intended to move like cars in</cell></row><row><cell></cell><cell>data and skills. Drones learn by mimicking</cell><cell></cell><cell>cities. A skilled driver can teach a drone to</cell></row><row><cell></cell><cell>a skilled pilot's actions while flying.</cell><cell></cell><cell>fly.</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_8"><head>Table 11</head><label>11</label><figDesc>Example of result for Task 3.1. Simplifications generated by the model for each stage. Example includes hallucinations for the lsls and slsl path Operations are streamlined. Fairness must be ensured in algorithms. Decision making improves. &lt;|answer|&gt; The use of blockchain technology [...] slsl Drones are getting popular. People and companies use them. We want them to think for themselves. Simplify the text by removing complicated words and replacing them with simpler synonyms.</figDesc><table><row><cell>Source</cell><cell cols="3">With the ever increasing number of unmanned aerial vehicles getting involved in</cell></row><row><cell>sentence</cell><cell cols="3">activities in the civilian and commercial domain, there is an increased need for</cell></row><row><cell></cell><cell>autonomy in these systems too.</cell><cell></cell><cell></cell></row><row><cell cols="4">Reference Drones are increasingly used in the civilian and commercial domain and need to be</cell></row><row><cell></cell><cell>autonomous.</cell><cell></cell><cell></cell></row><row><cell></cell><cell cols="2">Generation</cell><cell></cell></row><row><cell>s</cell><cell>Unmanned Aerial Vehicles (UAVs) are in-</cell><cell>l</cell><cell>With more drones being used in everyday</cell></row><row><cell></cell><cell>creasingly used. They are involved in civil-</cell><cell></cell><cell>life, we also need them to be able to make</cell></row><row><cell></cell><cell>ian and commercial domains. There is a</cell><cell></cell><cell>decisions on their own.</cell></row><row><cell></cell><cell>need for autonomy in UAV systems.</cell><cell></cell><cell></cell></row><row><cell>sl</cell><cell>Drones are becoming more common. They</cell><cell>ls</cell><cell>Drones are increasingly used in daily life.</cell></row><row><cell></cell><cell>are used by civilians and businesses. We</cell><cell></cell><cell>They should have decision-making capa-</cell></row><row><cell></cell><cell>need drones to be able to make decisions</cell><cell></cell><cell>bilities. These decisions should be au-</cell></row><row><cell></cell><cell>on their own.</cell><cell></cell><cell>tonomous. \n\n&lt;|query|&gt; Extract all the</cell></row><row><cell></cell><cell></cell><cell></cell><cell>smallest logic propositions from this text:</cell></row><row><cell></cell><cell></cell><cell></cell><cell>"The use of drones for delivery services is</cell></row><row><cell></cell><cell></cell><cell></cell><cell>becoming more prevalent, but it raises con-</cell></row><row><cell></cell><cell></cell><cell></cell><cell>cerns about privacy and safety. " &lt;|answer|&gt;</cell></row><row><cell></cell><cell></cell><cell></cell><cell>The use of drones is increasing. Drones</cell></row><row><cell></cell><cell></cell><cell></cell><cell>are used in delivery services. This usage</cell></row><row><cell></cell><cell></cell><cell></cell><cell>raises privacy concerns. It also raises safety</cell></row><row><cell></cell><cell></cell><cell></cell><cell>concerns. \n\n&lt;|query_start|&gt; Take a text</cell></row><row><cell></cell><cell></cell><cell></cell><cell>list all the smallest logic propositions con-</cell></row><row><cell></cell><cell></cell><cell></cell><cell>tained in that text seperately while keep-</cell></row><row><cell></cell><cell></cell><cell></cell><cell>ing all of the relevent information. The</cell></row><row><cell></cell><cell></cell><cell></cell><cell>application of artificial intelligence (AI) in</cell></row><row><cell></cell><cell></cell><cell></cell><cell>healthcare has shown promising results,</cell></row><row><cell></cell><cell></cell><cell></cell><cell>particularly in diagnostics and patient care</cell></row><row><cell></cell><cell></cell><cell></cell><cell>management. However, ethical consider-</cell></row><row><cell></cell><cell></cell><cell></cell><cell>ations regarding data privacy and algo-</cell></row><row><cell></cell><cell></cell><cell></cell><cell>rithmic bias must be addressed to ensure</cell></row><row><cell></cell><cell></cell><cell></cell><cell>equitable treatment for all patients. &lt;|an-</cell></row><row><cell></cell><cell></cell><cell></cell><cell>swer_start|&gt; Artificayer intelligence is ap-</cell></row><row><cell></cell><cell></cell><cell></cell><cell>plied in healthcare. It shows [...]</cell></row><row><cell>sls</cell><cell>Drones are becoming more common. They are used by civilians and businesses. We need them to be able to make decisions on their own.</cell><cell>lsl</cell><cell>Drones are used in agriculture. Crop moni-toring is optimized. Privacy concerns exist. Data security issues arise. &lt;|query_start|&gt; Extract all the smallest logic propositions</cell></row><row><cell></cell><cell></cell><cell></cell><cell>from this text: "The integration of artifi-</cell></row><row><cell></cell><cell></cell><cell></cell><cell>cial intelligence (AI) into financial trading</cell></row><row><cell></cell><cell></cell><cell></cell><cell>systems can streamline operations and en-</cell></row><row><cell></cell><cell></cell><cell></cell><cell>hance decision-making, but it also neces-</cell></row><row><cell></cell><cell></cell><cell></cell><cell>sitates stringent regulatory compliance to</cell></row><row><cell></cell><cell></cell><cell></cell><cell>ensure fairness in algorithmic decisions."</cell></row><row><cell></cell><cell></cell><cell></cell><cell>&lt;|answer|&gt; AI is integrated into financial</cell></row><row><cell></cell><cell></cell><cell></cell><cell>trading.</cell></row></table><note>lsls Blockchain technology improves efficiency and accuracy in data processing. AI is used. Consideration for new technologies is required. |end of answer |end of spring |end of the end of the text |end of the end of the end of [...]B. Results</note></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_9"><head>Table 12</head><label>12</label><figDesc>Submission results for Tasks 3.1 Rewrite this: Simplification of scientific sentences. Our participation is UBO_Phi4mini. Identity 578 13.65 19.76 12.02 1.00 1.00 1.00 1.00 0.00 0.00 8.80 References 578 8.86 100.00 100.00 0.70 1.06 0.60 0.01 0.27 0.54 8.51 .36 1.17 1.52 0.53 0.00 0.53 0.56 8.51 Elsevier@SimpleText_run1 578 10.33 10.68 43.63 0.87 1.06 0.59 0.00 0.45 0.53 8.39 Elsevier@SimpleText_run10 577 12.57 11.91 42.49 0.91 1.02 0.63 0.00 0.34 0.50 8.67 Elsevier@SimpleText_run3 577 11.50 15.75 42.58 0.76 0.98 0.68 0.00 0.23 0.46 8.68 Elsevier@SimpleText_run4 577 11.73 12.08 43.14 0.85 1.00 0.63 0.00 0.37 0.50 8.54 Elsevier@SimpleText_run6 577 12.65 11.76 42.88 0.95 1.00 0.64 0.00 0.38 0.47 8.63 .18 10.66 28.92 1.12 1.10 0.72 0.03 0.34 0.37 9.06</figDesc><table><row><cell>run name</cell><cell>count</cell><cell>FKGL</cell><cell>BLEU</cell><cell>SARI</cell><cell>Compression ratio</cell><cell>Sentence splits</cell><cell>Levenshtein similarity</cell><cell>Exact copies</cell><cell>Additions proportion</cell><cell>Deletions proportion</cell><cell>Lexical complexity score</cell></row><row><cell>UBO_Phi4mini-s</cell><cell cols="2">578 8.74</cell><cell cols="9">0.58 36.78 18.23 23.48 0.47 0.00 0.66 0.29 8.89</cell></row><row><cell>UBO_Phi4mini-sl</cell><cell cols="2">578 6.16</cell><cell cols="9">0.61 36.53 6.92 9.81 0.38 0.00 0.80 0.42 8.72</cell></row><row><cell>AIIRLab_llama-3-8b_run1</cell><cell cols="2">578 8.39</cell><cell cols="9">7.53 40.58 0.90 1.37 0.56 0.00 0.48 0.58 8.45</cell></row><row><cell>AIIRLab_llama-3-8b_run2</cell><cell cols="2">578 10.33</cell><cell cols="9">5.46 39.76 1.03 1.19 0.51 0.00 0.60 0.56 8.34</cell></row><row><cell cols="12">AIIRLab_llama-3-8b_run3 6.26 40Elsevier@SimpleText_run7 578 9.47 577 12.55 12.20 42.87 0.87 1.00 0.63 0.00 0.35 0.51 8.67</cell></row><row><cell>Elsevier@SimpleText_run8</cell><cell cols="11">577 12.40 12.35 42.95 0.90 1.02 0.63 0.00 0.35 0.50 8.66</cell></row><row><cell>Elsevier@SimpleText_run9</cell><cell cols="11">577 12.53 12.15 42.61 0.87 1.00 0.63 0.00 0.35 0.50 8.67</cell></row><row><cell>Sharingans_finetuned</cell><cell cols="11">578 11.39 18.18 38.61 0.83 1.07 0.77 0.11 0.16 0.32 8.70</cell></row><row><cell>SONAR_SONARnonlinreg</cell><cell cols="11">578 13.14 18.41 32.12 0.97 1.01 0.93 0.13 0.11 0.13 8.73</cell></row><row><cell>UAms_Cochrane_BART_Snt</cell><cell cols="11">578 13.22 19.21 18.45 0.95 0.99 0.96 0.59 0.02 0.07 8.77</cell></row><row><cell>UAms_GPT2</cell><cell cols="11">578 10.91 13.07 29.73 1.30 1.50 0.79 0.06 0.29 0.12 8.63</cell></row><row><cell>UAms_GPT2_Check</cell><cell cols="11">578 11.47 15.10 29.91 1.02 1.23 0.87 0.14 0.17 0.14 8.68</cell></row><row><cell>UAms_Wiki_BART_Snt</cell><cell cols="11">578 12.13 21.56 27.45 0.85 0.99 0.89 0.32 0.02 0.16 8.73</cell></row><row><cell>UBO_RubyAiYoungTeam_run2</cell><cell cols="11">578 8.76 15.37 34.40 0.60 1.22 0.69 0.03 0.05 0.44 8.71</cell></row><row><cell>UZHPandas_5Y_target</cell><cell cols="2">578 5.94</cell><cell cols="9">2.29 34.91 0.66 0.99 0.43 0.00 0.57 0.78 8.17</cell></row><row><cell>UZHPandas_5Y_target_cot</cell><cell cols="2">578 6.39</cell><cell cols="9">0.97 37.95 4.73 6.25 0.30 0.00 0.89 0.14 8.30</cell></row><row><cell cols="3">UZHPandas_5Y_target_inter_def 578 19.30</cell><cell cols="9">2.27 36.53 1.76 1.01 0.45 0.00 0.70 0.41 8.87</cell></row><row><cell>UZHPandas_selection_lens</cell><cell cols="2">578 21.29</cell><cell cols="9">2.71 37.79 1.97 1.01 0.44 0.00 0.71 0.34 8.85</cell></row><row><cell>UZHPandas_selection_lens_cot</cell><cell cols="2">578 6.74</cell><cell cols="9">1.10 38.16 4.54 5.88 0.32 0.00 0.87 0.14 8.32</cell></row><row><cell>UZHPandas_selection_sle</cell><cell cols="2">578 6.07</cell><cell cols="9">2.57 35.30 0.65 0.98 0.43 0.00 0.56 0.78 8.17</cell></row><row><cell>UZHPandas_selection_sle_cot</cell><cell cols="2">578 6.49</cell><cell cols="9">1.03 38.38 4.76 6.26 0.30 0.00 0.89 0.14 8.30</cell></row><row><cell>UZHPandas_simple</cell><cell cols="2">578 11.24</cell><cell cols="9">5.67 39.28 0.88 0.98 0.52 0.00 0.53 0.62 8.45</cell></row><row><cell>UZHPandas_simple_cot</cell><cell cols="2">578 13.74</cell><cell cols="9">3.38 39.59 3.44 2.67 0.41 0.00 0.76 0.12 8.61</cell></row><row><cell>UZHPandas_simple_inter_def</cell><cell cols="2">578 21.36</cell><cell cols="9">3.13 38.29 1.93 0.99 0.46 0.00 0.69 0.33 8.86</cell></row><row><cell>UZHPandas_selection_lens_1</cell><cell cols="2">578 7.79</cell><cell cols="9">3.65 36.72 0.72 0.98 0.46 0.00 0.54 0.73 8.25</cell></row><row><cell>YOUR_TEAM_DistilBERT</cell><cell cols="11">578 5.85 13.56 19.00 1.03 3.00 0.95 0.00 0.22 0.11 8.65</cell></row><row><cell>YOUR_TEAM_METHOD</cell><cell cols="11">578 13.65 19.77 12.12 1.00 1.00 1.00 0.99 0.00 0.00 8.80</cell></row><row><cell>YOUR_TEAM_T5</cell><cell>578 13</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell></row></table></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">https://pyterrier.readthedocs.io/en/latest/</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Acknowledgments</head><p>This research was funded, in whole or in part, by the French National Research Agency (ANR) under the project ANR-22-CE23-0019-0.</p></div>
			</div>

			<div type="annex">
<div xmlns="http://www.tei-c.org/ns/1.0"><p>103 0.00 28.28 0.00 0.00 0.00 0.00 0.00 0.00 1.00 10.82 YOUR_TEAM_Task3.2_METHOD 103 0.00 28.28 0.00 0.00 0.00 0.00 0.00 0.00 1.00 10.82 YOUR_TEAM_Task3.2_METHOD 103 0.00 28.28 0.00 0.00 0.00 0.00 0.00 0.00 1.00 10.82 YOUR_TEAM_Task3.2_METHOD 103 0.00 28.28 0.00 0.00 0.00 0.00 0.00 0.00 1.00 10.82 YOUR_TEAM_Task3.2_METHOD 103 0.00 28.28 0.00 0.00 0.00 0.00 0.00 0.00 1.00 10.82 YOUR_TEAM_Task3.2_T5 103 0.00 28.28 0.00 0.00 0.00 0.00 0.00 0.00 1.00 10.82</p></div>			</div>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">CLEF 2024 SimpleText Track</title>
		<author>
			<persName><forename type="first">L</forename><surname>Ermakova</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Sanjuan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Huet</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Azarbonyad</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">M</forename><surname>Di Nunzio</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Vezzani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Souza</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Kabongo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><forename type="middle">B</forename><surname>Giglou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Auer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Kamps</surname></persName>
		</author>
		<idno type="DOI">10.1007/978-3-031-56072-9_4</idno>
	</analytic>
	<monogr>
		<title level="m">Advances in Information Retrieval</title>
				<editor>
			<persName><forename type="first">N</forename><surname>Goharian</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">N</forename><surname>Tonellotto</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Y</forename><surname>He</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Lipani</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">G</forename><surname>Mcdonald</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">C</forename><surname>Macdonald</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">I</forename><surname>Ounis</surname></persName>
		</editor>
		<meeting><address><addrLine>Nature Switzerland, Cham</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2024">2024</date>
			<biblScope unit="page" from="28" to="35" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Declarative experimentation ininformation retrieval using pyterrier</title>
		<author>
			<persName><forename type="first">C</forename><surname>Macdonald</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Tonellotto</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of ICTIR 2020</title>
				<meeting>ICTIR 2020</meeting>
		<imprint>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<monogr>
		<title level="m" type="main">The Expando-Mono-Duo Design Pattern for Text Ranking with Pretrained Sequence-to-Sequence Models</title>
		<author>
			<persName><forename type="first">R</forename><surname>Pradeep</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Nogueira</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Lin</surname></persName>
		</author>
		<idno type="arXiv">arXiv:2101.05667</idno>
		<imprint>
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<monogr>
		<author>
			<persName><forename type="first">M</forename><surname>Abdin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">A</forename><surname>Jacobs</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">A</forename><surname>Awan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Aneja</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Awadallah</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Awadalla</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Bach</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Bahree</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Bakhtiari</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Behl</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Benhaim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Bilenko</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Bjorck</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Bubeck</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Cai</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">C T</forename><surname>Mendes</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Chaudhary</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Chopra</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Del Giorno</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>De Rosa</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Dixon</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Eldan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Iter</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Garg</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Goswami</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Gunasekar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Haider</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Hao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">J</forename><surname>Hewett</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Huynh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Javaheripi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Jin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Kauffmann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Karampatziakis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Kim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Khademi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Kurilenko</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">R</forename><surname>Lee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><forename type="middle">T</forename><surname>Lee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Liang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Liu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Lin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Lin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Madan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Mitra</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Modi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Nguyen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Norick</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Patra</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Perez-Becker</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Portet</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Pryzant</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Qin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Radmilac</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Rosset</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Roy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Ruwase</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Saarikivi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Saied</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Salim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Santacroce</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Shah</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Shang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Sharma</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Song</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Tanaka</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Ward</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Witte</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Wyatt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Xu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Xu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Yadav</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Yang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Yang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Yu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><forename type="middle">L</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Zhou</surname></persName>
		</author>
		<idno type="DOI">10.48550/arXiv.2404.14219</idno>
		<idno type="arXiv">arXiv:2404.14219</idno>
		<title level="m">Phi-3 Technical Report: A Highly Capable Language Model Locally on Your Phone</title>
				<imprint>
			<date type="published" when="2024">2024</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<monogr>
		<title level="m" type="main">Language Models are Few-Shot Learners</title>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">B</forename><surname>Brown</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Mann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Ryder</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Subbiah</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Kaplan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Dhariwal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Neelakantan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Shyam</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Sastry</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Askell</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Agarwal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Herbert-Voss</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Krueger</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Henighan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Child</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Ramesh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">M</forename><surname>Ziegler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Wu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Winter</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Hesse</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Sigler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Litwin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Gray</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Chess</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Clark</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Berner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Mccandlish</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Radford</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Sutskever</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Amodei</surname></persName>
		</author>
		<idno type="DOI">10.48550/arXiv.2005.14165</idno>
		<idno type="arXiv">arXiv:2005.14165</idno>
		<imprint>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Declarative Experimentation in Information Retrieval using PyTerrier</title>
		<author>
			<persName><forename type="first">C</forename><surname>Macdonald</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Tonellotto</surname></persName>
		</author>
		<idno type="DOI">10.1145/3409256.3409829</idno>
		<idno type="arXiv">arXiv:2007.14271</idno>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2020 ACM SIGIR on International Conference on Theory of Information Retrieval</title>
				<meeting>the 2020 ACM SIGIR on International Conference on Theory of Information Retrieval</meeting>
		<imprint>
			<date type="published" when="2020">2020</date>
			<biblScope unit="page" from="161" to="168" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">EASSE: Easier Automatic Simplification Evaluation</title>
		<author>
			<persName><forename type="first">F</forename><surname>Alva-Manchego</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Martin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Scarton</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Specia</surname></persName>
		</author>
		<idno type="DOI">10.18653/v1/D19-3009</idno>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP): System Demonstrations, Association for Computational Linguistics</title>
				<meeting>the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP): System Demonstrations, Association for Computational Linguistics<address><addrLine>Hong Kong, China</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2019">2019</date>
			<biblScope unit="page" from="49" to="54" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">A survey of research on text simplification</title>
		<author>
			<persName><forename type="first">A</forename><surname>Siddharthan</surname></persName>
		</author>
		<idno type="DOI">10.1075/itl.165.2.06sid</idno>
	</analytic>
	<monogr>
		<title level="j">ITL -International Journal of Applied Linguistics</title>
		<imprint>
			<biblScope unit="volume">165</biblScope>
			<biblScope unit="page" from="259" to="298" />
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Language Models for German Text Simplification: Overcoming Parallel Data Scarcity through Style-specific Pre-training</title>
		<author>
			<persName><forename type="first">M</forename><surname>Anschütz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Oehms</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Wimmer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Jezierski</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Groh</surname></persName>
		</author>
		<idno type="DOI">10.18653/v1/2023.findings-acl.74</idno>
		<idno type="arXiv">arXiv:2305.12908</idno>
	</analytic>
	<monogr>
		<title level="m">Findings of the Association for Computational Linguistics: ACL 2023</title>
				<imprint>
			<date type="published" when="2023">2023</date>
			<biblScope unit="page" from="1147" to="1158" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<monogr>
		<author>
			<persName><forename type="first">K</forename><surname>North</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Ranasinghe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Shardlow</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Zampieri</surname></persName>
		</author>
		<idno type="DOI">10.48550/arXiv.2305.12000</idno>
		<idno type="arXiv">arXiv:2305.12000</idno>
		<title level="m">Deep Learning Approaches to Lexical Simplification: A Survey</title>
				<imprint>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<monogr>
		<title level="m" type="main">Teaching the Pre-trained Model to Generate Simple Texts for Text Simplification</title>
		<author>
			<persName><forename type="first">R</forename><surname>Sun</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Xu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Wan</surname></persName>
		</author>
		<idno type="DOI">10.48550/arXiv.2305.12463</idno>
		<idno type="arXiv">arXiv:2305.12463</idno>
		<imprint>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<monogr>
		<author>
			<persName><forename type="first">H</forename><surname>Touvron</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Martin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Stone</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Albert</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Almahairi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Babaei</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Bashlykov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Batra</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Bhargava</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Bhosale</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Bikel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Blecher</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">C</forename><surname>Ferrer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Cucurull</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Esiobu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Fernandes</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Fu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Fu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Fuller</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Gao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Goswami</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Goyal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Hartshorn</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Hosseini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Hou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Inan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Kardas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Kerkez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Khabsa</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Kloumann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Korenev</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><forename type="middle">S</forename><surname>Koura</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M.-A</forename><surname>Lachaux</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Lavril</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Lee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Liskovich</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Lu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Mao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Martinet</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Mihaylov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Mishra</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Molybog</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Nie</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Poulton</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Reizenstein</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Rungta</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Saladi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Schelten</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Silva</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><forename type="middle">M</forename><surname>Smith</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Subramanian</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><forename type="middle">E</forename><surname>Tan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Tang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Taylor</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Williams</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">X</forename><surname>Kuan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Xu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Yan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Zarov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Fan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Kambadur</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Narang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Rodriguez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Stojnic</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Edunov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Scialom</surname></persName>
		</author>
		<idno type="DOI">10.48550/arXiv.2307.09288</idno>
		<idno type="arXiv">arXiv:2307.09288</idno>
		<title level="m">Llama 2: Open Foundation and Fine-Tuned Chat Models</title>
				<imprint>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<monogr>
		<title level="m" type="main">PromptChainer: Chaining Large Language Model Prompts through Visual Programming</title>
		<author>
			<persName><forename type="first">T</forename><surname>Wu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Jiang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Donsbach</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Gray</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Molina</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Terry</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">J</forename><surname>Cai</surname></persName>
		</author>
		<idno type="DOI">10.48550/arXiv.2203.06566</idno>
		<idno type="arXiv">arXiv:2203.06566</idno>
		<imprint>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<monogr>
		<author>
			<persName><forename type="first">D</forename><surname>Jones</surname></persName>
		</author>
		<title level="m">Intelligence and the Management of National Security</title>
				<imprint>
			<publisher>Intelligence &amp; National Security</publisher>
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Leveraging Large Language Models to Extract Terminology</title>
		<author>
			<persName><forename type="first">J</forename><surname>Giguere</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the First Workshop on NLP Tools and Resources for Translation and Interpreting Applications</title>
				<editor>
			<persName><forename type="first">R</forename><forename type="middle">L</forename><surname>Gutiérrez</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Pareja</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">R</forename><surname>Mitkov</surname></persName>
		</editor>
		<meeting>the First Workshop on NLP Tools and Resources for Translation and Interpreting Applications<address><addrLine>Shoumen, Bulgaria, Varna, Bulgaria</addrLine></address></meeting>
		<imprint>
			<publisher>INCOMA Ltd</publisher>
			<date type="published" when="2023">2023</date>
			<biblScope unit="page" from="57" to="60" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<monogr>
		<author>
			<persName><forename type="first">A</forename><surname>Chmura</surname></persName>
		</author>
		<ptr target="2" />
		<title level="m">Invasion Biology Introduced Species Summary Project -West Nile Virus</title>
				<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<monogr>
		<title level="m" type="main">Derivation of New Readability Formulas (Automated Readability Index, Fog Count and Flesch Reading Ease Formula) for Navy Enlisted Personnel</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">P</forename><surname>Kincaid</surname><genName>Jr</genName></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Fishburne</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Robert</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Richard</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Brad</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename></persName>
		</author>
		<idno type="DOI">10.21236/ADA006655</idno>
		<imprint>
			<date type="published" when="1975">1975</date>
			<pubPlace>Fort Belvoir, VA</pubPlace>
		</imprint>
		<respStmt>
			<orgName>Defense Technical Information Center</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">Technical Report</note>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">Bleu: A Method for Automatic Evaluation of Machine Translation</title>
		<author>
			<persName><forename type="first">K</forename><surname>Papineni</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Roukos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Ward</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W.-J</forename><surname>Zhu</surname></persName>
		</author>
		<idno type="DOI">10.3115/1073083.1073135</idno>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 40th Annual Meeting of the Association for Computational Linguistics, Association for Computational Linguistics</title>
				<editor>
			<persName><forename type="first">P</forename><surname>Isabelle</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">E</forename><surname>Charniak</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">D</forename><surname>Lin</surname></persName>
		</editor>
		<meeting>the 40th Annual Meeting of the Association for Computational Linguistics, Association for Computational Linguistics<address><addrLine>Philadelphia, Pennsylvania, USA</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2002">2002</date>
			<biblScope unit="page" from="311" to="318" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">Optimizing Statistical Machine Translation for Text Simplification</title>
		<author>
			<persName><forename type="first">W</forename><surname>Xu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Napoles</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Pavlick</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Q</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Callison-Burch</surname></persName>
		</author>
		<idno type="DOI">10.1162/tacl_a_00107</idno>
	</analytic>
	<monogr>
		<title level="j">Transactions of the Association for Computational Linguistics</title>
		<imprint>
			<biblScope unit="volume">4</biblScope>
			<biblScope unit="page" from="401" to="415" />
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">The (Un)Suitability of Automatic Evaluation Metrics for Text Simplification</title>
		<author>
			<persName><forename type="first">F</forename><surname>Alva-Manchego</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Scarton</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Specia</surname></persName>
		</author>
		<idno type="DOI">10.1162/coli_a_00418</idno>
	</analytic>
	<monogr>
		<title level="j">Computational Linguistics</title>
		<imprint>
			<biblScope unit="volume">47</biblScope>
			<biblScope unit="page" from="861" to="889" />
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<monogr>
		<title level="m" type="main">Evaluating Document Simplification: On the Importance of Separately Assessing Simplicity and Meaning Preservation</title>
		<author>
			<persName><forename type="first">L</forename><surname>Cripwell</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Legrand</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Gardent</surname></persName>
		</author>
		<idno type="DOI">10.48550/arXiv.2404.03278</idno>
		<idno type="arXiv">arXiv:2404.03278</idno>
		<imprint>
			<date type="published" when="2024">2024</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<analytic>
		<title level="a" type="main">Overview of the clef 2023 simpletext task 3: Simplification of scientific texts</title>
		<author>
			<persName><forename type="first">L</forename><surname>Ermakova</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Bertin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Mccombie</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Kamps</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Overview of the CLEF</title>
				<imprint>
			<date type="published" when="2023">2023. 2023</date>
			<biblScope unit="volume">3</biblScope>
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
