<?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">GEESE -Generating and Evaluating Explanations for Semantic Entailment: A CALAMITA Challenge</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Andrea</forename><surname>Zaninello</surname></persName>
							<email>azaninello@fbk.eu</email>
							<affiliation key="aff0">
								<orgName type="institution">Fondazione Bruno Kessler</orgName>
								<address>
									<settlement>Trento</settlement>
									<country key="IT">Italy</country>
								</address>
							</affiliation>
							<affiliation key="aff1">
								<orgName type="institution">Free University of Bozen-Bolzano</orgName>
								<address>
									<country key="IT">Italy</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Bernardo</forename><surname>Magnini</surname></persName>
							<email>magnini@fbk.eu</email>
							<affiliation key="aff0">
								<orgName type="institution">Fondazione Bruno Kessler</orgName>
								<address>
									<settlement>Trento</settlement>
									<country key="IT">Italy</country>
								</address>
							</affiliation>
						</author>
						<author>
							<affiliation key="aff2">
								<orgName type="department">Tenth Italian Conference on Computational Linguistics</orgName>
								<address>
									<addrLine>Dec 04 -06</addrLine>
									<postCode>2024</postCode>
									<settlement>Pisa</settlement>
									<country key="IT">Italy</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">GEESE -Generating and Evaluating Explanations for Semantic Entailment: A CALAMITA Challenge</title>
					</analytic>
					<monogr>
						<idno type="ISSN">1613-0073</idno>
					</monogr>
					<idno type="MD5">A28490FF1112C596EB80C7117049A8E8</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2025-04-23T17:33+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>CALAMITA</term>
					<term>CLiC-it</term>
					<term>Explanation generation</term>
					<term>Explainability</term>
					<term>RTE</term>
					<term>Recognizing Textual Entailment</term>
					<term>Inference</term>
					<term>Italian</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>In the GEESE challenge, we present a pipeline to evaluate generated explanations for the task of Recognizing Textual Entailment (RTE) in Italian. The challenge focuses on evaluating the impact of generated explanations on the predictive performance of language models. Using a dataset enriched with human-written explanations, we employ two large language models (LLMs) to generate and utilize explanations for semantic relationships between sentence pairs. Our methodology assesses the quality of generated explanations by measuring changes in prediction accuracy when explanations are provided. Through reproducible experimentation, we establish benchmarks against various baseline approaches, demonstrating the potential of explanation injection to enhance model interpretability and performance.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.">Introduction and Motivation</head><p>The ability of a machine to justify its predictions and provide human-understandable explanations has been a key research objective of Machine Learning (ML) and Artificial Intelligence (AI) since their early stages <ref type="bibr" target="#b0">[1,</ref><ref type="bibr" target="#b1">2,</ref><ref type="bibr" target="#b2">3]</ref>. In the past few years, the field of AI has experienced an unprecedented acceleration in most areas, such as computer vision <ref type="bibr" target="#b3">[4]</ref>, audio <ref type="bibr" target="#b4">[5]</ref>, video <ref type="bibr" target="#b5">[6]</ref>, and programming languages <ref type="bibr" target="#b6">[7]</ref>, and especially in Natural Language Processing (NLP), with the popularization of generative Large Language Models (LLMs) such as OpenAI's Chat-GPT <ref type="bibr" target="#b7">[8]</ref>, Google's Gemini <ref type="bibr" target="#b8">[9]</ref>, or Meta's Llama <ref type="bibr" target="#b9">[10]</ref>.</p><p>These models are currently able to produce naturalsounding and coherent language, often indistinguishable from natural language <ref type="bibr" target="#b10">[11,</ref><ref type="bibr" target="#b11">12]</ref>. While these results open up new avenues for future applications and research, they also raise ethical issues considering the ubiquitous role of machines in our lives, and in sensitive fields like education, health, justice, and private life. In fact, the scarce transparency of neural architectures makes it hard to interpret their functioning (the so-called "black-box" problem). In addition, many of the currently available LLMs are not fully open-source, so the data they were trained on is not known to either researchers or the general public. Finally, these models have achieved such sizes that their results are difficult to replicate, making them a kind of "black box in a black box".</p><p>As a consequence, the need to develop methods to understand their reasoning is becoming central. Many recent efforts have been devoted to explaining such models <ref type="bibr" target="#b12">[13]</ref>, and the importance of interpretability and explainability in AI has become ever more urgent <ref type="bibr" target="#b13">[14,</ref><ref type="bibr" target="#b14">15,</ref><ref type="bibr" target="#b15">16]</ref>.</p><p>The role of explanations in NLP has been explored by a consistent body of research. Cambria et al. <ref type="bibr" target="#b16">[17]</ref>, for instance, provides a comprehensive survey of approaches for generating natural language explanations; Hartmann and Sonntag <ref type="bibr" target="#b18">[18]</ref> examines the benefits of explanations for NLP models; Paranjape et al. <ref type="bibr" target="#b19">[19]</ref> focuses on templatebased explanations, Lampinen et al. <ref type="bibr" target="#b20">[20]</ref> and Ye and Durrett <ref type="bibr" target="#b21">[21]</ref> demonstrate the benefits of in-context explanations for large models in challenging reasoning tasks.</p><p>Explanation generation quality has traditionally been evaluated through automated ovelap metrics like BLEU <ref type="bibr" target="#b22">[22]</ref>, ROUGE <ref type="bibr" target="#b23">[23]</ref>, or BERT-Score <ref type="bibr" target="#b24">[24]</ref> against a gold reference explanation written by humans. This usually implies costly human-explanation collection campaigns; additionally, these measures may neither fully capture the informativity or the effectiveness of an explanation, nor faithfully reflect human judgments.</p><p>Recently, human simulatability scores have been proposed as an alternative method to understand the quality of explanations from the perspective of the "utility to an end-user" <ref type="bibr" target="#b25">[25]</ref>. Rather than focusing on the overlap between explanations and ground-truth data, this approach assesses how explanations enhance predictive performance on a downstream task compared to the input alone. While humans have traditionally been the predictors <ref type="bibr" target="#b26">[26]</ref>, recent research has demonstrated that trained models can automate this process, showing moderate to strong correlations with human judgments <ref type="bibr" target="#b27">[27]</ref>. Pruthi et al. <ref type="bibr" target="#b28">[28]</ref>, for instance, measures explanation quality based on downstream performance: their methodology involves training a student model on explanations generated by a teacher, using automatic explanation generation techniques and training the student for the end task.</p><p>However, current LLMs may also benefit from explanation injection even if they are not explicitly trained to do so, and some works suggest using the explanation to augment the input to condition predictions of future data points on both the input and the explanation <ref type="bibr" target="#b29">[29,</ref><ref type="bibr" target="#b27">27]</ref>. In fact, LLMs are capable of understanding supplementary input content and including explanations in the input during inference without requiring additional supervision, which can indirectly demonstrate the role of explanations in the inference process.</p><p>These observations underline two crucial aspects:</p><p>• providing LLMs with quality explanations that allow them to infer relevant latent information, i.e. to provide additional background knowledge, improves performance compared to only using the input or to using spurious explanations; • the quality of a (human or machine-generated) explanation can be measured based on its helpfulness (or impairment) to the (model's or human's) performance on a downstream task.</p><p>To contribute to this line of research, we propose GEESE: Generating and Evaluating Explanations for Semantic Entailment at CALAMITA <ref type="bibr" target="#b30">[30]</ref>, a pipeline to indirectly assess the effectiveness of explanations through the evaluation of their impact on the task of Recognizing Textual Entailment (RTE) in Italian 1 .</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Task Description and GEESE Explanatory Pipeline</head><p>Consider a pair of sentences &lt; 𝑠 1 , 𝑠 2 &gt;, like the ones in the following example:</p><p>(1) Il cielo è grigio oggi.</p><p>(2) Faresti bene a prendere l'ombrello. 2   Consider a semantic relation 𝑟 holding between 𝑠 1 and 𝑠 2 (e.g.,</p><formula xml:id="formula_0">𝑠 1 entails 𝑠 2 , 𝑠 1 does not entail 𝑠 2 , 𝑠 1 contradicts 𝑠 2 ).</formula><p>Let 𝐸 be the set of possible explanations for 𝑟. GEESE's explanatory task consists in:</p><p>• generating an explanation 𝑒 𝑟 ∈ 𝐸 for the semantic relationship 𝑟 for each &lt; 𝑠 1 , 𝑠 2 &gt; in the dataset; • predict the relation with and without the generated explanation 𝑒 𝑟 ;</p><p>1 Code and data are made available at github.com/andreazaninello/ calamita-geese 2 (1) The sky is grey today. (2) You better take your umbrella with you.</p><p>• assess the quality of the generated explanations 𝐸 𝑔𝑒𝑛 by taking the delta between prediction accuracy with and without explanation as a proxy of explanations' quality.</p><p>Step 1: Generate Explanation: A first LLM (𝑀 1 ) is prompted to produce explanations 𝐸 𝑔𝑒𝑛 = {𝑒 1 , 𝑒 2 , … 𝑒 𝑛 } for a specific semantic relation 𝑟 𝑐 holding between a given sentence pair, denoted as &lt; 𝑠 1 , 𝑠 2 &gt;. In the task, we focus on the entailment relationship, which can take three values: "YES" (sentence 1 is entailed by sentence 2), "NO" (sentence 1 is contradicted by sentence 2), "UNKNOWN" (sentence 1 is neither entailed nor contradicted by sentence 2). In our baselines, we focus on one explanation type (why-explanation), but other kinds of explanations or reasoning strategies (like counterfactual or examplebased ones) are possible. In our baselines, we use llama-3-3B-instruct <ref type="bibr" target="#b31">[31]</ref> as 𝑀 1 .</p><p>Step 2: Use Explanation on Relation Prediction: A second LLM (𝑀 2 ) is then provided with the generated explanations 𝐸 𝑔𝑒𝑛 to evaluate if the generated explanations improve the task of predicting the correct relations. In practice, this is achieved by appending the explanation as a "hint" to the prompt, and asking the model to make a prediction thereof. This process aims to discover how effectively 𝑀 2 leverages the explanations from 𝑀 1 to perform the target task. We use llama-3-8B as 𝑀 2 , but other combinations of 𝑀 1 and 𝑀 2 are possible.</p><p>Step 3: Evaluate Explanation Effectiveness Explanation effectiveness is evaluated by analyzing how providing different explanations generated in Step 1 affects the model 𝑀 2 prediction in Step 2. In practice, this is done by calculating the accuracy of the predictions of 𝑀 2 given the explanations and comparing them to the selected baselines (see Section 4).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">Data description</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1.">Origin of data</head><p>The Recognizing Textual Entailment (RTE) task emerged in 2005 <ref type="bibr" target="#b32">[32]</ref> as the problem of determining if two sentences stand in an entailment or not-entailment relationship. A common definition of "semantic entailment" (also referred to as presupposition in some studies) is that "A sentence S presupposes a proposition p if p must be true in order for S to have a truth-value (to be true or false)" <ref type="bibr" target="#b33">[33]</ref>. A text t is said to entail another text (hypothesis, h) if h is true in every circumstance (possible world) in which t is true. RTE, however, suggests a more empirical definition, allowing for cases in which the truth of the hypothesis is highly plausible, for most practical purposes, rather than certain. According to <ref type="bibr" target="#b34">[34]</ref>, this "shallow" definition better accounts for the types of uncertain inferences that are typically expected from text-based applications.</p><p>Recognizing Textual Entailment was formalized through a series of successful challenges and workshops that began in 2005 <ref type="bibr" target="#b32">[32]</ref> and lasted until 2012. Starting from the RTE-3 edition, the task was extended from two labels to a three-label classification, splitting the notentailment label into two classes, contradiction and neutrality. Given the interest in the task, an Italian version of the RTE-3 dataset was developed to explore language comprehension and textual entailment <ref type="bibr" target="#b35">[35]</ref>.</p><p>The dataset used in the challenge is the e-RTE-3-it dataset <ref type="bibr" target="#b36">[36]</ref>, which is an emended version enriched with human-written explanations of the RTE-3-it dataset <ref type="bibr" target="#b35">[35]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2.">Detailed data statistics</head><p>The dataset contains 1600 text-hypothesis sentence pairs in Italian (text_t and text_h in the dataset) divided into an 800-example validation and an 800-example test split. Each example is annotated with an entailment label (label): "YES" (entailed), "NO" (contradicted), or "UNKNOWN" (neutral).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.3.">Annotation details</head><p>The e-RTE-3-it dataset presents human explanations written in Italian by native speakers. For each text-hypothesis pair, annotators provided a natural language explanation justifying the given label (explanation) for the entailment relation ("why does 𝑆 1 stand in an 𝑟 relation with 𝑆 2 ?") <ref type="foot" target="#foot_0">3</ref> .</p><p>All annotations underwent quality control, involving two expert linguists who manually checked the explanations for grammaticality, fluency, and logical validity. This process ensured high quality of the final e-RTE-3-it explanations, informativeness, as well as minimal label leakage (see infra).</p><p>Label leakage <ref type="bibr" target="#b37">[37]</ref> refers to the fact that the explanation may be directly suggesting the label without genuinely being informative. While the manual check of all original human explanations ensured minimal label leakage, to prevent this we automatically replace direct references to the label and to the task with placeholders in the human-written and generated explana-tions. In our implementation, this is done through regular expressions by substituting ("anonimize") the label strings ("YES", "NO", "UNKNOWN") and all words starting with entail.*, contradict.*, neutr.*, impl*, contradd.* (verbs and nouns directly stating the kind of relationship) with "XXX".</p><p>We therefore also provide the following "anonymized" additional explanations for each example, which we use in our prompts:</p><p>• anon_whyexp: the anonimized explanation generated by llama3 as 𝑀 1 ; • anon_human: the anonimized human-written explanation (from e-RTE-3-it).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.4.">Data format</head><p>The dataset is freely distributed in HuggingFace's Dataset format <ref type="foot" target="#foot_1">4</ref> . A snippet of the data is displayed in Table <ref type="table">1</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Metrics and baselines</head><p>We conduct baseline experiments using Llama-3.1-8B-Instruct as 𝑀 1 with a custom implementation in Hugging-Face, and Llama-3-8B as 𝑀 2 , using the LLM-Evaluation-Harness library <ref type="bibr" target="#b38">[38]</ref> in a zero-shot setting <ref type="foot" target="#foot_2">5</ref> . We provide baselines for the following settings:</p><p>1. no-exp: No explanations provided (baseline); 2. dummy: The hypothesis itself (text_t) provided as a "non-informative" explanation, controlling for input length and providing a second baseline. 3. human: Human-written explanations (from e-RTE-3-it) anonimized (anon_human) provided as additional input; 4. llama-3: The explanation generated using LLama-3-8B-Instruct as 𝑀 1 (anon_whyexp).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.1.">Example of prompts for zero shots</head><p>All experiments have been carried out in a zero-shot setting using the following prompts <ref type="foot" target="#foot_3">6</ref> .</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>(M1 -Generation):</head><p>Your task is to clarify the entailment relationship between a pair of sentences by explaining why a classifier predicted The XXX relationship between the two sentences is XXX because the relationship is not clearly established. Sentence 1 mentions the Inuit people, the Commission on Human Rights, and the United States, which are not directly related to the topic of the second sentence, which is about the threat of extinction of species due to hunting. The connection between the two sentences is not explicitly stated, and it is not clear how the information presented in Sentence 1 supports or XXX the information in Sentence 2. Therefore, the XXX label is XXX because the relationship between the two sentences is not clear. For example, if the XXX label was XXX, it would mean that Sentence 1 logically implies Sentence 2, but the information in Sentence 1 does not provide enough evidence to support this claim. Similarly, if the XXX label was XXX, it would mean that Sentence 1 logically XXX Sentence 2, but again, the information in Sentence 1 does not provide enough evidence to support this claim. Therefore, the XXX label is XXX because the relationship between the two sentences is not clear. anon_human Nella frase non vengono citate le conseguenze della caccia sulle foche perciò non si può evincere il rischio per loro della caccia.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Table 1</head><p>Example from the processed e-RTE-3-it dataset.</p><p>a specific entailment label. Sentence 1: text_t Sentence 2: text_h Entailment label: label. exp_type 7</p><p>(M2 -Prediction):</p><p>Your task is to predict the entailment label between two sentences, selecting one label among YES (entailment), NO (contradiction), or UNKNOWN (neutrality). Sentence 1: text_t Sentence 2: text_h Hint: anon_explanation. Entailment label: 8</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">Baseline Results and Discussion</head><p>Baseline results, reported in Table <ref type="table">2</ref>, demonstrate the impact of incorporating explanations on the performance of language models in the Recognizing Textual Entailment tasks. The accuracy scores indicate that models utilizing explanations generated by Llama-3 achieve the highest 7 Variables are indicated in color. In our experiments exp_type = "Explain how the two sentences are connected. " and the variables are read from each example. 8 Variables are indicated in color. In our experiments, anon_explanation can take the following values: "Not given. " (no-exp), text_h (dummy), anon_human (human), anon_whyexp (llama-3). accuracy at 78.12%. In comparison, using human-written explanations shows slightly lower accuracy compared to machine-generated, but higher scores compared to baselines, suggesting that explanations do enhance the models' understanding of semantic relationships.</p><p>Generated explanations, proving more effective than human-crafted ones, suggest that the quality and type of explanations provided can influence predictive performance, but also highlight the need for further research into optimizing explanation generation methods for improved outcomes in NLP tasks. In fact, note that generated explanations may be positively influenced by factors other than informativeness alone, such as the lengths of the explanations themselves, or may still be indirectly suggesting the right relationship despite the anonymization process described in 3.3.</p><p>For example, as reported by one of the anonymous reviewers, see "anon_whyexp" explanation in Table <ref type="table">1</ref>: "In other words, Sentence 2 provides enough information to infer the truth of Sentence 1". The generated explanation clearly (but not directly) hints at an "entail" label, potentially compromising the intended anonymity. The fairness of the comparison between human-and machinegenerated explanation is an aspect that deserves further investigation. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Tasks</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Table 2</head><p>Results for the 0-shot baseline experiments on the full test set.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6.">Conclusion</head><p>The findings from the GEESE challenge underscore the significance of effective explanation generation in enhancing the capabilities of language models in RTE tasks. Preliminary results show that models provided with explanations, whether human-written or generated by LLMs, exhibit improved predictive accuracy compared to those lacking such inputs. This supports the hypothesis that explanations can facilitate a deeper understanding of semantic relationships, thus aiding model inference.</p><p>The GEESE challenge establishes a framework for generating and evaluating explanations in the domain of semantic entailment. By demonstrating the utility of explanation injection, we contribute to the ongoing discourse on interpretability in AI, advocating for a balanced approach that enhances model transparency while maintaining robustness. Our findings encourage further exploration into the interplay between explanations and model performance, paving the way for more interpretable and user-friendly AI systems. As language models continue to evolve, integrating effective explanation mechanisms will be crucial for ensuring their responsible deployment in sensitive applications.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="7.">Limitations</head><p>The study also highlights limitations, including potential biases in the generated explanations and the challenge of ensuring that explanations remain informative without directly revealing the answer. Future research could explore diverse explanation types and their varying impacts across different contexts and languages.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="8.">Ethical issues</head><p>We would like to draw the readers' attention on the following. Firstly, the potential for bias in both the training data and the generated explanations can perpetuate stereotypes or misinformation, leading to harmful consequences, particularly in sensitive domains such as healthcare or legal applications. There is also the risk that users may place undue trust in machine-generated explanations, mistakenly believing them to be infallible. Finally, the collection and use of data for training these models must adhere to strict privacy standards to ensure that individuals' rights are respected. Addressing these ethical challenges is essential to foster trust and ensure that AI technologies are developed and used responsibly.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="9.">Data license and copyright issues</head><p>We release our original content under the MIT License.</p><p>Please refer to the original dataset's copyright and license regulations for information on the derived data.</p></div>			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_0">Additionally, the annotator provided a confidence score (1-5) reflecting their certainty about the provided explanation (which we don't use in the task), an optional alternative label, if they felt the initial label was inaccurate, along with explanations and confidence scores. We don't consider these annotations in the task, and only use the original label as our gold relationship and the human-written explanation for the original label as a strong baseline.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="4" xml:id="foot_1">https://huggingface.co/datasets/azaninello/explained-full-llama-3</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="5" xml:id="foot_2">Generation parameters are: stop sequences: "&lt;/s&gt;", "&lt;|eot_id|&gt;", max. gen. tokens: 128; do sample: false; temperature: 0</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="6" xml:id="foot_3">All prompts are provided in English to ensure comparability across tasks and language models. In fact, using English as a "metalanguage" allows us to establish a comparable set-up to study LLMs' capability regardless of their specific training language.</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Acknowledgments</head><p>This work has been partially funded by PNRR project FAIR -Future AI Research (PE00000013), under the NRRP MUR program funded by the NextGenerationEU and the ANTIDOTE project (CHIST-ERA grant of the Call XAI 2019 of the ANR with the grant number Project-ANR-21-CHR4-0002)</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">A blot on the profession, 296 brit</title>
		<author>
			<persName><forename type="first">S</forename><surname>Lowry</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Macpherson</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">MED. J</title>
		<imprint>
			<biblScope unit="volume">657</biblScope>
			<biblScope unit="page">657</biblScope>
			<date type="published" when="1988">1988</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Computer-based medical decision making: from mycin to vm</title>
		<author>
			<persName><forename type="first">L</forename><forename type="middle">M</forename><surname>Fagan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><forename type="middle">H</forename><surname>Shortliffe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><forename type="middle">G</forename><surname>Buchanan</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Automedica</title>
		<imprint>
			<biblScope unit="volume">3</biblScope>
			<biblScope unit="page" from="97" to="108" />
			<date type="published" when="1980">1980</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<monogr>
		<author>
			<persName><forename type="first">R</forename><surname>Bareiss</surname></persName>
		</author>
		<title level="m">Exemplar-based knowledge acquisition: A unified approach to concept representation, classification, and learning</title>
				<imprint>
			<publisher>Academic Press</publisher>
			<date type="published" when="2014">2014</date>
			<biblScope unit="volume">2</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<monogr>
		<author>
			<persName><forename type="first">R</forename><surname>Rombach</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Blattmann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Lorenz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Esser</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Ommer</surname></persName>
		</author>
		<idno type="arXiv">arXiv:2112.10752</idno>
		<title level="m">High-resolution image synthesis with latent diffusion models</title>
				<imprint>
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<monogr>
		<title level="m" type="main">Learning to speak fluently in a foreign language: Multilingual speech synthesis and cross-language voice cloning</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">J</forename><surname>Weiss</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Zen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Wu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">J</forename><surname>Skerry-Ryan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Jia</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Rosenberg</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Ramabhadran</surname></persName>
		</author>
		<idno>CoRR abs/1907.04448</idno>
		<ptr target="http://arxiv.org/abs/1907.04448.arXiv:1907.04448" />
		<imprint>
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">The creation and detection of deepfakes: A survey</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Mirsky</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Lee</surname></persName>
		</author>
		<idno type="DOI">10.1145/3425780</idno>
		<ptr target="https://doi.org/10.1145/3425780.doi:10.1145/3425780" />
	</analytic>
	<monogr>
		<title level="j">ACM Comput. Surv</title>
		<imprint>
			<biblScope unit="volume">54</biblScope>
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<monogr>
		<title level="m" type="main">Evaluating large language models trained on code</title>
		<author>
			<persName><forename type="first">M</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Tworek</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Jun</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Q</forename><surname>Yuan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><forename type="middle">P</forename><surname>De Oliveira Pinto</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Kaplan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Edwards</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Burda</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Joseph</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Brockman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Ray</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Puri</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Krueger</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Petrov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Khlaaf</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Sastry</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Mishkin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Chan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Gray</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Ryder</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Pavlov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Power</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Kaiser</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Bavarian</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Winter</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Tillet</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><forename type="middle">P</forename><surname>Such</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Cummings</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Plappert</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Chantzis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Barnes</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Herbert-Voss</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><forename type="middle">H</forename><surname>Guss</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Nichol</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Paino</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Tezak</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Tang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Babuschkin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Balaji</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Jain</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Saunders</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Hesse</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">N</forename><surname>Carr</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Leike</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Achiam</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Misra</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Morikawa</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Radford</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Knight</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Brundage</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Murati</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Mayer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Welinder</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Mcgrew</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Amodei</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Mccandlish</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Sutskever</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Zaremba</surname></persName>
		</author>
		<idno>CoRR abs/2107.03374</idno>
		<ptr target="https://arxiv.org/abs/2107.03374.arXiv:2107.03374" />
		<imprint>
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<monogr>
		<title/>
		<author>
			<persName><surname>Openai</surname></persName>
		</author>
		<idno type="arXiv">arXiv:2303.08774</idno>
		<imprint>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
	<note type="report_type">Gpt-4 technical report</note>
</biblStruct>

<biblStruct xml:id="b8">
	<monogr>
		<title level="m" type="main">Gemini: A family of highly capable multimodal models</title>
		<author>
			<persName><forename type="first">G</forename><surname>Team</surname></persName>
		</author>
		<ptr target="https://arxiv.org/abs/2312.11805.arXiv:2312.11805" />
		<imprint>
			<date type="published" when="2024">2024</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<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="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="b10">
	<analytic>
		<title level="a" type="main">Language models are few-shot learners</title>
		<author>
			<persName><forename type="first">T</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><forename type="middle">D</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>
	</analytic>
	<monogr>
		<title level="j">Advances in neural information processing systems</title>
		<imprint>
			<biblScope unit="volume">33</biblScope>
			<biblScope unit="page" from="1877" to="1901" />
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<monogr>
		<author>
			<persName><forename type="first">T</forename><surname>Labruna</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Brenna</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Zaninello</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Magnini</surname></persName>
		</author>
		<idno type="arXiv">arXiv:2305.14556</idno>
		<title level="m">Unraveling chatgpt: A critical analysis of ai-generated goal-oriented dialogues and annotations</title>
				<imprint>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">A survey of methods for explaining black box models</title>
		<author>
			<persName><forename type="first">R</forename><surname>Guidotti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Monreale</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Ruggieri</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Turini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Giannotti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Pedreschi</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">ACM computing surveys (CSUR)</title>
		<imprint>
			<biblScope unit="volume">51</biblScope>
			<biblScope unit="page" from="1" to="42" />
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Argumentation and explainable artificial intelligence: a survey</title>
		<author>
			<persName><forename type="first">A</forename><surname>Vassiliades</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Bassiliades</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Patkos</surname></persName>
		</author>
		<idno type="DOI">10.1017/S0269888921000011</idno>
	</analytic>
	<monogr>
		<title level="j">The Knowledge Engineering Review</title>
		<imprint>
			<biblScope unit="volume">36</biblScope>
			<biblScope unit="page">e5</biblScope>
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Meaningful information and the right to explanation</title>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">D</forename><surname>Selbst</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Powles</surname></persName>
		</author>
		<idno type="DOI">10.1093/idpl/ipx022</idno>
		<ptr target="https://academic.oup.com/idpl/article-pdf/7/4/233/22923065/ipx022.pdf" />
	</analytic>
	<monogr>
		<title level="j">International Data Privacy Law</title>
		<imprint>
			<biblScope unit="volume">7</biblScope>
			<biblScope unit="page" from="233" to="242" />
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">Slave to the algorithm: Why a right to an explanation is probably not the remedy you are looking for</title>
		<author>
			<persName><forename type="first">L</forename><surname>Edwards</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Veale</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Duke L. &amp; Tech. Rev</title>
		<imprint>
			<biblScope unit="volume">16</biblScope>
			<biblScope unit="page">18</biblScope>
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">A survey on xai and natural language explanations</title>
		<author>
			<persName><forename type="first">E</forename><surname>Cambria</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Malandri</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Mercorio</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Mezzanzanica</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Nobani</surname></persName>
		</author>
		<idno type="DOI">10.1016/j.ipm.2022.103111</idno>
		<ptr target="https:" />
	</analytic>
	<monogr>
		<title level="j">Information Processing Management</title>
		<imprint>
			<biblScope unit="volume">60</biblScope>
			<biblScope unit="page">103111</biblScope>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<monogr>
		<title/>
		<idno type="DOI">10.1016/j.ipm.2022.103111</idno>
		<idno>.ipm.2022.103111</idno>
		<ptr target="//doi.org/10.1016/j" />
		<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">A survey on improving NLP models with human explanations</title>
		<author>
			<persName><forename type="first">M</forename><surname>Hartmann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Sonntag</surname></persName>
		</author>
		<idno type="DOI">10.18653/v1/2022.lnls-1.5</idno>
		<ptr target="https://aclanthology.org/2022.lnls-1.5.doi:10.18653/v1/2022.lnls-1.5" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the First Workshop on Learning with Natural Language Supervision, Association for Computational Linguistics</title>
				<meeting>the First Workshop on Learning with Natural Language Supervision, Association for Computational Linguistics<address><addrLine>Dublin, Ireland</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2022">2022</date>
			<biblScope unit="page" from="40" to="47" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">Prompting contrastive explanations for commonsense reasoning tasks</title>
		<author>
			<persName><forename type="first">B</forename><surname>Paranjape</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Michael</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Ghazvininejad</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Hajishirzi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Zettlemoyer</surname></persName>
		</author>
		<idno type="DOI">10.18653/v1/2021.findings-acl.366</idno>
		<ptr target="https://aclanthology.org/2021.findings-acl.366.doi:10.18653/v1/2021.findings-acl.366" />
	</analytic>
	<monogr>
		<title level="m">Findings of the Association for Computational Linguistics: ACL-IJCNLP 2021</title>
		<title level="s">Association for Computational Linguistics</title>
		<imprint>
			<date type="published" when="2021">2021</date>
			<biblScope unit="page" from="4179" to="4192" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">Can language models learn from explanations in context?</title>
		<author>
			<persName><forename type="first">A</forename><surname>Lampinen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Dasgupta</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Chan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Mathewson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Tessler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Creswell</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Mcclelland</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Hill</surname></persName>
		</author>
		<idno type="DOI">10.18653/v1/2022.findings-emnlp.38</idno>
		<ptr target="https://aclanthology.org/2022.findings-emnlp.38.doi:10.18653/v1/2022.findings-emnlp.38" />
	</analytic>
	<monogr>
		<title level="m">Findings of the Association for Computational Linguistics: EMNLP 2022, Association for Computational Linguistics</title>
				<editor>
			<persName><forename type="first">Y</forename><surname>Goldberg</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Z</forename><surname>Kozareva</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Y</forename><surname>Zhang</surname></persName>
		</editor>
		<meeting><address><addrLine>Abu Dhabi, United Arab Emirates</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2022">2022</date>
			<biblScope unit="page" from="537" to="563" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<analytic>
		<title level="a" type="main">The unreliability of explanations in few-shot prompting for textual reasoning</title>
		<author>
			<persName><forename type="first">X</forename><surname>Ye</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Durrett</surname></persName>
		</author>
		<ptr target="https://proceedings.neurips.cc/paper_files/paper/2022/file/c402501846f9fe03e2cac015b3f0e6b1-Paper-Conference.pdf" />
	</analytic>
	<monogr>
		<title level="m">Advances in Neural Information Processing Systems</title>
				<editor>
			<persName><forename type="first">S</forename><surname>Koyejo</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">S</forename><surname>Mohamed</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Agarwal</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">D</forename><surname>Belgrave</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">K</forename><surname>Cho</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Oh</surname></persName>
		</editor>
		<imprint>
			<publisher>Curran Associates, Inc</publisher>
			<date type="published" when="2022">2022</date>
			<biblScope unit="volume">35</biblScope>
			<biblScope unit="page" from="30378" to="30392" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b22">
	<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>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 40th annual meeting of the Association for Computational Linguistics</title>
				<meeting>the 40th annual meeting of the Association for Computational Linguistics</meeting>
		<imprint>
			<date type="published" when="2002">2002</date>
			<biblScope unit="page" from="311" to="318" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b23">
	<analytic>
		<title level="a" type="main">A package for automatic evaluation of summaries</title>
		<author>
			<persName><forename type="first">L</forename><forename type="middle">C</forename><surname>Rouge</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of Workshop on Text Summarization of ACL</title>
				<meeting>Workshop on Text Summarization of ACL<address><addrLine>Spain</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2004">2004</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b24">
	<monogr>
		<author>
			<persName><forename type="first">T</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Kishore</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Wu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">Q</forename><surname>Weinberger</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Artzi</surname></persName>
		</author>
		<idno type="arXiv">arXiv:1904.09675</idno>
		<title level="m">Bertscore: Evaluating text generation with bert</title>
				<imprint>
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
	<note type="report_type">arXiv preprint</note>
</biblStruct>

<biblStruct xml:id="b25">
	<analytic>
		<title level="a" type="main">Examples are not enough, learn to criticize! criticism for interpretability</title>
		<author>
			<persName><forename type="first">B</forename><surname>Kim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Khanna</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><forename type="middle">O</forename><surname>Koyejo</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Advances in Neural Information Processing Systems</title>
				<imprint>
			<date type="published" when="2016">2016</date>
			<biblScope unit="volume">29</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b26">
	<analytic>
		<title level="a" type="main">Measuring association between labels and free-text rationales</title>
		<author>
			<persName><forename type="first">S</forename><surname>Wiegreffe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Marasović</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><forename type="middle">A</forename><surname>Smith</surname></persName>
		</author>
		<idno type="DOI">10.18653/v1/2021.emnlp-main.804</idno>
		<ptr target="https://aclanthology.org/2021.emnlp-main.804.doi:10.18653/v1/2021.emnlp-main.804" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing, Association for Computational Linguistics, Online and</title>
				<meeting>the 2021 Conference on Empirical Methods in Natural Language Processing, Association for Computational Linguistics, Online and<address><addrLine>Punta Cana, Dominican Republic</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2021">2021</date>
			<biblScope unit="page" from="10266" to="10284" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b27">
	<analytic>
		<title level="a" type="main">Leakageadjusted simulatability: Can models generate nontrivial explanations of their behavior in natural language?</title>
		<author>
			<persName><forename type="first">P</forename><surname>Hase</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Xie</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Bansal</surname></persName>
		</author>
		<idno type="DOI">10.18653/v1/2020.findings-emnlp.390</idno>
		<ptr target="https://aclanthology.org/2020.findings-emnlp.390.doi:10.18653/v1/2020.findings-emnlp.390" />
	</analytic>
	<monogr>
		<title level="m">Findings of the Association for Computational Linguistics: EMNLP 2020, Association for Computational Linguistics</title>
				<imprint>
			<date type="published" when="2020">2020</date>
			<biblScope unit="page" from="4351" to="4367" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b28">
	<analytic>
		<title level="a" type="main">Evaluating explanations: How much do explanations from the teacher aid students?</title>
		<author>
			<persName><forename type="first">D</forename><surname>Pruthi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Bansal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Dhingra</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><forename type="middle">B</forename><surname>Soares</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Collins</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><forename type="middle">C</forename><surname>Lipton</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Neubig</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><forename type="middle">W</forename><surname>Cohen</surname></persName>
		</author>
		<idno type="DOI">10.1162/tacl_a_00465</idno>
		<ptr target="https://aclanthology.org/2022.tacl-1.21.doi:10.1162/tacl_a_00465" />
	</analytic>
	<monogr>
		<title level="j">Transactions of the Association for Computational Linguistics</title>
		<imprint>
			<biblScope unit="volume">10</biblScope>
			<biblScope unit="page" from="359" to="375" />
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b29">
	<monogr>
		<author>
			<persName><forename type="first">P</forename><surname>Hase</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Bansal</surname></persName>
		</author>
		<idno type="arXiv">arXiv:2102.02201</idno>
		<title level="m">When can models learn from explanations? a formal framework for understanding the roles of explanation data</title>
				<imprint>
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
	<note type="report_type">arXiv preprint</note>
</biblStruct>

<biblStruct xml:id="b30">
	<analytic>
		<title level="a" type="main">CALAMITA: Challenge the Abilities of LAnguage Models in ITAlian</title>
		<author>
			<persName><forename type="first">G</forename><surname>Attanasio</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Basile</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Borazio</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Croce</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Francis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Gili</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Musacchio</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Nissim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Patti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Rinaldi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Scalena</surname></persName>
		</author>
		<ptr target="CEUR-WS.org" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 10th Italian Conference on Computational Linguistics (CLiC-it 2024)</title>
		<title level="s">CEUR Workshop Proceedings</title>
		<meeting>the 10th Italian Conference on Computational Linguistics (CLiC-it 2024)<address><addrLine>Pisa, Italy</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2024-12-06">December 4 -December 6, 2024. 2024</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b31">
	<monogr>
		<author>
			<persName><forename type="first">A</forename><surname>Dubey</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Jauhri</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Pandey</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Kadian</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Al-Dahle</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Letman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Mathur</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Schelten</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Yang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Fan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Goyal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Hartshorn</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Yang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Mitra</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Sravankumar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Korenev</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Hinsvark</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Rao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Rodriguez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Gregerson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Spataru</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Roziere</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Biron</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Tang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Chern</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Caucheteux</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Nayak</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Bi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Marra</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Mc-Connell</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Keller</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Touret</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Wu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Wong</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">C</forename><surname>Nikolaidis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Allonsius</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Song</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Pintz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Livshits</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Esiobu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Choudhary</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Mahajan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Garcia-Olano</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Perino</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Hupkes</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Lakomkin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Albadawy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Lobanova</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Dinan</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">F</forename><surname>Radenovic</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Synnaeve</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Lee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">L</forename><surname>Anderson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Nail</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Mialon</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Pang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Cucurell</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Nguyen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Korevaar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Xu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Touvron</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Zarov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><forename type="middle">A</forename><surname>Ibarra</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Kloumann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Misra</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Evtimov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Copet</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Lee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Geffert</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Vranes</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Park</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Mahadeokar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Shah</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Van Der Linde</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Billock</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Hong</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Lee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Fu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Chi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Huang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Liu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Yu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Bitton</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Spisak</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Park</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Rocca</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Johnstun</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Saxe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Jia</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">V</forename><surname>Alwala</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Upasani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Plawiak</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Heafield</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Stone</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>El-Arini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Iyer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Malik</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Chiu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Bhalla</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Rantala-Yeary</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Van Der Maaten</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Tan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Jenkins</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Martin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Madaan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Malo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Blecher</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Landzaat</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Oliveira</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Muzzi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Pasupuleti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Singh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Paluri</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Kardas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Oldham</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Rita</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Pavlova</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Kambadur</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Lewis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Si</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">K</forename><surname>Singh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Hassan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Goyal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Torabi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Bashlykov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Bogoychev</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Chatterji</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Duchenne</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Çelebi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Alrassy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Vasic</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Weng</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Bhargava</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Dubal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Krishnan</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">P</forename><surname>Xu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Q</forename><surname>He</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Q</forename><surname>Dong</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Srinivasan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Ganapathy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Calderer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">S</forename><surname>Cabral</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Stojnic</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Raileanu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Girdhar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Patel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Sauvestre</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Polidoro</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Sumbaly</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Taylor</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Silva</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Hou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Hosseini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Chennabasappa</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Singh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Bell</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">S</forename><surname>Kim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Edunov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Nie</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Narang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Raparthy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Shen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Wan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Bhosale</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Vandenhende</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Batra</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Whitman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Sootla</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Collot</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Gururangan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Borodinsky</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Herman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Fowler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Sheasha</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Georgiou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Scialom</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Speckbacher</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Mihaylov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Xiao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">U</forename><surname>Karn</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Goswami</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Gupta</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Ramanathan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Kerkez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Gonguet</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Do</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Vogeti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Petrovic</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Chu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Xiong</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Fu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Meers</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Martinet</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Wang</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">X</forename><surname>Xie</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Jia</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Goldschlag</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Gaur</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Babaei</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Wen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Song</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Mao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><forename type="middle">D</forename><surname>Coudert</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Yan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Papakipos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Singh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Grattafiori</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Jain</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Kelsey</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Shajnfeld</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Gangidi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Victoria</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Goldstand</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Menon</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Sharma</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Boesenberg</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Vaughan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Baevski</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Feinstein</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Kallet</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Sangani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Yunus</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Lupu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Alvarado</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Caples</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Gu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Ho</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Poulton</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Ryan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Ramchandani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Franco</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Saraf</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Chowdhury</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Gabriel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Bharambe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Eisenman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Yazdan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>James</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Maurer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Leonhardi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Huang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Loyd</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><forename type="middle">D</forename><surname>Paola</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Paranjape</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Liu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Wu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Ni</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Hancock</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Wasti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Spence</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Stojkovic</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Gamido</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Montalvo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Parker</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Burton</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Mejia</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Kim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Zhou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Hu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C.-H</forename><surname>Chu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Cai</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Tindal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Feichtenhofer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Civin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Beaty</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Kreymer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Wyatt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Adkins</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Xu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Testuggine</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>David</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Parikh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Liskovich</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Foss</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Le</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Holland</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Dowling</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Jamil</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Montgomery</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Presani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Hahn</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Wood</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Brinkman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Arcaute</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Dunbar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Smothers</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Sun</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Kreuk</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Tian</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Ozgenel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Caggioni</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Guzmán</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Kanayet</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Seide</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">M</forename><surname>Florez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Schwarz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Badeer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Swee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Halpern</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Thattai</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Herman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Sizov</surname></persName>
		</author>
		<author>
			<persName><surname>Guangyi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Lakshminarayanan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Shojanazeri</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Zou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Zha</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Habeeb</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Rudolph</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Suk</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Aspegren</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Goldman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Damlaj</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Molybog</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I.-E</forename><surname>Tufanov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Veliche</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Gat</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Weissman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Geboski</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Kohli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J.-B</forename><surname>Asher</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Gaya</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Marcus</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Tang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Chan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Zhen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Reizenstein</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Teboul</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Zhong</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Jin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Yang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Cummings</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Carvill</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Shepard</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Mcphie</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Torres</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Ginsburg</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">H U</forename><surname>Wu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Saxena</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Prasad</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Khandelwal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Zand</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Matosich</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Veeraraghavan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Michelena</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Huang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Chawla</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Lakhotia</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Huang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Garg</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><forename type="middle">A</forename></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Silva</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Bell</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Guo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Yu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Moshkovich</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Wehrstedt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Khabsa</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Avalani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Bhatt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Tsimpoukelli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Mankus</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Hasson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Lennie</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Reso</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Groshev</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Naumov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Lathi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Keneally</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">L</forename><surname>Seltzer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Valko</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Restrepo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Patel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Vyatskov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Samvelyan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Clark</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Macey</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">J</forename><surname>Hermoso</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Metanat</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Rastegari</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Bansal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Santhanam</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Parks</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>White</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Bawa</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Singhal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Egebo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Usunier</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><forename type="middle">P</forename><surname>Laptev</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Dong</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Cheng</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Chernoguz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Hart</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Salpekar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Kalinli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Kent</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Parekh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Saab</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Balaji</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Rittner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Bontrager</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Roux</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Dollar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Zvyagina</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Ratanchandani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Yuvraj</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Q</forename><surname>Liang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Alao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Rodriguez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Ayub</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Murthy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Nayani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Mitra</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Hogan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Battey</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Maheswari</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Howes</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Rinott</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">J</forename><surname>Bondu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Datta</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Chugh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Hunt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Dhillon</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Sidorov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Pan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Verma</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Yamamoto</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Ramaswamy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Lindsay</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Lindsay</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Feng</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Lin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">C</forename><surname>Zha</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Shankar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Agarwal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Sajuyigbe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Chintala</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Max</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Kehoe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Satterfield</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Govindaprasad</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Gupta</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Cho</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Virk</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Subramanian</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Choudhury</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Goldman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Remez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Glaser</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Best</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Kohler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Robinson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Matthews</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Chou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Shaked</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Vontimitta</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Ajayi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Montanez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Mohan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><forename type="middle">S</forename><surname>Kumar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Mangla</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Albiero</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Ionescu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Poenaru</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><forename type="middle">T</forename><surname>Mihailescu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Ivanov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Jiang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Bouaziz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Constable</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Tang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Wu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Xia</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Wu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Gao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Hu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Jia</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Qi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Li</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>Adi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Nam</surname></persName>
		</author>
		<author>
			<persName><surname>Yu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Hao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Qian</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>He</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Rait</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Devito</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Rosnbrick</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Wen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Yang</surname></persName>
		</author>
		<author>
			<persName><surname>Zhao</surname></persName>
		</author>
		<ptr target="https://arxiv.org/abs/2407.21783.arXiv:2407.21783" />
		<title level="m">The llama 3 herd of models</title>
				<imprint>
			<date type="published" when="2024">2024</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b32">
	<analytic>
		<title level="a" type="main">The pascal recognising textual entailment challenge</title>
		<author>
			<persName><forename type="first">I</forename><surname>Dagan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Glickman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Magnini</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Machine learning challenges workshop</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2005">2005</date>
			<biblScope unit="page" from="177" to="190" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b33">
	<monogr>
		<title level="m" type="main">Meaning and grammar: An introduction to semantics</title>
		<author>
			<persName><forename type="first">G</forename><surname>Chierchia</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Mcconnell-Ginet</surname></persName>
		</author>
		<ptr target="https://api.semanticscholar.org/CorpusID:62731986" />
		<imprint>
			<date type="published" when="1990">1990</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b34">
	<analytic>
		<title level="a" type="main">Recognizing textual entailment: Rational, evaluation and approaches-erratum</title>
		<author>
			<persName><forename type="first">I</forename><surname>Dagan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Dolan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Magnini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Roth</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Natural Language Engineering</title>
		<imprint>
			<biblScope unit="volume">16</biblScope>
			<biblScope unit="page" from="105" to="105" />
			<date type="published" when="2010">2010</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b35">
	<analytic>
		<title level="a" type="main">Comparing machine learning and deep learning approaches on NLP tasks for the Italian language</title>
		<author>
			<persName><forename type="first">B</forename><surname>Magnini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Lavelli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Magnolini</surname></persName>
		</author>
		<ptr target="https://aclanthology.org/2020.lrec-1.259" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Twelfth Language Resources and Evaluation Conference, European Language Resources Association</title>
				<meeting>the Twelfth Language Resources and Evaluation Conference, European Language Resources Association<address><addrLine>Marseille, France</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2020">2020</date>
			<biblScope unit="page" from="2110" to="2119" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b36">
	<monogr>
		<author>
			<persName><forename type="first">A</forename><surname>Zaninello</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Brenna</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Magnini</surname></persName>
		</author>
		<ptr target="https://ceur-ws.org/Vol-3596/short21.pdf" />
		<title level="m">Textual entailment with natural language explanations: The italian e-rte-3 dataset</title>
				<imprint>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
	<note>CLiC-it</note>
</biblStruct>

<biblStruct xml:id="b37">
	<analytic>
		<title level="a" type="main">Leakageadjusted simulatability: Can models generate nontrivial explanations of their behavior in natural language?</title>
		<author>
			<persName><forename type="first">P</forename><surname>Hase</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Xie</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Bansal</surname></persName>
		</author>
		<idno type="DOI">10.18653/v1/2020.findings-emnlp.390</idno>
		<ptr target="https://aclanthology.org/2020.findings-emnlp.390.doi:10.18653/v1/2020.findings-emnlp.390" />
	</analytic>
	<monogr>
		<title level="m">Findings of the Association for Computational Linguistics: EMNLP 2020, Association for Computational Linguistics</title>
				<editor>
			<persName><forename type="first">T</forename><surname>Cohn</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Y</forename><surname>He</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Y</forename><surname>Liu</surname></persName>
		</editor>
		<imprint>
			<date type="published" when="2020">2020</date>
			<biblScope unit="page" from="4351" to="4367" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b38">
	<monogr>
		<title level="m" type="main">A framework for few-shot language model evaluation</title>
		<author>
			<persName><forename type="first">L</forename><surname>Gao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Tow</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Abbasi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Biderman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Black</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Dipofi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Foster</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Golding</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Hsu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Le Noac'h</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Mcdonell</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Muennighoff</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Ociepa</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Phang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Reynolds</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Schoelkopf</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Skowron</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Sutawika</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Tang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Thite</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Zou</surname></persName>
		</author>
		<idno type="DOI">10.5281/zenodo.12608602</idno>
		<ptr target="https://zenodo.org/records/12608602.doi:10.5281/zenodo.12608602" />
		<imprint>
			<date type="published" when="2024">2024</date>
		</imprint>
	</monogr>
</biblStruct>

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