<?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">Leveraging LLMs for Event Extraction in Italian Documents: a Roadmap for Future Research</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Federica</forename><surname>Rollo</surname></persName>
							<email>federica.rollo@unimore.it</email>
							<affiliation key="aff0">
								<orgName type="department">Enzo Ferrari&quot; Engineering Department</orgName>
								<orgName type="institution">University of Modena and Reggio Emilia</orgName>
								<address>
									<postCode>41121</postCode>
									<region>MO</region>
									<country key="IT">Italy</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Giovanni</forename><surname>Bonisoli</surname></persName>
							<email>giovanni.bonisoli@unimore.it</email>
							<affiliation key="aff0">
								<orgName type="department">Enzo Ferrari&quot; Engineering Department</orgName>
								<orgName type="institution">University of Modena and Reggio Emilia</orgName>
								<address>
									<postCode>41121</postCode>
									<region>MO</region>
									<country key="IT">Italy</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Laura</forename><surname>Po</surname></persName>
							<email>laura.po@unimore.it</email>
							<affiliation key="aff0">
								<orgName type="department">Enzo Ferrari&quot; Engineering Department</orgName>
								<orgName type="institution">University of Modena and Reggio Emilia</orgName>
								<address>
									<postCode>41121</postCode>
									<region>MO</region>
									<country key="IT">Italy</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Leveraging LLMs for Event Extraction in Italian Documents: a Roadmap for Future Research</title>
					</analytic>
					<monogr>
						<idno type="ISSN">1613-0073</idno>
					</monogr>
					<idno type="MD5">8FC2440BDCA8E5BC45576E9DC2EF8397</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2025-04-23T16:55+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>event extraction</term>
					<term>Large Language Model</term>
					<term>Italian language</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Event extraction is a task of significant interest in the field of Natural Language Processing (NLP) and plays a vital role in various applications, such as information retrieval and document summarization. Large Language Models (LLMs) have demonstrated remarkable capabilities in natural language understanding and generation. In this paper, we present a roadmap for the application of LLMs for event extraction from Italian documents, aiming to address the gap in research and resources for event extraction in non-English languages. We first discuss the challenges of event extraction and the current state-of-the-art approaches based on LLMs. Next, we present potential Italian datasets suitable for adapting linguistic models to the domain of event extraction. Furthermore, we outline future research directions and potential areas for improvement in this evolving field.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.">Introduction</head><p>The recent development of Large Language Models (LLMs) poses significant promise for advancing several natural language-based tasks, including event extraction from lengthy text. LLMs such as GPT models <ref type="bibr" target="#b0">[1]</ref> have demonstrated remarkable capabilities in understanding and generating natural language text. The application of LLMs for event extraction offers several advantages. Firstly, these models can process vast amounts of text data, enabling comprehensive analysis of events described in natural language. Secondly, LLMs can capture complex linguistic structures and contextual nuances typical of different kinds of documents, enhancing the accuracy of extracted event details. The continuous learning ability of LLMs allows them to adapt to different writing styles and language conventions. However, challenges persist in leveraging LLMs for event extraction in languages other than English, particularly in languages with limited available resources such as Italian. Fine-tuning requires curated datasets that accurately represent the diversity of language and scenarios, and the annotation of different event-related data.</p><p>Despite these challenges, the potential of LLMs to revolutionize event extraction is substantial. For instance, Question Answering (QA) models can facilitate rapid and efficient access to relevant information by automatically identifying text spans containing the desired answers to specific questions. While other models can be provided with detailed instructions to extract specific data from the text. Integrating these models into NLP pipelines can streamline the process of real-time event analysis, allowing for timely and efficient extraction of event-related information from textual data. This paper explores the role of LLMs in advancing event extraction from lengthy text. In particular, we focus on the Italian language and we explore the resources available for adapting and evaluating LLMs to event extraction on Italian documents. In the end, we define possible future directions for research in this dynamic field.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Event Extraction</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1.">Task formulation</head><p>Event extraction aims at identifying and categorizing events described within a text, including the recognition of the entities involved in the event (such as individuals, organizations, or locations), and the extraction of temporal references and any elements that are relevant for the event. This task has gained significant popularity in recent years due to its broad applicability and practical utility in various real-world scenarios. Figure <ref type="figure" target="#fig_0">1</ref> shows an example of the results of event extraction from a document describing an air crash. In addition to the identification of the event type, different event roles have been annotated, e.g., the date of the event occurrence, the aircraft agency. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2.">Challenges</head><p>Due to the complexity of the natural language, event extraction poses several challenges that require sophisticated techniques to address effectively.</p><p>The first challenge consists of detecting multiple events described in the same document and understanding which are the references to each event. Natural language often contains ambiguous expressions that can refer to multiple events or entities. This ambiguity, along with the use of coreference, further complicates the task of accurately extracting event data from text since resolving ambiguity requires contextual understanding and disambiguation techniques.</p><p>Identifying relevant elements for each event requires distinguishing between event triggers (words or phrases that indicate the occurrence of an event) and background information and noise. Another complexity is given by the variability in language usage, writing styles, syntactic structures, and document length. Indeed, event extraction can be performed on short text like tweets, longer documents such as news articles, and lengthy documents such as investigative reports or government documents. All these factors require the use of techniques able of accommodating these variations to achieve accurate and reliable results across diverse text types and genres.</p><p>Two of the key aspects of events are the time and the space, i.e., when the event took place and where. The recognition and standardization of temporal and spatial expressions could be complex since temporal reference can be expressed in various formats (such as dates, times, part of the day). In addition, a document describing an event can refer to the location of the event providing information at different granularity, for example indicating the name of the city, specifying the address, and/or describing the type of the place like an apartment, a shop, or a park. During event extraction, the references to all these locations should be identified.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.3.">Large Language Models based approaches</head><p>Several approaches have been proposed for event extraction in recent surveys, from traditional methods which rely on the use of linguistic rules for pattern identification within the text to more advanced solutions such as machine learning and deep learning algorithms able to learn patterns after training on annotated data, and the use of pre-trained language models <ref type="bibr" target="#b1">[2,</ref><ref type="bibr" target="#b2">3]</ref>. LLMs based approaches have emerged as a promising avenue for event extraction in recent years. These models leverage the power of machine learning and deep learning algorithms as they are pre-trained on vast amounts of text data and then fine-tuned for specific tasks. By encoding contextual information and capturing semantic relationships within the text, LLMs seem to be promising in identifying and extracting events from various sources. We identified three main approaches based on the use of LLMs that could reach good performance in event extraction: sequence labeling models, extractive Question Answering (QA) models and instruction-tuned models.</p><p>Sequence Labeling models In Sequence labeling each token in a sequence is assigned a label based on its role or category within the context of the sequence. Sequence labeling models can be used to identify those text spans reporting relevant information within a text. Therefore, it is widely employed for several classical NLP tasks like part-of-speech (POS) tagging, named entity recognition (NER), text chunking.</p><p>Sequence labeling models are suitable for the scenario of event extraction, where they can identify and classify those parts of text reporting information about events. Indeed, some works in literature have already treated event extraction as a sequence labeling or NER problem, <ref type="bibr" target="#b3">[4,</ref><ref type="bibr" target="#b4">5]</ref>, also for Italian Language <ref type="bibr" target="#b5">[6]</ref>.</p><p>Extractive Question Answering The goal of extractive QA models is to understand an input question in natural language and extract the answer as a span from an input text. QA models can facilitate rapid and efficient access to event-related information by automatically identifying text spans containing the desired answers to specific questions. For instance, the question "When did the event take place?" (Q1) can be formulated to retrieve the date of the event.</p><p>The results of these models depend significantly on the quality of the input documents, as well as the structure of the questions provided to the models. Prior knowledge about the kind of event described in the document allows to formulate ad hoc questions. For instance, considering the document in Figure <ref type="figure" target="#fig_0">1</ref>, the question "When did the air crash take place?" (Q2) should provide more accurate answers than Q1. In addition, questions should be enriched by other details about the event after a partial process of event extraction. For example, the question "When did the Flight 345 crash?" (Q3) contain the reference to the flight number and should help the QA models to select the correct context for the extraction of the date.</p><p>Within the QA models, distinctions arise between Single-Span QA (SQA) and Multi-Span QA (MQA). While the former identifies a single text segment for each question, the latter locates answers even when distributed across non-consecutive text segments, potentially located far apart within a document. Given the prevalence of such scenarios, especially in complex inquiries and detailed documents, the limitations of SQA models are evident. An example is the annotation of "causalities and losses" in Figure <ref type="figure" target="#fig_0">1</ref>. The recent surge in MQA model development <ref type="bibr" target="#b6">[7,</ref><ref type="bibr" target="#b7">8,</ref><ref type="bibr" target="#b8">9]</ref> underscores a notable interest.</p><p>In the current state-of-the-art, the only Italian dataset properly designed for training QA models is SQuAD-it <ref type="bibr" target="#b9">[10]</ref>, derived from the automatic translation of the English SQuAD dataset, consisting of a list of pairs questionanswer. However, this dataset can be used only for SQA, therefore it is unsuitable for complex tasks like event extraction which requires the ability to retrieve multiple spans for one question.</p><p>Instruction-Tuned models Among LLMs, Auto-Regressive models such as GPT <ref type="bibr" target="#b0">[1]</ref> or Llama <ref type="bibr" target="#b10">[11]</ref> series stand out. These models leverage advanced deep learning techniques to predict the subsequent word based on an input text. This prediction process is repeated multiple times, with each predicted word being added to the original text. By training on vast amounts of text data, Auto-Regressive LLMs effectively capture complex patterns and structures in language, leading them to generate full and coherent text which is contextually relevant to input text.</p><p>The research in recent years has led to the development of instruction tuning <ref type="bibr" target="#b11">[12]</ref> to bridge the gap between the next-word prediction objective of LLMs and the users' objective of following their instructions helpfully and safely. Instruction-tuning involves a fine-tuning of Auto-Regressive LLMs with input-output pairs, where input denotes the human instructions, and output denotes the desired output that follows the instruction. The results of this process are the Instruction-Tuned LLMs, designed specifically to provide appropriate results based on instruction inputs. This ability is also enhanced as a crosstask generalization, leading Instruction-Tuned LLMs to better performances on novel tasks.</p><p>Instruction-Tuned LLMs can be employed to solve a wide range of NLP tasks through various techniques of prompt engineering <ref type="bibr" target="#b12">[13]</ref>, i.e., the process of designing task-specific instructions to guide model output. Therefore, the utilization of these models can also yield benefits for event extraction.</p><p>Currently, there are several Instruction-Tuned LLMs capable of understanding and generating text. For those, Italian represents a minority percentage in the training data compared to more widely used languages on the web such as English. Among these, there are proprietary models like GPT-3.5 and GPT-4 from OpenAI, Gemini from Google, and open-source families of LLMs like Mistral <ref type="bibr" target="#b13">[14]</ref> and Mixtral <ref type="bibr" target="#b14">[15]</ref> from Mistral AI and Llama <ref type="bibr" target="#b10">[11]</ref> and Llama 2 <ref type="bibr" target="#b15">[16]</ref> from Meta. From this last family, Llamantino <ref type="bibr" target="#b16">[17]</ref> has been derived through a language adaptation process to the Italian Language.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">Italian datasets</head><p>Currently, there are few Italian datasets suitable for event extraction. Some of them provide a comprehensive annotation of event-related data, while in other cases, only one type of information (e.g., the temporal references) is annotated.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1.">EVENTI</head><p>The EVENTI<ref type="foot" target="#foot_0">1</ref> corpus was built in 2014 for the evaluation of Temporal Information Processing systems of the EVENTI evaluation exercise <ref type="bibr" target="#b17">[18]</ref> in the EVALITA workshop. The corpus consists of three datasets: the Main task training data (274 documents) and test data (92 documents) of contemporary news articles and the Pilot task (10 documents) test data of historical news articles. The annotation guidelines involve the use of four tags to annotate different elements within news texts: the EVENT tag is used to annotate all the mentions of events including verbs, nouns, prepositional phrases and adjectives; the TIMEX3 tag is used for temporal expressions; the SIGNAL tag identifies textual items which encode a relation either between EVENTs, or TIMEX3s or both; the TLINK tag is used for temporal dependencies between EVENTs and/or Temporal Expressions.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2.">NewsReader MEANTIME</head><p>The NewsReader MEANTIME (Multilingual Event ANd TIME) is a multilingual semantically annotated corpus of 480 Wikinews articles in four languages: English, Italian, Spanish, and Dutch <ref type="bibr" target="#b18">[19]</ref>. The corpus was released in 2016 and derives from the NewsReader Project<ref type="foot" target="#foot_1">2</ref>  <ref type="bibr" target="#b19">[20]</ref> which aims at extracting information about what happened to whom, when, and where, processing a large volume of financial and economic data. The corpus is enriched with annotations that span multiple levels, including entities, entity mentions, events, temporal information, semantic roles, and intra-document and cross-document event and entity coreference.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.3.">De Gasperi</head><p>The De Gasperi corpus <ref type="bibr" target="#b20">[21]</ref> is a collection of historical documents by Alcide De Gasperi, the first Prime Minister of the Italian Republic. The corpus was released in 2019 and includes 2,762 documents published between 1901 and 1954, originally released in an oral or written form. In addition to the raw text, a set of meta-data and additional semiautomatically annotated information are available. The corpus contains different kinds of documents, like daily press written by De Gasperi when he worked as a journalist for newspapers in Trentino, and speeches in institutional venues when he was a Member of the Italian Parliament. In each document, references to persons and places are annotated.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.4.">DICE</head><p>DICE<ref type="foot" target="#foot_2">3</ref>  <ref type="bibr" target="#b21">[22]</ref> is a collection of 10,395 Italian news articles describing crime events that happened in the Modena province between 2011 and 2021. The news articles are extracted from one of the most popular local newspapers, "Gazzetta di Modena", following the approach described in <ref type="bibr" target="#b22">[23]</ref>. Thanks to an agreement between the University of Modena and Reggio Emilia and the Gazzetta di Modena, DICE was released online in 2023, free to redistribute and transform without encountering legal copyright issues under an Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0).</p><p>Along with the data related to the title, the text, and the publication date of each news article that are crawled from the newspaper's webpage, several annotations are available on the data. The crime event category (e.g., theft, robbery) is assigned to each news article using text categorization approaches based on word embeddings <ref type="bibr" target="#b23">[24,</ref><ref type="bibr" target="#b24">25]</ref>. The news articles underwent automated NLP processes to extract temporal references, entities, and corresponding DBpedia resources. Duplicates are annotated to identify news articles referring to the same crime event. The theft-related news articles are annotated manually following a sophisticated annotation schema to identify stolen items (What), crime locations (Where), references to authors and victims, and their sociodemographic characteristics (Who). The annotation provided in the dataset is multi-span since it involves identifying and linking multiple text spans within the document.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.5.">EventNet-ITA</head><p>EventNet-ITA<ref type="foot" target="#foot_3">4</ref>  <ref type="bibr" target="#b25">[26]</ref> is an Italian corpus for Frame Parsing applied to events released in 2024. Semantic Frame Parsing is a task which aims at identifying semantic frames within textual data. A semantic frame <ref type="bibr" target="#b26">[27]</ref> is a cognitive structure that organizes and represents knowledge about a concept or situation. It consists of a set of interconnected elements such as roles, attributes, and relations, which collectively define the meaning and typical features of that concept or situation. Frames help humans understand and interpret language by providing a mental framework for comprehending and categorizing information.</p><p>EventNet-ITA is built upon the idea of enabling frame parsing for event extraction. It is composed of 53,854 sentences manually annotated with 205 semantic frames of events and covers different domains, like conflictual, social, communication, legal, geopolitical, economic and biographical events.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Future directions</head><p>Automated information extraction from documents continues to captivate the scientific community due to its manifold advantages, facilitating improved information accessibility across various domains. By leveraging LLMs and exploiting annotated datasets, researchers can develop robust event extraction systems capable of achieving high accuracy and efficiency across a wide range of text sources. As the field continues to advance, further research into LLMs and their applications in event extraction is expected to drive continued innovation and progress in this area.</p><p>Future directions will focus on three key aspects:</p><p>• Definition of an Italian benchmark: while we have identified five Italian datasets suitable for event extraction, further efforts are needed to expand their annotation and support comprehensive event extraction tasks. This entails defining a standardized benchmark for evaluating event extraction systems. Such a benchmark would serve as a common evaluation dataset, enabling comparisons between different approaches and fostering the development of more accurate and reliable event extraction models. • Evaluation of LLMs on the benchmark: despite the limited literature on Italian event extraction, our preliminary evaluation of three BERTbased QA models on the DICE dataset revealed promising results <ref type="bibr" target="#b21">[22]</ref>. However, challenges persist, particularly related to the size and quality of the annotated data. Once the benchmark is defined, future efforts will focus on evaluating and comparing various approaches outlined in Section 2.3. The evaluation will include the recent Minerva models that represent the first family of LLMs trained from scratch on Italian documents developed by Sapienza NLP. • Creation of a synthetic annotated dataset: since manual annotation is a time and resourceconsuming process, new strategies will be studied to automate the process of annotation. Employing LLMs for data augmentation (i.e., to expand the annotated dataset) is now the most promising approach, especially focusing on text generation models. Given a list of desired annotations, i.e., the spans to extract from the text (like "May 14th" as the date of the event), the LLM is asked to create a document with that span with the expected role in the event described (like "create a document describing an event that occurred on May 14th"). This methodology allows for obtaining a synthetic dataset that is also already annotated. Furthermore, this approach offers control over text generation and ensures fairness in dataset composition, ultimately contributing to the development of balanced and unbiased datasets essential for training accurate and equitable AI models.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Figure 1 :</head><label>1</label><figDesc>Figure 1: Example of event extraction.</figDesc><graphic coords="2,99.21,84.19,396.85,155.57" type="bitmap" /></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">https://sites.google.com/site/eventievalita2014/data-tools</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_1">http://www.newsreader-project.eu/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_2">https://github.com/federicarollo/Italian-Crime-News</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="4" xml:id="foot_3">https://huggingface.co/datasets/mrovera/eventnet-ita</note>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<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>
		<author>
			<persName><forename type="first">S</forename><surname>Agarwal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Herbert-Voss</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Krueger</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Henighan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Child</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Ramesh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Ziegler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Wu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Winter</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Hesse</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Sigler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Litwin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Gray</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Chess</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Clark</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Berner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Mccandlish</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Radford</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Sutskever</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Amodei</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Advances in Neural Information Processing Systems</title>
				<editor>
			<persName><forename type="first">H</forename><surname>Larochelle</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Ranzato</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">R</forename><surname>Hadsell</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Balcan</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">H</forename><surname>Lin</surname></persName>
		</editor>
		<imprint>
			<publisher>Curran Associates, Inc</publisher>
			<date type="published" when="2020">2020</date>
			<biblScope unit="volume">33</biblScope>
			<biblScope unit="page" from="1877" to="1901" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">A survey on event extraction for natural language understanding: Riding the biomedical literature wave</title>
		<author>
			<persName><forename type="first">G</forename><surname>Frisoni</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Moro</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Carbonaro</surname></persName>
		</author>
		<idno type="DOI">10.1109/ACCESS.2021.3130956</idno>
	</analytic>
	<monogr>
		<title level="j">IEEE Access</title>
		<imprint>
			<biblScope unit="volume">9</biblScope>
			<biblScope unit="page" from="160721" to="160757" />
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">A survey of event extraction from text</title>
		<author>
			<persName><forename type="first">W</forename><surname>Xiang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Wang</surname></persName>
		</author>
		<idno type="DOI">10.1109/ACCESS.2019.2956831</idno>
	</analytic>
	<monogr>
		<title level="j">IEEE Access</title>
		<imprint>
			<biblScope unit="volume">7</biblScope>
			<biblScope unit="page" from="173111" to="173137" />
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Biomedical event extraction as sequence labeling</title>
		<author>
			<persName><forename type="first">A</forename><surname>Ramponi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Van Der Goot</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Lombardo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Plank</surname></persName>
		</author>
		<idno type="DOI">10.18653/v1/2020.emnlp-main.431</idno>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP), Association for Computational Linguistics</title>
				<editor>
			<persName><forename type="first">B</forename><surname>Webber</surname></persName>
		</editor>
		<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>
		<meeting>the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP), Association for Computational Linguistics</meeting>
		<imprint>
			<date type="published" when="2020">2020</date>
			<biblScope unit="page" from="5357" to="5367" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Camelon: A system for crime metadata extraction and spatiotemporal visualization from online news articles</title>
		<author>
			<persName><forename type="first">S</forename><surname>Pongpaichet</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Sukosit</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Duangtanawat</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Jamjongdamrongkit</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Mahacharoensuk</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Matangkarat</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Singhajan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Noraset</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Tuarob</surname></persName>
		</author>
		<idno type="DOI">10.1109/ACCESS.2024.3363879</idno>
	</analytic>
	<monogr>
		<title level="j">IEEE Access</title>
		<imprint>
			<biblScope unit="volume">12</biblScope>
			<biblScope unit="page" from="22778" to="22802" />
			<date type="published" when="2024">2024</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Recurrent neural network architectures for event extraction from italian medical reports</title>
		<author>
			<persName><forename type="first">N</forename><surname>Viani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">A</forename><surname>Miller</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Dligach</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Bethard</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Napolitano</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">G</forename><surname>Priori</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Bellazzi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Sacchi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">K</forename><surname>Savova</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Artificial Intelligence in Medicine</title>
				<editor>
			<persName><forename type="first">A</forename><surname>Teije</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">C</forename><surname>Popow</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">J</forename><forename type="middle">H</forename><surname>Holmes</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">L</forename><surname>Sacchi</surname></persName>
		</editor>
		<meeting><address><addrLine>Cham</addrLine></address></meeting>
		<imprint>
			<publisher>Springer International Publishing</publisher>
			<date type="published" when="2017">2017</date>
			<biblScope unit="page" from="198" to="202" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Multispanqa: A dataset for multi-span question answering</title>
		<author>
			<persName><forename type="first">H</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Tomko</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Vasardani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Baldwin</surname></persName>
		</author>
		<idno type="DOI">10.18653/V1/2022.NAACL-MAIN.90</idno>
		<idno>NAACL-MAIN.90</idno>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2022 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, NAACL 2022</title>
				<editor>
			<persName><forename type="first">M</forename><surname>Carpuat</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>De Marneffe</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">I</forename><forename type="middle">V M</forename><surname>Ruíz</surname></persName>
		</editor>
		<meeting>the 2022 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, NAACL 2022<address><addrLine>Seattle, WA, United States</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2022">July 10-15, 2022. 2022</date>
			<biblScope unit="page" from="1250" to="1260" />
		</imprint>
	</monogr>
	<note>Association for Computational Linguistics</note>
</biblStruct>

<biblStruct xml:id="b7">
	<monogr>
		<author>
			<persName><forename type="first">E</forename><surname>Segal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Efrat</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Shoham</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Globerson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename></persName>
		</author>
		<title level="m">Berant, A simple and effective model for answering multi-span questions</title>
				<imprint>
			<date type="published" when="2020">2020</date>
			<biblScope unit="page" from="3074" to="3080" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Question answering with long multiple-span answers</title>
		<author>
			<persName><forename type="first">M</forename><surname>Zhu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Ahuja</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Juan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Wei</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">K</forename><surname>Reddy</surname></persName>
		</author>
		<idno type="DOI">10.18653/V1/2020.FINDINGS-EMNLP.342</idno>
		<idno>FINDINGS-EMNLP.342</idno>
	</analytic>
	<monogr>
		<title level="m">Findings of the Association for Computational Linguistics: EMNLP 2020, Online Event</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-11-20">16-20 November 2020. 2020</date>
			<biblScope unit="page" from="3840" to="3849" />
		</imprint>
	</monogr>
	<note>EMNLP 2020 of Findings of ACL, Association for Computational Linguistics</note>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Neural learning for question answering in italian</title>
		<author>
			<persName><forename type="first">D</forename><surname>Croce</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Zelenanska</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Basili</surname></persName>
		</author>
		<idno type="DOI">10.1007/978-3-030-03840-3_29</idno>
	</analytic>
	<monogr>
		<title level="j">LNAI</title>
		<imprint>
			<biblScope unit="volume">11298</biblScope>
			<biblScope unit="page" from="389" to="402" />
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<monogr>
		<author>
			<persName><forename type="first">H</forename><surname>Touvron</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Lavril</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Izacard</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Martinet</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M.-A</forename><surname>Lachaux</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Lacroix</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Rozière</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Goyal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Hambro</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Azhar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Rodriguez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Joulin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Grave</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Lample</surname></persName>
		</author>
		<idno type="arXiv">arXiv:2302.13971</idno>
		<title level="m">Llama: Open and efficient foundation language models</title>
				<imprint>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<monogr>
		<author>
			<persName><forename type="first">S</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Dong</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Sun</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Hu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Wu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Wang</surname></persName>
		</author>
		<idno type="arXiv">arXiv:2308.10792</idno>
		<title level="m">Instruction tuning for large language models: A survey</title>
				<imprint>
			<date type="published" when="2024">2024</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<monogr>
		<author>
			<persName><forename type="first">P</forename><surname>Sahoo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">K</forename><surname>Singh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Saha</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Jain</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Mondal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Chadha</surname></persName>
		</author>
		<idno type="arXiv">arXiv:2402.07927</idno>
		<title level="m">A systematic survey of prompt engineering in large language models: Techniques and applications</title>
				<imprint>
			<date type="published" when="2024">2024</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title/>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">Q</forename><surname>Jiang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Sablayrolles</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Mensch</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Bamford</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">S</forename><surname>Chaplot</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>De Las Casas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Bressand</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Lengyel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Lample</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Saulnier</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><forename type="middle">R</forename><surname>Lavaud</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M.-A</forename><surname>Lachaux</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Stock</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">L</forename><surname>Scao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Lavril</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Lacroix</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><forename type="middle">E</forename><surname>Sayed</surname></persName>
		</author>
		<idno type="arXiv">arXiv:2310.06825</idno>
	</analytic>
	<monogr>
		<title level="j">Mistral</title>
		<imprint>
			<biblScope unit="volume">7</biblScope>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<monogr>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">Q</forename><surname>Jiang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Sablayrolles</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Roux</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Mensch</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Savary</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Bamford</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">S</forename><surname>Chaplot</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>De Las Casas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><forename type="middle">B</forename><surname>Hanna</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Bressand</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Lengyel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Bour</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Lample</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><forename type="middle">R</forename><surname>Lavaud</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Saulnier</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M.-A</forename><surname>Lachaux</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Stock</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Subramanian</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Yang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Antoniak</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">L</forename><surname>Scao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Gervet</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Lavril</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Lacroix</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><forename type="middle">E</forename><surname>Sayed</surname></persName>
		</author>
		<idno type="arXiv">arXiv:2401.04088</idno>
		<title level="m">Mixtral of experts</title>
				<imprint>
			<date type="published" when="2024">2024</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<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="b16">
	<monogr>
		<author>
			<persName><forename type="first">P</forename><surname>Basile</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Musacchio</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Polignano</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Siciliani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Fiameni</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Semeraro</surname></persName>
		</author>
		<idno type="arXiv">arXiv:2312.09993</idno>
		<title level="m">Llamantino: Llama 2 models for effective text generation in italian language</title>
				<imprint>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<monogr>
		<title level="m" type="main">Eventi evaluation of events and temporal information at evalita</title>
		<author>
			<persName><forename type="first">T</forename><surname>Caselli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Sprugnoli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Speranza</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Monachini</surname></persName>
		</author>
		<idno type="DOI">10.12871/clicit201425</idno>
		<imprint>
			<date type="published" when="2014">2014. 2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">the NewsReader multilingual event and time corpus</title>
		<author>
			<persName><forename type="first">A.-L</forename><surname>Minard</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Speranza</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Urizar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Altuna</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Van Erp</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Schoen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Van Son</surname></persName>
		</author>
		<author>
			<persName><surname>Meantime</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Tenth International Conference on Language Resources and Evaluation (LREC&apos;16), European Language Resources Association (ELRA)</title>
				<meeting>the Tenth International Conference on Language Resources and Evaluation (LREC&apos;16), European Language Resources Association (ELRA)<address><addrLine>Portorož, Slovenia</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2016">2016</date>
			<biblScope unit="page" from="4417" to="4422" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">Newsreader: Using knowledge resources in a cross-lingual reading machine to generate more knowledge from massive streams of news</title>
		<author>
			<persName><forename type="first">P</forename><surname>Vossen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Agerri</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Aldabe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Cybulska</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Van Erp</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Fokkens</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Laparra</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A.-L</forename><surname>Minard</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">P</forename><surname>Aprosio</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Rigau</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Knowledge-Based Systems</title>
		<imprint>
			<biblScope unit="volume">110</biblScope>
			<biblScope unit="page" from="60" to="85" />
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<monogr>
		<author>
			<persName><forename type="first">S</forename><surname>Tonelli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Sprugnoli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Moretti</surname></persName>
		</author>
		<title level="m">Prendo la parola in questo consesso mondiale: A multi-genre 20th century corpus in the political domain</title>
				<imprint>
			<date type="published" when="2019">2019</date>
			<biblScope unit="volume">2481</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<analytic>
		<title level="a" type="main">DICE: a dataset of italian crime event news</title>
		<author>
			<persName><forename type="first">G</forename><surname>Bonisoli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">P</forename><surname>Di Buono</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Po</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Rollo</surname></persName>
		</author>
		<idno type="DOI">10.1145/3539618.3591904</idno>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 46th International ACM SIGIR Conference on Research and Development in Information Retrieval, SIGIR 2023</title>
				<editor>
			<persName><forename type="first">H</forename><surname>Chen</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">W</forename><forename type="middle">E</forename><surname>Duh</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">H</forename><surname>Huang</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><forename type="middle">P</forename><surname>Kato</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">J</forename><surname>Mothe</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">B</forename><surname>Poblete</surname></persName>
		</editor>
		<meeting>the 46th International ACM SIGIR Conference on Research and Development in Information Retrieval, SIGIR 2023<address><addrLine>Taipei, Taiwan</addrLine></address></meeting>
		<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2023">July 23-27, 2023. 2023</date>
			<biblScope unit="page" from="2985" to="2995" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b22">
	<analytic>
		<title level="a" type="main">Crime event localization and deduplication</title>
		<author>
			<persName><forename type="first">F</forename><surname>Rollo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Po</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">The Semantic Web -ISWC 2020</title>
				<editor>
			<persName><forename type="first">J</forename><forename type="middle">Z</forename><surname>Pan</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">V</forename><surname>Tamma</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">C</forename><surname>Amato</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">K</forename><surname>Janowicz</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">B</forename><surname>Fu</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Polleres</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">O</forename><surname>Seneviratne</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">L</forename></persName>
		</editor>
		<meeting><address><addrLine>Cham</addrLine></address></meeting>
		<imprint>
			<publisher>Springer International Publishing</publisher>
			<date type="published" when="2020">2020</date>
			<biblScope unit="page" from="361" to="377" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b23">
	<analytic>
		<title level="a" type="main">A comparative analysis of word embeddings techniques for italian news categorization</title>
		<author>
			<persName><forename type="first">F</forename><surname>Rollo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Bonisoli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Po</surname></persName>
		</author>
		<idno type="DOI">10.1109/ACCESS.2024.3367246</idno>
	</analytic>
	<monogr>
		<title level="j">IEEE Access</title>
		<imprint>
			<biblScope unit="volume">12</biblScope>
			<biblScope unit="page" from="25536" to="25552" />
			<date type="published" when="2024">2024</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b24">
	<analytic>
		<title level="a" type="main">Supervised and unsupervised categorization of an imbalanced italian crime news dataset</title>
		<author>
			<persName><forename type="first">F</forename><surname>Rollo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Bonisoli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Po</surname></persName>
		</author>
		<idno type="DOI">10.1007/978-3-030-98997-2_6</idno>
	</analytic>
	<monogr>
		<title level="j">Lecture Notes in Business Information Processing</title>
		<imprint>
			<biblScope unit="volume">442</biblScope>
			<biblScope unit="page" from="117" to="139" />
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
	<note>LNBIP</note>
</biblStruct>

<biblStruct xml:id="b25">
	<analytic>
		<title level="a" type="main">EventNet-ITA: Italian frame parsing for events</title>
		<author>
			<persName><forename type="first">M</forename><surname>Rovera</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 8th Joint SIGHUM Workshop on Computational Linguistics for Cultural Heritage, Social Sciences, Humanities and Literature (LaTeCH-CLfL 2024</title>
				<editor>
			<persName><forename type="first">Y</forename><surname>Bizzoni</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">S</forename><surname>Degaetano-Ortlieb</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Kazantseva</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">S</forename><surname>Szpakowicz</surname></persName>
		</editor>
		<meeting>the 8th Joint SIGHUM Workshop on Computational Linguistics for Cultural Heritage, Social Sciences, Humanities and Literature (LaTeCH-CLfL 2024<address><addrLine>St. Julians, Malta</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2024">2024</date>
			<biblScope unit="page" from="77" to="90" />
		</imprint>
	</monogr>
	<note>Association for Computational Linguistics</note>
</biblStruct>

<biblStruct xml:id="b26">
	<analytic>
		<title level="a" type="main">Frame semantics for text understanding</title>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">J</forename><surname>Fillmore</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">F</forename><surname>Baker</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of WordNet and Other Lexical Resources Workshop, NAACL</title>
				<meeting>WordNet and Other Lexical Resources Workshop, NAACL</meeting>
		<imprint>
			<date type="published" when="2001">2001</date>
			<biblScope unit="volume">6</biblScope>
		</imprint>
	</monogr>
</biblStruct>

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